.donation-page{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative}.toast{position:fixed;top:80px;left:30px;right:auto;min-width:250px;padding:16px 20px;border-radius:12px;color:white;font-weight:600;animation:fadeIn .3s ease-out;box-shadow:0 4px 6px rgba(0,0,0,.15);z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}@keyframes fadeIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.toast-content{display:flex;align-items:center;gap:12px;flex:1 1}.toast-icon{font-size:1.5rem;flex-shrink:0;padding:0}.toast-message{display:flex;flex-direction:column;gap:2px}.toast-message strong{font-size:.95rem;font-weight:700}.toast-message span{font-size:.85rem;font-weight:500;opacity:.9}.toast-close{background:rgba(255,255,255,.2);border:none;color:white;font-size:1rem;cursor:pointer;padding:4px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s ease;flex-shrink:0}.toast-close:hover{background:rgba(255,255,255,.3)}.success-toast{background:linear-gradient(135deg,#48bb78,#38a169);border-left:4px solid #2f855a}.error-toast{background:linear-gradient(135deg,#f56565,#e53e3e);border-left:4px solid #c53030}.toast.exiting{animation:slideOutRight .3s ease-in forwards}@keyframes slideOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.donation-header{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px 20px;text-align:center;color:white}.header-content h1{font-size:2.5rem;margin:0 0 10px;font-weight:700}.header-content p{font-size:1.1rem;opacity:.9;margin:0;max-width:500px;margin-inline:auto}.donation-layout{display:grid;grid-template-columns:1fr 400px;grid-gap:30px;gap:30px;padding:30px;max-width:1400px;margin:0 auto}.feed-section{background:rgb(225 225 225/95%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;height:-moz-fit-content;height:fit-content;max-height:80vh;overflow-y:auto}.section-header h2{margin:0 0 8px;color:#2d3748;font-size:1.5rem}.section-header p{color:#718096;margin:0 0 25px}.donation-feed{display:flex;flex-direction:column;gap:16px}.empty-state{text-align:center;padding:60px 20px;color:#718096}.empty-icon{font-size:3rem;margin-bottom:16px}.empty-state h3{margin:0 0 8px;color:#4a5568}.donation-post{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.donation-post:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.supporter-info{gap:12px}.avatar,.supporter-info{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;color:white;font-weight:600;font-size:.9rem}.supporter-details{display:flex;flex-direction:column}.supporter-name{font-weight:600;color:#2d3748;margin-bottom:2px}.donation-date{font-size:.8rem;color:#718096}.donation-amount{font-size:1.25rem;font-weight:700;color:#48bb78}.post-note{background:#f7fafc;padding:4px 16px;border-radius:8px;margin:12px 0;color:#4a5568;font-style:italic}.post-footer{display:flex;justify-content:space-between;align-items:center}.support-badge{background:#ebf8ff;color:#3182ce;padding:4px 8px;border-radius:6px;font-size:.75rem;font-weight:600}.load-more-btn{width:100%;padding:12px;background:transparent;border:2px solid #e2e8f0;border-radius:10px;color:#4a5568;cursor:pointer;margin-top:16px;font-weight:600;transition:all .2s ease}.load-more-btn:hover{background:#f7fafc;border-color:#667eea;color:#667eea}.form-section{position:-webkit-sticky;position:sticky;top:30px;height:-moz-fit-content;height:fit-content}.donation-card{background:#e3e3e3;border-radius:20px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.card-header h3{margin:0 0 8px;color:#2d3748;font-size:1.5rem}.card-header p{color:#718096;margin:0 0 25px}.amount-selection{margin-bottom:15px}.preset-amounts{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-bottom:20px}.amount-option{padding:12px 16px;border-radius:10px;background:white;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s ease;font-size:1rem;font-family:inherit;display:flex;align-items:center;justify-content:center;border:2px solid #e2e8f0}.amount-option:hover{border-color:#667eea;background:#f7fafc}.amount-option.selected{background:#667eea;border-color:#667eea;color:white}.custom-amount label{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.amount-input{position:relative}.amount-input .currency{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-weight:600;color:#4a5568;z-index:1}.amount-input input{width:100%;padding:12px 16px 12px 36px;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;font-weight:600;font-family:inherit;background:white;-webkit-appearance:none;-moz-appearance:textfield;appearance:none;box-sizing:border-box}.amount-input input::-webkit-inner-spin-button,.amount-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.amount-input input[type=number]{-webkit-appearance:none;-moz-appearance:textfield;appearance:none}.amount-input input:focus{outline:none;border-color:#667eea;border-width:1px}.amount-input input::placeholder{color:#a0aec0;font-weight:400}.form-group{margin-bottom:10px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#4a5568}.label-note{font-weight:400;color:#718096;font-size:.85rem;margin-left:8px}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:inherit;background:white;transition:border-color .2s ease;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;border-width:1px}.form-group textarea{resize:vertical;min-height:80px}.char-counter{text-align:right;font-size:.8rem;color:#718096;margin-top:4px}.privacy-toggle{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;padding:12px;background:#f7fafc;border-radius:10px}.toggle-label{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.toggle-label input{display:none}.toggle-slider{width:44px;height:24px;background:#cbd5e0;border-radius:12px;position:relative;transition:background .3s ease;flex-shrink:0}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;background:white;border-radius:50%;top:3px;left:3px;transition:transform .3s ease}.toggle-label input:checked+.toggle-slider{background:#667eea}.toggle-label input:checked+.toggle-slider:before{transform:translateX(20px)}.toggle-text{font-size:.9rem;color:#4a5568;line-height:1.4;flex:1 1}.transaction-preview{background:#f0fff4;border:1px solid #9ae6b4;border-radius:10px;padding:20px;margin-bottom:20px}.transaction-preview h4{margin:0 0 12px;color:#2f855a;font-size:1rem;font-weight:600}.preview-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px;font-size:.9rem;color:#718096}.preview-row span:first-child{color:#4a5568;font-weight:500}.preview-amount{font-weight:700;color:#48bb78;font-size:1.1rem}.preview-note{color:#718096;font-style:italic;text-align:right;max-width:60%;word-break:break-word;font-size:.85rem}.donate-btn{width:100%;padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit}.donate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px rgba(102,126,234,.3)}.donate-btn:disabled{background:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.security-notice{text-align:center;margin-top:16px;color:#718096;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px}@media (max-width:1024px){.donation-layout{grid-template-columns:1fr;gap:20px;padding:20px 100px 100px}.form-section{position:static}.preset-amounts{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.donation-layout{padding:40px}.donation-header{padding:30px 20px}.header-content h1{font-size:2rem}.donation-card,.feed-section{padding:20px}.post-header{gap:12px;align-items:flex-start}.donation-amount{align-self:flex-start}.donation-layout{display:flex;flex-direction:column}.form-section{order:-1}.feed-section{order:1;max-height:none}.toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}.preset-amounts{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.donation-layout{padding:20px}.preset-amounts{grid-template-columns:repeat(2,1fr)}.amount-option{padding:14px 12px;font-size:.95rem}.donation-card{padding:20px}.privacy-toggle{flex-direction:column;align-items:flex-start;gap:10px}.toggle-text{font-size:.85rem}}@media (max-width:480px){.donation-layout{padding:15px}.preset-amounts{grid-template-columns:repeat(2,1fr);gap:8px}.amount-option{padding:12px 8px;font-size:.9rem}.donation-card,.feed-section,.transaction-preview{padding:15px}.preview-row{flex-direction:column;gap:4px}.preview-note{max-width:100%;text-align:left}}.amount-option:focus-visible{outline:2px solid #667eea;outline-offset:2px}.amount-input input:focus-visible,.form-group input:focus-visible,.form-group textarea:focus-visible{outline:2px solid #667eea;outline-offset:2px}.amount-option:disabled{opacity:.6;cursor:not-allowed}.amount-option,.donate-btn,.load-more-btn{min-height:44px}