*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background-color:#fff;box-shadow:0 2px 4px #8b7dde1a;position:sticky;top:0;z-index:100}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-image{height:70px;width:auto;display:block}@media(max-width:768px){.logo-image{height:40px}}.mobile-menu-toggle{display:none;background:none;border:none;flex-direction:column;gap:4px;cursor:pointer;padding:8px}.hamburger{width:25px;height:3px;background-color:#003087;transition:all .3s ease}.nav{display:flex;align-items:center;gap:2rem}.nav-list{display:flex;list-style:none;gap:2rem;margin:0}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;padding:.5rem 0}.nav-link:hover,.nav-link:focus{color:#8b7dde;outline:2px solid transparent}.nav-link:focus-visible{outline:2px solid #8b7dde;outline-offset:4px;border-radius:4px}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;cursor:pointer;text-align:center}.btn:focus-visible{outline:3px solid #8b7dde;outline-offset:2px}.btn-primary{background-color:#8b7dde;color:#fff}.btn-primary:hover,.btn-primary:focus{background-color:#8b7dde;transform:translateY(-2px);box-shadow:0 4px 8px #8b7dde4d}.btn-secondary{background-color:#fff;color:#8b7dde;border:2px solid #8b7dde}.btn-secondary:hover,.btn-secondary:focus{background-color:#8b7dde;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #8b7dde33}.btn-large{padding:1rem 2rem;font-size:1.1rem}.footer{background-color:#f8f9fa;padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-title{color:#003087;font-size:1.5rem;margin-bottom:.75rem}.footer-heading{color:#333;font-size:1.1rem;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#666;text-decoration:none;transition:color .3s ease}.footer-links a:hover,.footer-links a:focus{color:#8b7dde}.footer-bottom{border-top:1px solid #ddd;padding-top:1.5rem;text-align:center;color:#666}@media(max-width:768px){.mobile-menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background-color:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 6px #8b7dde1a;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-open{max-height:400px}.nav-list{flex-direction:column;gap:0;width:100%}.nav-list li{width:100%;border-bottom:1px solid #f0f0f0}.nav-link{display:block;padding:1rem}}.fundraiser-card{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:none;display:flex;flex-direction:column;height:100%}.fundraiser-card:hover,.fundraiser-card:focus-within{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.fundraiser-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.fundraiser-card a:focus{outline:2px solid #8b7dde;outline-offset:2px}.fundraiser-image{width:100%;height:200px;object-fit:cover;display:block}.fundraiser-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.fundraiser-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem;min-height:2.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;line-height:1.1}.fundraiser-description{color:#666;margin-bottom:1rem;line-height:1.5;min-height:3rem;overflow:hidden}.progress-bar{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem;margin-top:auto}.progress-fill{height:100%;background-color:#8b7dde;transition:width .3s ease}.fundraiser-stats{font-size:.9rem;color:#666;font-weight:500}@media(max-width:768px){.fundraiser-image{height:200px}.fundraiser-content{padding:1rem}}.hero{position:relative;padding:6rem 0 4rem;overflow:hidden;min-height:900px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#003087,#8b7dde);background-image:url(/img/BookBankHero.png);background-size:cover;background-position:center;background-blend-mode:overlay}.hero-content{position:relative;z-index:1}.featured-section{padding:4rem 0}.section-title{font-size:2.25rem;font-weight:700;color:#333;margin-bottom:2.5rem;text-align:center}.no-fundraisers{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px}.no-fundraisers p{font-size:1.1rem;color:#666;margin-bottom:2rem}.see-more-container{text-align:center;margin-top:3rem}.see-more-container .btn{min-width:250px}@media(max-width:968px){#fundraiser-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero{padding:5rem 0;min-height:400px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}#fundraiser-list{grid-template-columns:1fr}}.toggle-fundraiser-status{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:2px solid #e0e0e0;margin:2rem 0}.status-info{margin-bottom:1rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:.75rem}.status-badge.status-open{background:#e8f5e9;color:#2e7d32}.status-badge.status-closed{background:#ffebee;color:#c62828}.status-description{color:#666;font-size:.95rem;margin:0}.toggle-button{width:auto;padding:.5rem;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:flex-start}.toggle-button:disabled{opacity:.6;cursor:not-allowed}.btn-close{background-color:#c62828;color:#fff}.btn-close:hover:not(:disabled){background-color:#b71c1c;transform:translateY(-2px)}.btn-open{background-color:#2e7d32;color:#fff}.btn-open:hover:not(:disabled){background-color:#1b5e20;transform:translateY(-2px)}.toggle-error{color:#c33;font-size:.9rem;margin-top:.75rem;margin-bottom:0}.edit-fundraiser-form{background:#f8f9fa;padding:2rem;border-radius:8px;border:2px solid #8b7dde;margin:2rem 0}.edit-form-title{font-size:1.5rem;font-weight:700;color:#003087;margin-bottom:1.5rem}.edit-fundraiser-form .form-group{margin-bottom:1.5rem}.edit-fundraiser-form .form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.edit-fundraiser-form input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease}.edit-fundraiser-form input:focus{outline:none;border-color:#8b7dde;box-shadow:0 0 0 3px #8b7dde1a}.edit-fundraiser-form input:disabled{background-color:#f5f5f5;cursor:not-allowed}.image-preview{margin-bottom:1.5rem;padding:1rem;background:#fff;border-radius:6px}.image-preview img{width:100%;max-width:400px;height:auto;border-radius:6px;display:block}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.form-actions .btn{padding:.75rem 1.5rem;min-width:120px}@media(max-width:768px){.edit-fundraiser-form{padding:1.5rem}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.fundraiser-page{min-height:70vh;padding:3rem 0}.fundraiser-detail{max-width:800px;margin:0 auto}.fundraiser-header{margin-bottom:2rem}.fundraiser-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.75rem}.fundraiser-meta{color:#666;font-size:.95rem;margin-bottom:.75rem}.status-open{background:#e8f5e9;color:#2e7d32}.owner-controls{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.edit-button{align-self:flex-start}.fundraiser-detail-image{width:100%;height:400px;object-fit:cover;border-radius:8px;margin-bottom:2rem}.fundraiser-description{background:#f8f9fa;padding:2rem;border-radius:8px;margin-bottom:2rem}.fundraiser-description h3{font-size:1.5rem;color:#333;margin-bottom:1rem}.fundraiser-description p{color:#555;line-height:1.8;font-size:1.05rem}.fundraiser-goal{background:linear-gradient(135deg,#e8e5f5,#fff);padding:1.5rem;border-radius:8px;border:2px solid #7b68ee;margin-bottom:2rem;text-align:center}.fundraiser-goal h3{font-size:1.75rem;color:#8b7dde;font-weight:700;margin:0}.pledge-button{display:block;width:100%;max-width:400px;margin:0 auto 3rem;text-align:center;font-size:1.25rem;padding:1.25rem}.pledges-section{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.no-pledges{text-align:center;color:#999;font-style:italic;padding:2rem;background:#f8f9fa;border-radius:8px}.pledges-list{list-style:none;padding:0;margin:0}.pledge-item{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:1rem;gap:1rem}.pledge-supporter{font-weight:600;color:#333;font-size:1.05rem;display:block;margin-bottom:.5rem}.pledge-comment{color:#666;font-style:italic;margin:.5rem 0 0;line-height:1.5}.pledge-amount{font-size:1.5rem;font-weight:700;color:#8b7dde;flex-shrink:0}.closed-banner{background:linear-gradient(135deg,#ffebee,#fff5f5);border:3px solid #c62828;border-radius:8px;padding:2rem;margin:2rem 0;display:flex;align-items:center;gap:1.5rem;box-shadow:0 4px 12px #c6282826}.closed-banner-content{flex:1}.closed-banner-title{font-size:1.75rem;font-weight:700;color:#c62828;margin-bottom:.5rem}.closed-banner-text{font-size:1.05rem;color:#666;margin:0;line-height:1.6}.closed-message{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;text-align:center;margin:2rem 0}.closed-message p{margin:0;color:#666;font-weight:500;font-size:1rem}.error-container{text-align:center;padding:4rem 2rem;max-width:600px;margin:4rem auto}.error-emoji{font-size:5rem;margin-bottom:1.5rem}.error-title{font-size:2.5rem;font-weight:700;color:#c62828;margin-bottom:1rem}.error-message{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.fundraiser-title{font-size:2rem}.fundraiser-detail-image{height:250px}.pledge-item{flex-direction:column;align-items:flex-start}.pledge-amount{align-self:flex-end}.edit-button{width:100%}.closed-banner{flex-direction:column;text-align:center;padding:1.5rem}.closed-banner-icon{font-size:2.5rem}.closed-banner-title{font-size:1.5rem}.closed-banner-text{font-size:1rem}}.fundraisers-list-page{min-height:70vh;padding:3rem 0}.page-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.75rem;text-align:center}.page-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;text-align:center}.search-container{position:relative;max-width:600px;margin:0 auto 2rem}.search-input{width:100%;padding:1rem 3rem 1rem 1.5rem;font-size:1.1rem;border:2px solid #e0e0e0;border-radius:50px;transition:all .3s ease;font-family:inherit}.search-input:focus{outline:none;border-color:#8b7dde;box-shadow:0 0 0 4px #8b7dde1a}.search-input::placeholder{color:#999}.search-icon{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);font-size:1.25rem;pointer-events:none}.results-info{text-align:center;margin-bottom:1.5rem;min-height:1.5rem}.results-text{color:#666;font-size:1rem;margin:0}.no-results{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:8px;margin-top:2rem}.no-results p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.closed-message{background:#ffebee;border:2px solid #c62828;border-radius:8px;padding:1.5rem;text-align:center;margin:2rem 0}.closed-message p{margin:0;color:#c62828;font-weight:600;font-size:1.1rem}#fundraiser-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.fundraiser-card-wrapper{position:relative}.fundraiser-card-wrapper .status-badge{position:absolute;top:1rem;right:1rem;z-index:10}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.status-closed{background:#ffebee;color:#c62828}@media(max-width:968px){#fundraiser-list{grid-template-columns:repeat(2,1fr)}.search-container{max-width:100%}}@media(max-width:768px){.fundraisers-list-page{padding:2rem 0}.page-title{font-size:2rem}#fundraiser-list{grid-template-columns:1fr}.search-input{padding:.875rem 3rem .875rem 1.25rem;font-size:1rem}}.AboutPage{min-height:70vh}.hero{position:relative;padding:6rem 0 4rem;overflow:hidden;min-height:870px;display:flex;align-items:bottom;justify-content:center;background:linear-gradient(135deg,#003087,#8b7dde);background-image:url(/img/BookBankHero.png);background-size:cover;background-position:center;background-blend-mode:overlay}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#7b68ee4d 60%)}.hero-content{position:relative;z-index:1;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;color:#fff;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.content-section{padding:4rem 0;background:#fff}.section-heading{font-size:2.5rem;font-weight:700;color:#003087;margin-bottom:2rem;margin-top:3rem;text-align:center}.section-heading:first-child{margin-top:0}.paragraph{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:3rem}@media(max-width:768px){.hero{padding:5rem 0;min-height:400px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-heading{font-size:2rem}.paragraph{font-size:1rem}}.contact-page{min-height:70vh;padding:3rem 0}.contact-header{text-align:center;margin-bottom:4rem}.page-title{font-size:3rem;font-weight:700;color:#003087;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.contact-content{max-width:1000px;margin:0 auto}.contact-info-section{margin-bottom:4rem}.contact-info-section h2{font-size:2rem;font-weight:700;color:#003087;margin-bottom:2rem;text-align:center}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:3rem}.contact-info-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-info-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #8b7dde33}.contact-info-card .icon{font-size:3rem;margin-bottom:1rem}.contact-info-card h3{font-size:1.25rem;font-weight:600;color:#003087;margin-bottom:.75rem}.contact-info-card p{color:#333;font-weight:500;margin:.25rem 0}.contact-info-card p.secondary{color:#999;font-weight:400;font-size:.9rem}.faq-section{margin-bottom:4rem}.faq-section h2{font-size:2rem;font-weight:700;color:#003087;margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#f8f9fa;padding:2rem;border-radius:8px;border-left:4px solid #8b7dde}.faq-item h3{font-size:1.25rem;font-weight:600;color:#003087;margin-bottom:.75rem}.faq-item p{color:#555;line-height:1.7;margin:0}.support-section{background:linear-gradient(135deg,#e8e5f5,#fff);padding:3rem;border-radius:8px;text-align:center;border:2px solid #8b7dde}.support-section h2{font-size:2rem;font-weight:700;color:#003087;margin-bottom:1rem}.support-section p{font-size:1.1rem;color:#555;max-width:700px;margin:0 auto 2rem;line-height:1.7}.support-section .btn{display:inline-block}@media(max-width:768px){.page-title{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.contact-info-grid{grid-template-columns:1fr;gap:1.5rem}.contact-info-section h2,.faq-section h2,.support-section h2{font-size:1.75rem}.support-section{padding:2rem 1.5rem}}.login-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8e5f5,#fff);padding:2rem 0}.login-container{background:#fff;border-radius:8px;box-shadow:0 2px 16px #0000001a;padding:3rem;max-width:450px;width:100%;margin:0 20px}.login-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:.5rem;text-align:center}.login-subtitle{font-size:1rem;color:#666;margin-bottom:2rem;text-align:center}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#8b7dde;box-shadow:0 0 0 3px #8b7dde1a}.form-group input::placeholder{color:#999}.login-button{width:100%;padding:1rem;background-color:#8b7dde;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover{background-color:#7b68ee;transform:translateY(-2px);box-shadow:0 4px 12px #8b7dde4d}.login-button:active{transform:translateY(0)}.login-button:focus-visible{outline:3px solid #8b7dde;outline-offset:2px}.login-footer{margin-top:1.5rem;text-align:center;color:#666;font-size:.95rem}.login-footer a{color:#8b7dde;text-decoration:none;font-weight:600;transition:color .3s ease}.login-footer a:hover{color:#8b7dde;text-decoration:underline}@media(max-width:768px){.login-container{padding:2rem 1.5rem}.login-title{font-size:1.75rem}}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:.875rem;color:#c33;margin-bottom:1rem;font-size:.95rem}.user-avatar{background:linear-gradient(135deg,#8b7dde,#7b68ee);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.user-avatar.small{width:40px;height:40px;font-size:1rem}.user-avatar.medium{width:60px;height:60px;font-size:1.5rem}.user-avatar.large{width:120px;height:120px;font-size:3rem}.account-page{min-height:70vh;padding:3rem 0}.profile-header{display:flex;align-items:center;gap:2rem;padding:2rem;background:linear-gradient(135deg,#e8e5f5,#fff);border-radius:12px;margin-bottom:3rem;position:relative}.profile-info{flex:1}.profile-name{font-size:2rem;font-weight:700;color:#333;margin-bottom:.25rem}.profile-username{font-size:1.1rem;color:#666;margin-bottom:.5rem}.profile-member-since{font-size:.95rem;color:#999}.logout-btn{position:absolute;top:1.5rem;right:1.5rem}.user-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#8b7dde;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666;font-weight:500}.account-section{margin-bottom:3rem}.section-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:1.5rem}.empty-state{text-align:center;padding:3rem;background:#f8f9fa;border-radius:8px}.empty-state p{font-size:1.1rem;color:#666;margin-bottom:1.5rem}.pledge-list{display:flex;flex-direction:column;gap:1rem}.pledge-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:space-between;align-items:center;gap:1rem}.pledge-info{flex:1}.pledge-fundraiser{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.pledge-comment{color:#666;margin-bottom:.5rem;font-style:italic}.pledge-date{font-size:.9rem;color:#999}.pledge-amount{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.pledge-amount .amount{font-size:1.5rem;font-weight:700;color:#8b7dde}.public-badge{background:#e8f5e9;color:#2e7d32;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.fundraiser-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.account-fundraiser-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.account-fundraiser-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.account-fundraiser-card .fundraiser-image{width:100%;height:180px;object-fit:cover}.account-fundraiser-card .fundraiser-content{padding:1.25rem}.account-fundraiser-card .fundraiser-title{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.75rem}.fundraiser-stats-small{display:none;justify-content:flex-start;align-items:center;gap:.75rem;margin-top:.5rem}.status-open{background:#e8f5e9;color:#2e7d32;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-closed{background:#ffebee;color:#c62828;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.goal{font-weight:600;color:#666}.account-fundraiser-card .progress-bar{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden;margin:1rem 0 .5rem}.account-fundraiser-card .progress-fill{height:100%;background-color:#8b7dde;transition:width .3s ease}.account-fundraiser-card .fundraiser-stats{font-size:.9rem;color:#666;font-weight:500;margin:.5rem 0 1rem}.account-fundraiser-card .fundraiser-stats .section-cta{text-align:center;margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.account-fundraiser-card .fundraiser-stats .section-cta .btn{min-width:200px}@media(max-width:768px){.profile-header{flex-direction:column;text-align:center}.logout-btn{position:static;margin-top:1rem}.user-stats{grid-template-columns:1fr}.pledge-card{flex-direction:column;align-items:flex-start}.pledge-amount{align-items:flex-start}}.pledge-form{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 16px #0000001a;max-width:600px;margin:0 auto}.pledge-form-title{font-size:1.75rem;font-weight:700;color:#333;margin-bottom:.5rem}.pledge-fundraiser-title{font-size:1rem;color:#666;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.pledge-datetime{background:linear-gradient(135deg,#e8e5f5,#fff);padding:1rem;border-radius:6px;margin-bottom:1.5rem;border:1px solid #8b7dde}.datetime-label{font-size:.85rem;color:#666;margin-bottom:.25rem;font-weight:600}.datetime-value{font-size:1rem;color:#333;font-weight:600}.checkbox-group{background:#f8f9fa;padding:1rem;border-radius:6px}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;color:#333}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#8b7dde}.checkbox-help-text{font-size:.85rem;color:#666;margin-top:.5rem;margin-left:2rem}textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;transition:all .3s ease}textarea:focus{outline:none;border-color:#8b7dde;box-shadow:0 0 0 3px #ffa8001a}.payment-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f0f0f0}.payment-section-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:1rem}.payment-placeholder-notice{background:#e8e5f5;border:1px solid #7b68ee;border-radius:6px;padding:.75rem 1rem;margin-bottom:1.5rem}.payment-placeholder-notice p{margin:0;font-size:.9rem;color:#8b7dde;font-weight:600}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.pledge-submit-button{width:100%;padding:1.25rem;background-color:#8b7dde;color:#fff;border:none;border-radius:6px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.pledge-submit-button:hover:not(:disabled){background-color:#8b7dde;transform:translateY(-2px);box-shadow:0 4px 12px #8b7dde1a}.pledge-submit-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.pledge-submit-button:focus-visible{outline:3px solid #8b7dde;outline-offset:2px}@media(max-width:768px){.pledge-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.pledge-form-title{font-size:1.5rem}}.pledge-page{min-height:70vh;padding:3rem 0;background:linear-gradient(135deg,#fff5e6,#fff)}.loading{text-align:center;padding:4rem;font-size:1.25rem;color:#666}.fundraiser-form{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 16px #0000001a;max-width:700px;margin:0 auto}.form-title{font-size:2rem;font-weight:700;color:#003087;margin-bottom:.5rem;text-align:center}.form-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.75rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#8b7dde;box-shadow:0 0 0 3px #8b7dde1a}.form-group textarea{resize:vertical;min-height:120px}.field-help{font-size:.85rem;color:#999;margin-top:.25rem}.field-error{color:#c33;font-size:.85rem;margin-top:.25rem;display:block}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:6px;padding:.875rem;color:#c33;margin-bottom:1.5rem;font-size:.95rem}.amount-input-wrapper{position:relative;display:flex;align-items:center}.currency-symbol{position:absolute;left:1rem;font-size:1.25rem;font-weight:600;color:#666}.amount-input-wrapper input{padding-left:2.5rem;font-size:1.25rem;font-weight:600}.image-preview{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px}.preview-label{font-weight:600;color:#333;margin-bottom:.75rem;font-size:.9rem}.image-preview img{width:100%;max-width:400px;height:auto;border-radius:6px;display:block;margin:0 auto}.submit-button{width:100%;padding:1.25rem;background-color:#8b7dde;color:#fff;border:none;border-radius:6px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){background-color:#7b68ee;transform:translateY(-2px);box-shadow:0 4px 12px #8b7dde4d}.submit-button:disabled{background-color:#ccc;cursor:not-allowed;transform:none}.submit-button:focus-visible{outline:3px solid #8b7dde;outline-offset:2px}.form-disclaimer{text-align:center;font-size:.85rem;color:#999;margin-top:1rem}@media(max-width:768px){.fundraiser-form{padding:1.5rem}.form-title{font-size:1.75rem}.form-subtitle{font-size:1rem}}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 0;background:linear-gradient(135deg,#e8e5f5,#fff)}.error-content{text-align:center;max-width:600px;margin:0 auto;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #8b7dde26}.error-emoji{font-size:5rem;margin-bottom:1.5rem;animation:float 3s ease-in-out infinite}.error-message{font-size:1.15rem;color:#555;line-height:1.7;margin-bottom:1.5rem}.error-details{font-size:.9rem;color:#999;font-style:italic;margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:6px}@media(max-width:768px){.error-content{padding:2rem 1.5rem}.error-emoji{font-size:4rem}.error-title{font-size:2rem}.error-message{font-size:1rem}.error-actions{flex-direction:column;gap:1rem}.error-actions .btn{width:100%}}.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 0;background:linear-gradient(135deg,#e8e5f5,#fff)}.not-found-content{text-align:center;max-width:600px;margin:0 auto;padding:3rem;background:#fff;border-radius:12px;box-shadow:0 4px 16px #8b7dde26}.error-code{font-size:8rem;font-weight:900;color:#8b7dde;line-height:1;margin-bottom:1rem;text-shadow:2px 2px 0px #003087}.error-title{font-size:2.5rem;font-weight:700;color:#003087;margin-bottom:1rem}.error-message{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:2rem}.error-icon{font-size:4rem;margin:1.5rem 0;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.error-subtitle{font-size:1.15rem;color:#666;font-style:italic;margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}@media(max-width:768px){.not-found-content{padding:2rem 1.5rem}.error-code{font-size:6rem}.error-title{font-size:2rem}.error-message{font-size:1rem}.error-actions{flex-direction:column;gap:1rem}.error-actions .btn{width:100%}}
