*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}@media (max-width:768px){.container{padding:0 16px}}@media (max-width:480px){.container{padding:0 12px}body{font-size:16px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0;position:relative}.logo h1{color:#4f46e5;font-size:1.8rem;font-weight:700;margin-bottom:-5px}.logo-image{height:200px;margin-bottom:-5px;width:auto}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:8px;z-index:101}.hamburger{display:flex;flex-direction:column;height:18px;position:relative;width:24px}.hamburger,.hamburger span{transform:rotate(0deg);transition:.3s ease-in-out}.hamburger span{background:#374151;border-radius:2px;display:block;height:2px;left:0;opacity:1;position:absolute;width:100%}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:8px}.hamburger span:nth-child(3){top:16px}.hamburger.open span:first-child{top:8px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){left:-60px;opacity:0}.hamburger.open span:nth-child(3){top:8px;transform:rotate(-135deg)}.mobile-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px #0000001a;display:none;left:0;padding:1rem 0;position:absolute;right:0;top:100%}.mobile-nav-links{display:flex;flex-direction:column;gap:0}.mobile-nav-link{border-bottom:1px solid #f3f4f6;color:#374151;font-weight:500;padding:1rem 1.5rem;text-decoration:none;transition:all .3s}.mobile-nav-link:hover{background-color:#f8fafc;color:#4f46e5}.mobile-auth-buttons{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding:1rem 1.5rem}.mobile-auth-btn{padding:.75rem 1rem;text-align:center;width:100%}.mobile-user-welcome{align-items:center;color:#374151;display:flex;font-size:.9rem;justify-content:center;margin-bottom:.5rem}.logo .tagline{color:#6b7280;font-size:.8rem;font-weight:500}.nav-links{display:flex;gap:2rem}.nav-links a{color:#374151;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#4f46e5}.auth-buttons{display:flex;gap:1rem}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-block;display:flex;font-weight:600;justify-content:center;min-height:44px;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #4f46e54d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #4f46e5;color:#4f46e5;overflow:hidden;position:relative;transition:all .3s ease}.btn-secondary:before{background:linear-gradient(90deg,#0000,#4f46e51a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-secondary:hover{background:#4f46e5;border-color:#4f46e5;box-shadow:0 8px 25px #4f46e54d;color:#fff;transform:translateY(-2px)}.btn-secondary:hover:before{left:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:4rem 0;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-background{position:relative;z-index:1}.hero-content{color:#fff;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;background-clip:text}.hero-description{font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.hero-search{margin-bottom:4rem}.search-box{margin:0 auto;max-width:600px;position:relative}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 10px 40px #0000001a;font-size:1.1rem;padding:1rem 4rem 1rem 1.5rem;width:100%}.search-button,.search-input{border:none;border-radius:50px}.search-button{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;cursor:pointer;display:flex;height:3rem;justify-content:center;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);transition:transform .3s;width:3rem}.search-button:hover{transform:translateY(-50%) scale(1.05)}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.stat{text-align:center}.stat-number{display:block}.stat-label{opacity:.8}.course-grid-section{background:#f9fafb;padding:5rem 0}.error-message{background:#fee2e2;border-radius:.5rem;color:#dc2626;margin-bottom:2rem;text-align:center}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#6b7280;font-size:1.1rem}.filter-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-tab{background:#fff;border:2px solid #e5e7eb;border-radius:50px;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s}.filter-tab.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.filter-tab:hover:not(.active){border-color:#4f46e5;color:#4f46e5}.course-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,350px));justify-content:center;margin-bottom:3rem}.course-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 6px #0000000d;overflow:hidden;transition:all .3s}.course-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.course-image{height:200px;overflow:hidden;position:relative}.course-image img{height:100%;object-fit:cover;width:100%}.course-badge{background:#4f46e5e6;border-radius:50px;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.save-course-btn{box-shadow:0 2px 8px #00000026;font-size:1.2rem;height:2.5rem;left:1rem;top:1rem;transition:all .3s ease;width:2.5rem}.save-course-btn:hover{box-shadow:0 4px 12px #0003}.save-course-btn.saved{background:#dc267f1a;border:2px solid #dc2626}.course-content{padding:1.5rem}.course-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.course-category{background:#ede9fe;border-radius:50px;color:#7c3aed;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.course-duration{color:#6b7280;font-size:.9rem}.course-title{font-size:1.25rem;line-height:1.3;margin-bottom:.5rem}.course-provider{margin-bottom:1rem}.course-rating{align-items:center;display:flex;gap:.5rem;margin-bottom:1.5rem}.stars{display:flex;gap:.1rem}.star{color:#fbbf24;font-size:1.1rem}.star.empty{color:#e5e7eb}.rating-text{color:#6b7280;font-size:.9rem}.course-footer{align-items:center;display:flex;justify-content:space-between}.course-price{color:#059669;font-size:1.5rem;font-weight:700}.btn-view-course{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-view-course:hover{box-shadow:0 8px 20px #4f46e54d;transform:translateY(-2px)}.loading-card{animation:pulse 1.5s ease-in-out infinite}.loading-image{background:#e5e7eb;height:200px}.loading-content{padding:1.5rem}.loading-line{background:#e5e7eb;border-radius:.5rem;height:1rem;margin-bottom:1rem}.loading-line.short{width:60%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.load-more{margin-top:2rem;padding:3rem 0;text-align:center}.load-more button{font-weight:600;letter-spacing:.5px;min-width:200px}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-title{color:#4f46e5;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-subtitle{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-description{color:#9ca3af;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{color:#9ca3af;text-decoration:none;transition:color .3s}.social-link:hover{color:#4f46e5}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}@media (max-width:768px){.mobile-menu-btn{display:block}.desktop-auth,.desktop-nav{display:none}.mobile-nav{display:block}.logo-image{height:120px}.nav{padding:.75rem 0}.hero{padding:3rem 0}.hero-title{font-size:2.5rem;line-height:1.2;margin-bottom:1rem}.hero-description{font-size:1.1rem;margin-bottom:2rem;padding:0 1rem}.hero-search{margin-bottom:2.5rem;padding:0 1rem}.search-input{font-size:1rem;padding:.875rem 3.5rem .875rem 1.25rem}.search-button{height:2.5rem;width:2.5rem}.hero-stats{align-items:center;flex-direction:column;gap:2rem}.course-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,300px));justify-content:center;margin-bottom:2rem}.course-card{margin:0 auto;width:300px}.course-image{height:160px}.course-content{padding:1.25rem}.course-title{font-size:1.1rem;line-height:1.4}.filter-tabs{align-items:center;flex-direction:column}}@media (max-width:480px){.logo-image{height:80px}.nav{padding:.5rem 0}.mobile-nav-link{font-size:.95rem;padding:.875rem 1rem}.mobile-auth-buttons{padding:1rem}.hero{padding:2rem 0}.hero-title{font-size:2rem;margin-bottom:.75rem}.hero-description{font-size:1rem;margin-bottom:1.5rem}.hero-search{margin-bottom:2rem}.search-input{font-size:.95rem;padding:.75rem 3rem .75rem 1rem}.search-button{height:2.25rem;width:2.25rem}.hero-stats{gap:1.5rem}.btn-primary,.btn-secondary{font-size:.95rem;min-width:120px;padding:.875rem 1.25rem}.course-footer{flex-direction:column;gap:.75rem}.course-footer .btn-primary{width:100%}button,input,select,textarea{font-size:16px}.course-card,.filter-tab,.nav-link,.review-card{-webkit-tap-highlight-color:rgba(79,70,229,.1)}.helpful-btn,.read-more-btn,.share-btn{min-height:44px;min-width:44px}}@media (max-width:360px){.course-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,280px))}.course-card{width:280px}}.page-hero{background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden;padding:3rem 0;position:relative}.page-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.page-hero-content{color:#fff;position:relative;text-align:center;z-index:1}.page-title{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.page-description{font-size:1.1rem;margin:0 auto;max-width:600px;opacity:.9}.page-content{background:#f9fafb;padding:4rem 0}.loading-state{padding:3rem}.categories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.category-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 6px #0000000d;color:inherit;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;text-decoration:none;transition:all .3s}.category-card:before{background:linear-gradient(135deg,#4f46e5,#7c3aed);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s;width:4px}.category-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.category-card:hover:before{transform:scaleY(1)}.category-icon{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:1rem;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.category-emoji{font-size:1.5rem}.category-content{flex:1 1}.category-title{color:#1f2937;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.category-count{color:#6b7280;margin:0}.category-arrow{color:#9ca3af;font-size:1.5rem;transition:all .3s}.category-card:hover .category-arrow{color:#4f46e5;transform:translateX(5px)}.reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:2rem}.review-card-enhanced{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 8px 25px #00000014;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.review-card-enhanced:before{background:linear-gradient(135deg,#4f46e5,#7c3aed);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s}.review-card-enhanced:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.review-card-enhanced:hover:before{transform:scaleX(1)}.review-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.reviewer-profile{align-items:center;display:flex;flex:1 1;gap:1rem}.reviewer-avatar-large{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;box-shadow:0 4px 15px #4f46e54d;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.reviewer-info-detailed{display:flex;flex-direction:column;gap:.5rem}.reviewer-name-large{color:#1f2937;font-size:1.2rem;font-weight:700;margin:0}.review-meta{display:flex;flex-direction:column;gap:.25rem}.review-date-badge{color:#6b7280;font-size:.9rem;font-weight:500}.verified-badge{align-items:center;color:#059669;display:flex;font-size:.8rem;font-weight:600;gap:.25rem}.review-rating-section{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem}.rating-stars-large{font-size:1.3rem}.rating-stars-large .stars{color:#fbbf24;text-shadow:0 1px 3px #fbbf244d}.rating-number{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50px;color:#fff;font-size:.9rem;font-weight:600;padding:.25rem .75rem}.review-content-section{margin:1.5rem 0}.review-quote{color:#374151;font-size:1.1rem;font-style:italic;line-height:1.7;margin:0;padding:0 1rem;position:relative}.quote-mark{color:#d1d5db;font-size:2rem;font-weight:700;position:absolute}.quote-mark:first-child{left:-.5rem;top:-.5rem}.quote-mark:last-child{bottom:-1rem;right:-.5rem}.review-card-footer{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding-top:1.5rem}.review-actions{display:flex;gap:1rem}.helpful-btn,.share-btn{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;color:#6b7280;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .3s}.helpful-btn:hover,.share-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#374151;transform:translateY(-1px)}.course-tag{background:#ede9fe;border-radius:50px;color:#7c3aed;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:all .3s}.review-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.review-header{justify-content:space-between;margin-bottom:1.5rem}.review-header,.reviewer-info{align-items:center;display:flex}.reviewer-info{gap:1rem}.reviewer-avatar{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.reviewer-details{display:flex;flex-direction:column}.reviewer-name{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0}.review-date{font-size:.9rem}.review-rating .stars{color:#fbbf24;font-size:1.2rem}.review-content{margin-bottom:1.5rem}.review-title{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.review-text-container{position:relative}.review-text{word-wrap:break-word;color:#374151;font-size:1rem;line-height:1.6;margin:0 0 .5rem;overflow-wrap:break-word}.read-more-btn{align-items:center;background:none;border:none;color:#4f46e5;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:.25rem;padding:0;text-decoration:none;transition:all .3s}.read-more-btn:hover{color:#7c3aed;transform:translateX(2px)}.read-more-btn:focus{border-radius:.25rem;outline:2px solid #4f46e5;outline-offset:2px}.review-details{margin-bottom:1.5rem}.rating-breakdown{display:flex;flex-direction:column;gap:.5rem}.breakdown-item{align-items:center;display:flex;justify-content:space-between}.breakdown-label{color:#6b7280;font-size:.9rem;font-weight:500}.breakdown-rating{align-items:center;color:#1f2937;display:flex;font-size:.9rem;gap:.25rem}.breakdown-rating .stars{color:#fbbf24;font-size:.8rem}.review-actions{border-top:1px solid #e5e7eb;padding-top:1rem}.helpful-btn{background:none;border:1px solid #e5e7eb;border-radius:.5rem;color:#6b7280;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.helpful-btn:hover{background:#f3f4f6;border-color:#4f46e5;color:#4f46e5}.helpful-btn.voted{background:#4f46e5;border-color:#4f46e5;color:#fff}.helpful-btn.disabled{cursor:not-allowed;opacity:.6}.helpful-btn.disabled,.helpful-btn.disabled:hover{background:#f3f4f6;border-color:#e5e7eb;color:#9ca3af}.helpful-btn:disabled{cursor:not-allowed;opacity:.8}.rating-score{color:#1f2937;font-weight:600}.course-reviews-section{border-top:1px solid #e5e7eb;margin-top:3rem;padding-top:3rem}.reviews-section-title{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.reviews-list{display:flex;flex-direction:column;gap:2rem}.load-more-reviews{margin-top:2rem;padding:2rem 0;text-align:center}.load-more-reviews button{font-weight:600;letter-spacing:.5px;min-width:200px}.reviews-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.review-item{margin-bottom:1.5rem}.review-course-info{background:#f9fafb;border-left:4px solid #4f46e5;border-radius:.5rem;margin-top:1rem;padding:1rem}.course-context{color:#6b7280;font-size:.875rem;margin:0}.no-reviews{padding:4rem 2rem;text-align:center}.no-reviews-icon{font-size:4rem;margin-bottom:1rem}.no-reviews h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-reviews p{color:#6b7280;margin:0}.load-more-section{border-top:1px solid #e5e7eb;margin-top:2rem;padding:3rem 0 2rem;text-align:center}.load-more-section button{font-weight:600;letter-spacing:.5px;min-width:200px}.review-form-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.review-form-container{background:#fff;border-radius:1rem;box-shadow:0 20px 40px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.review-form-header{border-bottom:1px solid #e5e7eb;padding:2rem 2rem 1rem;position:relative}.review-form-header h2{color:#1f2937;font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.review-form-header p{color:#6b7280;margin:0}.close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;font-size:2rem;line-height:1;padding:.5rem;position:absolute;right:1rem;top:1rem}.close-btn:hover{color:#4b5563}.review-form{padding:2rem}.error-message{align-items:flex-start;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.error-icon{flex-shrink:0;font-size:1.2rem;margin-top:.1rem}.error-content{flex:1 1}.error-main{color:#dc2626;font-weight:600;line-height:1.4;margin-bottom:.5rem}.error-detail{color:#7f1d1d;font-size:.9rem;line-height:1.4;margin-bottom:.25rem}.error-detail:last-child{margin-bottom:0}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.char-count{color:#6b7280;display:block;font-size:.875rem;margin-top:.25rem}.ratings-section{margin-bottom:2rem}.ratings-section h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.rating-group{margin-bottom:1rem}.rating-group label{display:block;font-weight:500;margin-bottom:.5rem}.star-rating-input{align-items:center;display:flex;gap:.25rem}.star-btn{background:none;border:none;color:#d1d5db;cursor:pointer;font-size:1.5rem;padding:0;transition:color .2s}.star-btn.active,.star-btn:hover{color:#fbbf24}.rating-value{color:#6b7280;font-size:.875rem;font-weight:500;margin-left:.5rem}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}.review-comment{color:#374151;font-size:1rem;font-style:italic;line-height:1.6;margin:0}.about-sections{margin-bottom:4rem}.about-section{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 4px 6px #0000000d;display:flex;gap:2rem;margin-bottom:3rem;padding:2rem}.about-icon{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:1rem;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.about-icon .icon{font-size:2rem}.about-content{flex:1 1}.about-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.about-text{color:#6b7280;line-height:1.6;margin:0}.stats-section{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:all .3s}.stat-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.reviews-container{max-width:100%}.reviews-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.reviews-header h2{color:#1f2937;flex:1 1;font-size:1.5rem;font-weight:700;margin:0;min-width:200px}.reviews-filters{align-items:center;display:flex;gap:1rem}.filter-select{background:#fff;border:1px solid #d1d5db;border-radius:.75rem;color:#374151;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.filter-select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a;outline:none}.reviews-responsive-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.review-card-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 8px 25px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.review-card-wrapper:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.review-course-info{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-top:1px solid #e5e7eb;padding:1rem 1.5rem}.course-info-content{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.5rem}.course-label{color:#6b7280;font-weight:500}.course-title{color:#1f2937;flex-shrink:0;font-weight:700}@media (max-width:1024px){.reviews-responsive-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media (max-width:768px){.page-title{font-size:2rem}.page-content{padding:2rem 0}.container{padding:0 15px}.categories-grid{grid-template-columns:1fr}.category-card{padding:1.5rem}.about-section{flex-direction:column;text-align:center}.about-icon{align-self:center}.review-header{align-items:flex-start;flex-direction:column;gap:1rem}.stats-section{grid-template-columns:1fr}.reviews-header{align-items:flex-start;flex-direction:column;gap:1rem}.reviews-header h2{font-size:1.25rem;min-width:0;min-width:auto}.reviews-filters{justify-content:flex-end;width:100%}.filter-select{max-width:200px;width:100%}.reviews-responsive-grid{gap:1.5rem;grid-template-columns:1fr}.review-card-wrapper{margin:0}.course-info-content{align-items:flex-start;flex-direction:column;gap:.25rem}.course-title{font-size:.9rem}.reviews-grid{gap:1.5rem;grid-template-columns:1fr}.review-card-enhanced{padding:1.5rem}.review-card-header{align-items:flex-start;flex-direction:column;gap:1rem}.reviewer-profile{width:100%}.review-rating-section{align-items:flex-start;flex-direction:row;gap:1rem}.review-card-footer{align-items:flex-start;flex-direction:column;gap:1rem}.review-actions{justify-content:space-between;width:100%}.helpful-btn,.share-btn{flex:1 1;justify-content:center}.review-form-overlay{align-items:flex-start;padding:2rem .5rem .5rem}.review-form-container{margin:0;max-height:95vh}.review-form-header{padding:1.5rem 1.25rem 1rem}.review-form-header h2{font-size:1.25rem;margin-right:2rem}.review-form{padding:1.25rem}.form-group input,.form-group textarea{border-radius:.75rem;font-size:16px;padding:.875rem .75rem}.rating-input{gap:.75rem;justify-content:center}.star-btn{font-size:1.75rem;padding:.5rem}.page-content{padding:1.5rem 0}.about-section,.category-card{padding:1.25rem}.footer{padding:2rem 0 1.5rem;text-align:center}.footer-content{flex-direction:column;gap:1.5rem}.footer-links{flex-direction:column;gap:1rem;text-align:center}}@media (max-width:480px){.container{padding:0 12px}.page-hero{padding:2rem 0}.page-title{font-size:1.75rem}.page-description{font-size:1rem}.reviews-responsive-grid{gap:1rem}.review-card-wrapper{border-radius:1rem}.review-course-info{padding:.75rem 1rem}.course-info-content{font-size:.8rem}.load-more-section{margin-top:1.5rem}.btn-secondary{max-width:300px;width:100%}.read-more-btn{font-size:.85rem;margin-top:.5rem;padding:.25rem 0}.review-text{font-size:.95rem;line-height:1.5}}.not-found-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;justify-content:center;min-height:calc(100vh - 200px);overflow:hidden;position:relative}.not-found-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='2' fill='%234f46e5' fill-opacity='.05' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.not-found-content{margin:0 auto;max-width:600px;padding:2rem;position:relative;text-align:center;z-index:1}.not-found-illustration{margin-bottom:3rem;position:relative}.error-code{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.digit{-webkit-text-fill-color:#0000;animation:bounce 2s ease-in-out infinite;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;background-clip:text;text-shadow:0 4px 20px #4f46e54d}.digit,.digit-middle{font-size:8rem;font-weight:900}.digit-middle{-webkit-text-fill-color:#0000;animation:bounce 2s ease-in-out .2s infinite;background:linear-gradient(135deg,#f59e0b,#ef4444);-webkit-background-clip:text;background-clip:text;text-shadow:0 4px 20px #f59e0b4d}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}.floating-elements{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.floating-book,.floating-graduation,.floating-search{animation:float 3s ease-in-out infinite;font-size:2rem;position:absolute}.floating-book{animation-delay:0s;left:10%;top:20%}.floating-graduation{animation-delay:1s;right:15%;top:30%}.floating-search{animation-delay:2s;bottom:40%;left:20%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.not-found-message{margin-bottom:3rem}.error-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.error-description{color:#6b7280;font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.not-found-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.btn-icon{margin-right:.5rem}.popular-links{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 10px 25px #0000001a;padding:2rem}.popular-title{color:#1f2937;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.quick-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.quick-link{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;color:#6b7280;display:flex;flex-direction:column;font-weight:500;gap:.5rem;padding:1.5rem 1rem;text-decoration:none;transition:all .3s}.quick-link:hover{background:#f3f4f6;border-color:#4f46e5;color:#4f46e5;transform:translateY(-2px)}.link-icon{font-size:1.5rem}@media (max-width:768px){.error-code{gap:.5rem}.digit,.digit-middle{font-size:5rem}.error-title{font-size:2rem}.error-description{font-size:1rem}.not-found-actions{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{max-width:280px;width:100%}.quick-links{grid-template-columns:1fr}.floating-book,.floating-graduation,.floating-search{font-size:1.5rem}}.course-not-found{margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.not-found-icon{font-size:4rem;margin-bottom:1rem}.course-not-found h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:1rem}.course-not-found p{color:#6b7280;margin-bottom:2rem}.course-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:4rem 0;position:relative}.course-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.course-hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:2fr 1fr;position:relative;z-index:1}.course-breadcrumb{margin-bottom:1rem;opacity:.9}.course-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .3s}.course-breadcrumb a:hover{opacity:.8}.breadcrumb-separator{margin:0 .5rem;opacity:.7}.course-hero-title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.course-hero-meta{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.course-provider{align-items:center;display:flex;font-size:1.1rem;gap:.5rem;opacity:.9}.provider-icon{font-size:1.2rem}.course-rating-hero{align-items:center;display:flex;gap:.5rem}.course-rating-hero .stars{color:#fbbf24;font-size:1.3rem;text-shadow:0 1px 3px #fbbf244d}.rating-score{font-size:1.1rem;font-weight:700}.rating-count{opacity:.8}.course-hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.course-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-large{font-size:1.1rem;font-weight:600;padding:1rem 2rem}.course-hero-image{border-radius:1rem;box-shadow:0 20px 40px #0003;overflow:hidden;position:relative}.course-hero-image img{height:300px;object-fit:cover;width:100%}.course-badge-overlay{display:flex;flex-direction:column;gap:.5rem;position:absolute;right:1rem;top:1rem}.duration-badge,.level-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:50px;color:#4f46e5;font-size:.8rem;font-weight:600;padding:.5rem 1rem}.course-details-section{background:#f9fafb;padding:4rem 0}.course-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 8px 25px #00000014;padding:2rem;transition:all .3s}.detail-card:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.card-header{margin-bottom:1.5rem}.card-title{align-items:center;color:#1f2937;display:flex;font-size:1.3rem;font-weight:700;gap:.75rem;margin:0}.card-icon{font-size:1.5rem}.overview-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.stat-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;gap:1rem;padding:1rem}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:.5rem;font-size:1.5rem;height:40px;justify-content:center;width:40px}.stat-info{display:flex;flex-direction:column}.stat-label{color:#6b7280;font-size:.8rem}.stat-value{color:#1f2937;font-size:1rem;font-weight:600}.skills-tags{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:transform .3s}.skill-tag:hover{transform:scale(1.05)}.reviews-summary{display:flex;flex-direction:column;gap:1.5rem}.rating-overview{align-items:center;display:flex;gap:1.5rem}.big-rating{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4f46e5,#7c3aed);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.rating-details{display:flex;flex-direction:column;gap:.5rem}.stars-large{color:#fbbf24;font-size:1.5rem}.review-count{color:#6b7280;font-size:.9rem}.view-all-reviews{align-items:center;color:#4f46e5;display:flex;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s}.view-all-reviews:hover{color:#7c3aed}.provider-info{text-align:center}.provider-name{color:#1f2937;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.provider-description{color:#6b7280;line-height:1.6}.course-navigation{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center}@media (max-width:768px){.course-hero-content{gap:2rem;grid-template-columns:1fr}.course-hero-title{font-size:2rem}.course-hero-actions{justify-content:center}.course-details-grid,.overview-stats{grid-template-columns:1fr}.rating-overview{flex-direction:column;text-align:center}.course-hero-image{order:-1}.btn-large{max-width:300px;width:100%}}.breadcrumb{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem}.breadcrumb a{color:#6b7280;text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:#4f46e5}.breadcrumb-separator{color:#9ca3af}.breadcrumb-current{color:#1f2937;font-weight:500}.no-courses{background:#f9fafb;border-radius:1rem;margin:2rem 0;padding:4rem 2rem;text-align:center}.no-courses-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.no-courses h3{color:#1f2937;font-size:1.5rem;margin-bottom:.5rem}.no-courses p{color:#6b7280;margin-bottom:2rem}.loading-state{padding:4rem 2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#4f46e5;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:3rem 0;position:relative}.profile-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.profile-hero-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr auto;position:relative;z-index:1}.profile-avatar-section{position:relative}.profile-avatar-large{border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 25px #0003;height:120px;width:120px}.profile-status{bottom:0;position:absolute;right:0}.status-badge{border-radius:50px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.status-badge,.status-badge.active{background:#10b981}.profile-info{flex:1 1}.profile-name{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:.5rem}.profile-username{font-size:1.1rem;margin-bottom:.25rem;opacity:.8}.profile-email{font-size:1rem;margin-bottom:.5rem;opacity:.7}.profile-joined{font-size:.9rem;margin:0;opacity:.8}.profile-stats{display:flex;gap:1.5rem}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;min-width:120px;padding:1.5rem;text-align:center}.stat-number{color:#fbbf24;font-size:2rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.stat-label{font-size:.9rem;font-weight:500;opacity:.9}.profile-content{background:#f9fafb;padding:4rem 0}.profile-section{margin-bottom:3rem}.section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.section-title{color:#1f2937;font-size:1.8rem;font-weight:700;margin:0}.no-reviews-profile{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 4px 6px #0000000d;padding:4rem 2rem;text-align:center}.no-reviews-profile .no-reviews-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.no-reviews-profile h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-reviews-profile p{color:#6b7280;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px}.profile-reviews-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr))}.profile-review-item{background:#fff;border:1px solid #e5e7eb;border-radius:1.5rem;box-shadow:0 8px 25px #00000014;overflow:hidden;transition:all .3s}.profile-review-item:hover{box-shadow:0 15px 35px #0000001f;transform:translateY(-5px)}.review-with-actions{display:flex;flex-direction:column}.profile-course-context{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem 1.5rem}.course-link{display:flex;flex-direction:column;gap:.25rem}.course-title-link{color:#4f46e5;font-weight:600;text-decoration:none;transition:color .3s}.course-title-link:hover{color:#7c3aed}.course-provider{color:#6b7280;font-size:.85rem;font-style:italic}.review-management{background:#fff;border-top:1px solid #f3f4f6;padding:1rem 1.5rem}.review-actions-panel{display:flex;gap:.75rem;margin-bottom:.75rem}.btn-small{font-size:.85rem;padding:.5rem 1rem}.btn-danger{align-items:center;background:#ef4444;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:all .3s}.btn-danger:hover:not(:disabled){background:#dc2626;box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.btn-danger:disabled{cursor:not-allowed;opacity:.6;transform:none}.review-metadata{align-items:center;display:flex;justify-content:space-between}.review-date{color:#6b7280;font-size:.8rem}@media (max-width:768px){.profile-hero-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.profile-name{font-size:2rem}.profile-stats{flex-wrap:wrap;justify-content:center}.stat-card{min-width:100px;padding:1rem}.section-header{align-items:flex-start;flex-direction:column;gap:1rem}.profile-reviews-grid{gap:1.5rem;grid-template-columns:1fr}.review-actions-panel{flex-direction:column}.btn-small{justify-content:center;width:100%}}.save-course-btn{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:36px;z-index:2}.save-course-btn:hover{background:#fff;transform:scale(1.1)}.save-course-btn.saved{background:#ef44441a;border:2px solid #ef4444}.save-course-btn.disabled{cursor:not-allowed;opacity:.5}.save-course-btn.disabled:hover{transform:none}.btn-secondary.saved{background:#ef4444;border-color:#ef4444;color:#fff}.btn-secondary.saved:hover{background:#dc2626;border-color:#dc2626}.saved-courses-section{min-height:60vh;padding:4rem 0}.empty-state,.not-authenticated{margin:0 auto;max-width:600px;padding:4rem 2rem;text-align:center}.empty-icon,.not-auth-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.7}.empty-state h2{color:var(--text-color);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.empty-state p{color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.empty-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.saved-courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-top:2rem}.saved-course-card{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-card);overflow:hidden;transition:all .3s ease}.saved-course-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.saved-course-card .course-image{height:200px;overflow:hidden;position:relative}.saved-course-card .course-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.saved-course-card:hover .course-image img{transform:scale(1.05)}.remove-course-btn{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ef4444e6;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:32px;z-index:2}.remove-course-btn:hover{background:#ef4444;transform:scale(1.1)}.saved-course-card .course-content{padding:1.5rem}.saved-course-card .course-actions{display:flex;gap:.75rem}.saved-course-card .course-actions .btn-primary,.saved-course-card .course-actions .btn-secondary{align-items:center;display:inline-flex;flex:1 1;font-size:.875rem;justify-content:center;padding:.5rem 1rem;text-align:center;text-decoration:none}@media (max-width:768px){.saved-courses-grid{gap:1.5rem;grid-template-columns:1fr}.empty-actions{align-items:center}.empty-actions,.saved-course-card .course-actions{flex-direction:column}.saved-course-card .course-actions .btn-primary,.saved-course-card .course-actions .btn-secondary{flex:none}}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}