.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:white;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.2);max-width:400px;width:100%;max-height:90vh;overflow:hidden;animation:modalAppear .2s ease-out}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #e9ecef}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#333}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background-color:#f8f9fa;color:#333}.modal-body{padding:1rem 1.5rem}.modal-message{margin:0;font-size:1rem;color:#495057;line-height:1.5}.modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end}.modal-button{background-color:#006edc;color:white;border:none;border-radius:4px;padding:.625rem 1.5rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.modal-button:hover{background-color:#0056b3}.modal-button:focus{outline:2px solid #006edc;outline-offset:2px}@media (max-width:768px){.modal-overlay{padding:.75rem}.modal-content{max-width:none}.modal-body,.modal-footer,.modal-header{padding-left:1rem;padding-right:1rem}}.cart{flex-grow:1;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;z-index:3}.cart-items{flex:1 1 0;overflow-y:auto;margin-bottom:1rem;min-height:0;border:1px solid #e9ecef;border-radius:4px;background-color:#f8f9fa;padding:.5rem}.no-dates{color:#999;font-style:italic;margin:0;text-align:center;padding:2rem 1rem}.dates-list{list-style:none;padding:0;margin:0}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;background-color:white;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.cart-item:last-child{margin-bottom:0}.cart-item:hover{background-color:#f8f9fa}.item-text{font-weight:500;color:#333;flex-grow:1}.item-price{font-weight:600;color:#333;margin-left:auto;margin-right:.5rem}.remove-btn{background:none;border:none;cursor:pointer;padding:.25rem;color:#666;display:flex;align-items:center;justify-content:center;border-radius:2px;transition:color .2s ease}.remove-btn:hover{color:#d32f2f;background-color:#ffebee}.remove-btn:focus{outline:2px solid #006edc;outline-offset:1px}.donation-form{margin-bottom:1rem;padding:1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}.donation-description{margin:0 0 .75rem;font-size:.9rem;color:#333;font-weight:500}.donation-input-row{display:flex;gap:.5rem}.donation-input{flex-grow:1;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;min-width:0;background-color:white}.donation-input:focus{outline:2px solid #006edc;outline-offset:1px}.add-donation-btn{padding:.75rem 1rem;background-color:#333;color:white;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:600;flex-shrink:0;transition:background-color .2s ease}.add-donation-btn:hover:not(:disabled){background-color:#555}.add-donation-btn.disabled,.add-donation-btn:disabled{background-color:#ccc;border-color:#ccc;color:#666;cursor:not-allowed}.processing-fee-section{margin-bottom:1rem;padding:1rem;background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px}.processing-fee-checkbox{display:flex;align-items:center;cursor:pointer;margin-bottom:.5rem;position:relative}.processing-fee-checkbox input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:20px;width:20px;background-color:white;border:2px solid #ddd;border-radius:3px;margin-right:.75rem;flex-shrink:0;transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center}.processing-fee-checkbox:hover .checkmark{border-color:#333}.processing-fee-checkbox input:checked~.checkmark{background-color:#333;border-color:#333}.processing-fee-checkbox input:checked~.checkmark:after{content:"✓";position:absolute;color:white;font-size:14px;font-weight:700;line-height:1;top:50%;left:50%;transform:translate(-50%,-50%)}.checkbox-content{display:flex;justify-content:space-between;align-items:center;width:100%}.checkbox-text{font-weight:500;color:#333;font-size:.9rem}.fee-amount{font-weight:600;color:#006edc;font-size:.9rem}.fee-description{margin:0;font-size:.8rem;color:#666;line-height:1.3}.subtotal{margin-bottom:1rem;padding:1rem;background-color:white;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.subtotal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.subtotal-row:last-child{margin-bottom:0}.fee-row{color:#666;font-size:.85rem}.total-row{padding-top:.5rem;border-top:1px solid #eee;font-size:1rem}.checkout-button{padding:1rem 1.5rem;border:1px solid #333;background-color:#333;color:white;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;justify-content:center;transition:background-color .2s ease;border-radius:4px}.checkout-button:hover:not(:disabled){background-color:#555}.checkout-button.disabled,.checkout-button:disabled{background-color:#ccc;border-color:#ccc;color:#666;cursor:not-allowed}.checkout-button.cash-mode{background-color:#10b981;border-color:#10b981}.checkout-button.cash-mode:hover:not(:disabled){background-color:#059669}@media (max-width:1100px){.cart{height:100%;max-height:none}.cart-items{flex:1 1 0;min-height:0;max-height:none}.checkout-button,.donation-form,.processing-fee-section,.subtotal{flex-shrink:0}}.cart-icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.cart-icon-wrapper.desktop,.cart-icon-wrapper.mobile{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:8px;padding:8px 12px;color:#495057;box-shadow:0 2px 4px rgba(0,0,0,.05);cursor:pointer}.cart-icon-base{position:relative}.cart-badge,.cart-icon-base{display:flex;align-items:center;justify-content:center}.cart-badge{position:absolute;top:-8px;right:-8px;background-color:#000;color:white;border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:600;min-width:20px;z-index:10}.cart-badge-number{line-height:1;font-family:system-ui,-apple-system,sans-serif}.cart-icon-wrapper.mobile{margin-left:auto}.security-message{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:white;padding:12px 20px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.1);animation:slideDown .3s ease-out}.security-message-content{max-width:1200px;margin:0 auto;font-weight:500;font-size:14px}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.cash-mode-banner{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#10b981,#059669);color:white;padding:12px 20px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,.1);animation:slideDown .3s ease-out}.cash-mode-content{max-width:1200px;margin:0 auto;font-weight:600;font-size:14px}.app-container{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;grid-template-areas:"header header" "sidebar main";min-height:100vh;min-height:100dvh;gap:0;color:#333;overflow-x:hidden}.header{grid-area:header;border-bottom:2px solid #ccc;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa;background-image:url(/header.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;height:150px}.header-content h1{margin:0;font-size:1.8rem;font-weight:600;color:#333}.header-content p{margin:.25rem 0 0;font-size:1rem;color:#666}.sidebar{grid-area:sidebar;border-right:2px solid #ccc;padding:1.5rem;background-color:#fafafa;width:300px;transition:margin-left .3s ease;color:#333;display:flex;flex-direction:column}.sidebar.collapsed{margin-left:-300px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.sidebar h3{margin:0;font-size:1.2rem;font-weight:600;color:#333}.sidebar p{color:#666;flex-grow:1}.main-content{grid-area:main;padding:2rem;background-color:white;color:#333}.main-header{margin-bottom:2rem}.main-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#333}.main-header p{margin:0;font-size:1rem;color:#666;line-height:1.5}@media (max-width:1100px){.app-container{grid-template-columns:1fr;grid-template-areas:"header" "main";min-height:100vh;min-height:100dvh;overflow-x:hidden}.sidebar{position:fixed;top:0;left:0;height:100vh;height:100dvh;z-index:1000;border-right:2px solid #ccc;border-bottom:none;width:min(300px,85vw);max-width:300px;overflow-y:auto;padding:max(1.5rem,env(safe-area-inset-top)) max(1.5rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(1.5rem,env(safe-area-inset-left))}.sidebar.collapsed{margin-left:min(-300px,-85vw)}.main-content{padding:1rem max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));width:100%;box-sizing:border-box;overflow-x:hidden}}@media (max-width:560px){.header{padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-left)) 1rem max(1rem,env(safe-area-inset-right));background-image:url(/header-mobile.jpeg);width:100%;box-sizing:border-box}}