:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column;min-height:100vh}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;background-color:#f4f4f4}html{scroll-behavior:smooth}main{flex:1}.header-container{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 2rem;background-color:#fff;border-bottom:1px solid #e0e0e0;width:100%;box-sizing:border-box}.logo-img{width:100%;height:100%;object-fit:contain}.logo-container{width:2.5em;height:2.5em;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-links{display:flex;gap:2.5rem;align-items:center;margin:0 auto}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;font-size:1rem}.nav-links a:hover{color:#c5050c}.profile-icon-container{color:#333;transition:color .3s ease;cursor:pointer;flex-shrink:0}.profile-icon-container:hover{color:#c5050c}.hamburger-icon,.mobile-nav-links{display:none}@media (max-width: 768px){.header-container{padding:0 1.5rem;justify-content:space-between}.nav-links{display:none}.profile-icon-container{margin-left:auto;margin-right:1rem}.hamburger-icon{display:flex;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-icon .bar{height:3px;width:100%;background-color:#333;border-radius:10px;transition:all .3s ease-in-out}.hamburger-icon.active .bar:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.hamburger-icon.active .bar:nth-child(2){opacity:0}.hamburger-icon.active .bar:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.mobile-nav-links{display:flex;position:fixed;top:0;left:0;width:100%;height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background-color:#fffffffa;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:transform .3s ease-in-out;transform:translate(100%)}.mobile-nav-links.active{transform:translate(0)}.mobile-nav-links a{color:#333;font-size:1.5rem;text-decoration:none;padding:.5rem 1rem}.mobile-nav-links a:hover{color:#c5050c}.mobile-nav-divider{width:50%;border:0;border-top:1px solid #ddd;margin:1rem 0}}.hero{position:relative;height:60vh;width:100%;background-color:#333;background-image:url(/assets/madisonWI-Bz0IJ9GN.jpg);background-size:cover;background-position:center;color:#fff}.hero:before{content:"";position:absolute;inset:0}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-title{font-size:clamp(3rem,10vw,6rem);margin:0;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.search-bar-container{position:relative;width:80%;max-width:700px;margin-top:2rem}.search-bar{width:100%;border:1px solid #ccc;border-radius:50px;padding:1rem 4.5rem 1rem 1.5rem;box-sizing:border-box;font-size:1rem;background-color:#fff;color:#333;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.search-bar::placeholder{color:#888}.search-bar:focus{border-color:#c5050c;box-shadow:0 0 0 4px #c5050c33}.search-button{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:44px;width:44px;border-radius:50%;border:none;background-color:#c5050c;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background-color .3s ease}.search-button:hover{background-color:#a4040a}.search-button svg{width:22px;height:22px}.section-title{color:#000;font-size:2rem;margin-left:3rem}.most-reviewed-programs-container{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:2rem;padding:1rem 3rem}.most-reviewed-programs-container::-webkit-scrollbar{height:8px}.most-reviewed-programs-container::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.most-reviewed-programs-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.most-reviewed-programs-container::-webkit-scrollbar-thumb:hover{background-color:#b3b3b3}.most-reviewed-programs-container .program-card-link{width:400px;flex-shrink:0}#loading,#error,#no-programs{color:red}a.program-card-link{text-decoration:none;color:inherit;display:block;margin-bottom:3rem}.program-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 4px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between;text-align:left;min-width:0;height:100%}.program-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001f}.program-title{font-size:1.25rem;font-weight:600;color:#c5050c;margin:0 0 .5rem;line-height:1.3;overflow-wrap:break-word;word-wrap:break-word}.program-location{font-size:1rem;color:#555;margin-bottom:1rem;text-transform:capitalize}.program-rating-summary{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem}.program-rating-summary .review-count{font-weight:400;color:#555}.program-link-button{display:inline-block;align-self:flex-start;margin-top:1.5rem;padding:.6rem 1.2rem;background-color:#c5050c;color:#fff;text-decoration:none;border-radius:50px;font-weight:500;text-align:center;transition:background-color .3s ease}a.program-card-link:hover .program-link-button{background-color:#a4040a}.star-rating-display{display:inline-flex}.star-rating-display .star{font-size:1rem;position:relative;display:inline-block;color:#e4e5e9}.star-rating-display .star.filled{color:#ffc107}.star-rating-display .star.partial:before{content:"★";color:#ffc107;position:absolute;left:0;top:0;width:var(--fill-percent);overflow:hidden}.explore-section{background-color:#fff;padding-top:2rem;padding-bottom:3rem;border-top:1px solid #e0e0e0}.filters-container{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-end;padding:0 3rem;margin-bottom:2rem}.filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1 1 200px;min-width:200px}.filter-group label{font-weight:500;color:#333;font-size:1rem;text-align:left}.filter-group select,.filter-group input{padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background-color:#f9f9f9;transition:border-color .3s ease,box-shadow .3s ease;color:#333}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#c5050c;box-shadow:0 0 0 3px #c5050c26}.filter-button{padding:.8rem 2.5rem;background-color:#c5050c;color:#fff;font-size:1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease;height:fit-content}.filter-button:hover{background-color:#a4040a}.filter-button:disabled{background-color:#ccc;cursor:not-allowed}.explore-results-container{min-height:200px;display:flex;align-items:center;justify-content:center}.results-scroll-container{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:2rem;padding:1rem 3rem;width:100%}.results-scroll-container .program-card-link{flex-shrink:0;width:400px}.results-message{color:#555;font-size:1.2rem}.results-message.error{color:#c5050c}.results-scroll-container::-webkit-scrollbar{height:8px}.results-scroll-container::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.results-scroll-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.results-scroll-container::-webkit-scrollbar-thumb:hover{background-color:#b3b3b3}.results-scroll-container .view-all-card-link{text-decoration:none;color:inherit;flex-shrink:0;width:200px}.view-all-card{height:100%;border:2px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#555;font-weight:500;font-size:1.1rem;transition:all .3s ease}.view-all-card-link:hover .view-all-card{border-color:#c5050c;background-color:#fff;color:#c5050c}.view-all-card svg{width:40px;height:40px;transition:transform .3s ease}.view-all-card-link:hover .view-all-card svg{transform:translate(8px)}.section-title{color:#000;font-size:2rem;margin:0 0 1rem 3rem;padding-top:2rem}.about-description{padding:0 3rem 2rem;color:#000}.seamless-analytics-container{padding:2rem 3rem;max-width:1000px;margin:0 auto;text-align:center}.analytics-totals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;border-bottom:1px solid #e0e0e0;padding-bottom:3rem}.ratings-subtitle{font-size:1.25rem;color:#555;font-weight:500;margin-bottom:1.5rem;text-align:center}.analytics-ratings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background-color:transparent;padding:1rem;text-align:center}.stat-value{margin:0}.stat-label{margin-top:.5rem}.stat-value.total{font-size:3rem;font-weight:600;color:#c5050c}.stat-label.total{font-size:1.1rem;color:#333}.stat-value.rating{font-size:2rem;font-weight:500;color:#c5050c}.stat-label.rating{font-size:.9rem;color:#555}#red{color:red}.footer-container{background-color:#000}.footer-links{display:flex;align-items:space-between;padding-top:2rem;padding-left:2rem}.footer-links a{color:#fff;text-decoration:none;font-size:1rem;margin-right:5vh;align-items:space-between}.footer-links a:hover{color:#ec0909}.unaffiliation-container{display:flex;flex-direction:column;padding-left:2rem;padding-top:2rem;font-size:.8rem}.unaffiliation-text{color:#fff;font-size:.5rem;text-align:center}.review-page-container{max-width:1000px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#000}.review-page-container h1{text-align:center;color:#c5050c;margin-bottom:1.5rem}.review-form{display:flex;flex-direction:column;gap:1.5rem;border-radius:8px}.form-group{display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.form-label{font-weight:500;font-size:1rem}.form-label .required{color:#c5050c;margin-left:4px}.form-input,.form-textarea{padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background-color:#f9f9f9;transition:border-color .3s ease,box-shadow .3s ease;width:100%;box-sizing:border-box;color:#000}.form-input:focus,.form-textarea:focus{outline:none;border-color:#c5050c;box-shadow:0 0 0 3px #c5050c26}.form-textarea{min-height:150px;resize:vertical}.star-rating-container{display:flex;align-items:center;gap:.5rem}.star-rating-container .star{font-size:2rem;cursor:pointer;color:#ccc;transition:color .2s ease}.star-rating-container .star.selected,.star-rating-container .star:hover{color:#ffc107}.image-upload-label{padding:.8rem 1.5rem;background-color:#f0f0f0;color:#333;border:1px dashed #ccc;border-radius:6px;cursor:pointer;text-align:center;transition:background-color .3s ease,border-color .3s ease}.image-upload-label:hover{background-color:#e9e9e9;border-color:#bbb}#image-upload{display:none}.image-preview{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.file-preview-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;font-style:italic;color:#555;font-size:.9rem}.remove-file-btn{background:none;border:none;font-size:1.5rem;font-weight:700;line-height:1;color:#aaa;cursor:pointer;padding:0 .5rem;transition:color .2s ease}.remove-file-btn:hover{color:#c5050c}.submit-button{padding:.9rem 2rem;background-color:#c5050c;color:#fff;font-size:1.1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){background-color:#a4040a}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}fieldset{border:2px solid black;border-radius:1rem;padding:2rem;margin:0}.form-helper-text{font-size:.85rem;color:#666;margin:.5rem 0 0;text-align:center}.error-message{color:#c5050c;font-size:.9rem;font-weight:500;margin-top:.75rem;text-align:center}.results-page-container{background-color:#fff;padding:2rem 3rem;color:#000;min-height:80vh}.results-title{font-size:2.5rem;font-weight:600;margin-bottom:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.load-more-container{text-align:center;margin-top:2rem;padding-bottom:2rem}.load-more-button{padding:.8rem 2.5rem;background-color:#c5050c;color:#fff;font-size:1.1rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.load-more-button:hover:not(:disabled){background-color:#a4040a}.load-more-button:disabled{background-color:#ccc;cursor:not-allowed}.end-of-results-message{color:#555;font-style:italic}.signin-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem;background-color:#f4f4f4}.signin-box{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:500px;width:100%;color:#333}.signin-box h1{color:#c5050c;margin-bottom:1rem}.signin-box p{font-size:1.1rem;margin-bottom:2rem;color:#555}.microsoft-signin-button{background-color:#2f2f2f;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .3s ease;width:100%}.microsoft-signin-button:hover{background-color:#000}.privacy-note{margin-top:2rem!important;font-size:.9rem!important;color:#777!important}.complete-profile-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem;background-color:#f4f4f4}.complete-profile-box{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:500px;width:100%;color:#333}.complete-profile-box h1{color:#c5050c;margin-bottom:1rem}.complete-profile-box p{font-size:1.1rem;margin-bottom:2rem;color:#555}.profile-form{display:flex;flex-direction:column;gap:1rem}.profile-form .form-group{text-align:left}.profile-form label{font-weight:500;margin-bottom:.5rem;display:block}.profile-form input{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box}.profile-form button{background-color:#c5050c;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .3s ease;margin-top:1rem}.profile-form button:hover{background-color:#a4040a}.error-message{color:#c5050c;font-size:.9rem!important;margin-bottom:1rem!important}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;max-width:500px;width:90%;box-shadow:0 5px 15px #0000004d;color:#333}.modal-content h2{margin-top:0}.modal-content textarea{width:100%;min-height:120px;padding:.8rem;margin-top:1rem;font-size:1rem;font-family:inherit;border-radius:6px;border:1px solid #ccc;resize:vertical;box-sizing:border-box;background-color:#f9f9f9;color:#333;transition:border-color .3s ease,box-shadow .3s ease}.modal-content textarea:focus{outline:none;border-color:#c5050c;box-shadow:0 0 0 3px #c5050c26}.modal-actions{margin-top:1.5rem;display:flex;justify-content:flex-end;gap:1rem}.modal-actions button{padding:.7rem 1.5rem;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.modal-actions .btn-cancel{background-color:#f0f0f0;color:#333}.modal-actions .btn-cancel:hover{background-color:#e0e0e0}.modal-actions .btn-submit{background-color:#c5050c;color:#fff}.modal-actions .btn-submit:hover{background-color:#a4040a}.modal-actions .btn-submit:disabled{background-color:#ccc}.review-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 4px 8px #00000014;color:#333;display:flex;flex-direction:column;text-align:left}.review-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.review-title{font-size:1.25rem;font-weight:600;color:#c5050c;margin:0;line-height:1.3}.review-date{font-size:.85rem;color:#777;white-space:nowrap;flex-shrink:0}.review-author-line{margin:.25rem 0 1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0;font-size:.9rem;color:#555}.review-anecdote{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1.5rem}.detailed-ratings-container{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;border-top:1px solid #f0f0f0;padding-top:1.5rem}.rating-item{display:flex;justify-content:space-between;align-items:center}.rating-label{font-weight:500;font-size:.95rem}.review-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;margin-bottom:1.5rem}.review-image-thumbnail{width:100%;height:80px;object-fit:cover;border-radius:4px;border:1px solid #eee;cursor:pointer;transition:opacity .2s ease}.review-image-thumbnail:hover{opacity:.8}.review-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid #f0f0f0;font-size:.85rem;color:#777}.helpful-button{background-color:#f0f0f0;border:1px solid #ccc;color:#333;padding:.4rem .8rem;border-radius:50px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.helpful-button:hover:not(:disabled){background-color:#e0e0e0;border-color:#bbb}.helpful-button:disabled{cursor:not-allowed;opacity:.7}.report-link{background:none;border:none;color:#777;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:.85rem;padding:0}.report-link:hover{color:#c5050c}.image-modal-overlay{position:fixed;inset:0;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:3000}.image-modal-content{position:relative;max-width:90vw;max-height:90vh}.full-size-image{display:block;max-width:100%;max-height:100%;border-radius:4px}.modal-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#0006;color:#fff;border:none;font-size:2rem;cursor:pointer;padding:1rem;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.modal-nav-arrow:hover{background-color:#000000b3}.arrow-left{left:2vw}.arrow-right{right:2vw}.profile-page-container{max-width:1200px;margin:2rem auto;padding:2rem;color:#333}.profile-header{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #00000014;text-align:center;margin-bottom:2rem}.profile-header h1{margin:0 0 .5rem;color:#c5050c}.profile-header p{margin:0 0 1.5rem;color:#555;font-size:1.1rem}.signout-button{background-color:#333;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.signout-button:hover{background-color:#000}.profile-reviews-section h2{font-size:2rem;border-bottom:2px solid #e0e0e0;padding-bottom:1rem;margin-bottom:2rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.error-message{color:#c5050c}.program-page-container{max-width:900px;margin:2rem auto;padding:1rem;color:#333}.program-page-header{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;text-align:center;margin-bottom:3rem}.program-page-header h1{font-size:2.5rem;color:#333;margin:0 0 .5rem}.program-page-header .location{font-size:1.25rem;color:#555;margin-bottom:1.5rem;text-transform:capitalize}.official-link{display:inline-block;background-color:#c5050c;color:#fff;padding:.8rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:500;transition:background-color .3s ease}.official-link:hover{background-color:#a4040a}.ratings-summary-section,.reviews-list-section{margin-bottom:3rem}.ratings-summary-section h2,.reviews-list-section h2{font-size:2rem;padding-bottom:.5rem;border-bottom:2px solid #e0e0e0;margin-bottom:1.5rem}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem;border-radius:6px;border:1px solid #eee}.summary-label{font-weight:500}.summary-stars{display:flex;align-items:center;gap:.5rem}.summary-value{font-weight:700;font-size:1.1rem}.reviews-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #e0e0e0;margin-bottom:1.5rem}.reviews-header h2{border-bottom:none;margin-bottom:.5rem}.write-review-link{background-color:#c5050c;color:#fff;padding:.7rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background-color .3s ease;white-space:nowrap}.write-review-link:hover{background-color:#c5050c}.reviews-list{display:flex;flex-direction:column;gap:2rem}.no-data-message{padding:2rem;text-align:center;color:#555;background-color:#f9f9f9;border-radius:8px}.contact-page-container{display:flex;justify-content:center;align-items:center;padding:4rem 2rem;background-color:#f4f4f4}.contact-box{background-color:#fff;padding:3rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:600px;width:100%;color:#333}.contact-box h1{color:#c5050c;margin-bottom:1rem}.contact-box p{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;color:#555}.contact-links{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-link{display:flex;align-items:center;justify-content:center;gap:.75rem;width:80%;padding:1rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:1.1rem;transition:all .3s ease;border:1px solid transparent}.linkedin-link{background-color:#0077b5;color:#fff;border-color:#0077b5}.linkedin-link:hover{background-color:#005e92;border-color:#005e92}.instagram-link{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.instagram-link:hover{opacity:.9}.donate-page-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:4rem 1rem;background-color:#f4f4f4}.donate-box{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 6px 20px #00000014;text-align:center;max-width:900px;width:100%;color:#333}.donate-box h1{color:#c5050c;margin-bottom:1rem;font-size:2.5rem}.donate-box p{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;color:#555;max-width:700px;margin-left:auto;margin-right:auto}.donation-methods-grid{display:grid;grid-template-columns:1fr;gap:2rem}.donation-method-card{background:#fcfcfc;padding:2rem;border:1px solid #e9e9e9;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between}.donation-method-card h3{margin-top:0;margin-bottom:1rem;font-size:1.5rem;color:#333}.kofi-card{background-color:#f0f8ff;border-color:#cde7ff}.kofi-description{font-size:1rem;color:#4a5568;margin-bottom:1.5rem;flex-grow:1}.kofi-button{display:inline-block;background-color:#13c3ff;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:background-color .3s ease,transform .2s ease;border:2px solid #13C3FF}.kofi-button:hover{background-color:#00a8e0;transform:translateY(-2px)}.qr-code-placeholder{width:160px;height:160px;background-color:#f0f0f0;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;color:#777;border:1px solid #ddd;border-radius:8px}.crypto-address-container{display:flex;align-items:center;justify-content:space-between;background:#e9ecef;padding:.75rem 1rem;border-radius:6px;margin-top:1rem;gap:1rem}.crypto-address{font-family:Courier New,Courier,monospace;font-size:.95rem;color:#333;word-break:break-all;text-align:left}.copy-button{background-color:#343a40;color:#fff;border:none;border-radius:5px;padding:.6rem 1.2rem;cursor:pointer;font-weight:500;flex-shrink:0;transition:background-color .2s}.copy-button:hover{background-color:#23272b}@media (min-width: 768px){.donation-methods-grid{grid-template-columns:1fr 1fr}.donate-box{padding:3rem}}.terms-page-container{background-color:#f9f9f9;padding:3rem 2rem;color:#333;line-height:1.7}.terms-content{max-width:800px;margin:0 auto;background-color:#fff;padding:2rem 3rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}.terms-content h1{color:#c5050c;text-align:center;margin-bottom:.5rem}.terms-content h2{border-bottom:2px solid #eee;padding-bottom:.5rem;margin-top:2rem;margin-bottom:1rem}.terms-content .last-updated{text-align:center;color:#777;margin-bottom:2rem;font-style:italic}.terms-content ul{padding-left:20px}.terms-content li{margin-bottom:.5rem}
