.primary-button.svelte-ne4zpe{background:linear-gradient(135deg,#b89545,#ffe55c);color:var(--bg-primary);border:none;cursor:pointer;transition:all .3s ease;font-weight:500;box-shadow:0 10px 25px #b895454d;border-radius:25px;padding:.625rem 1.875rem;font-size:14px;letter-spacing:.5px;margin:.5rem .625rem;display:inline-block;text-decoration:none;box-sizing:border-box;vertical-align:middle;line-height:normal}.primary-button.svelte-ne4zpe:hover{transform:translateY(-2px);box-shadow:0 15px 35px #b8954566}button.primary-button.svelte-ne4zpe{border:none;background:linear-gradient(135deg,#b89545,#ffe55c);cursor:pointer;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}a.primary-button.svelte-ne4zpe{text-decoration:none;display:inline-block}.modal-backdrop.svelte-1hwk5ke{position:fixed;top:0;left:0;width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100);background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-start;z-index:9999;padding:60px 20px 10px;padding-bottom:calc(10px + env(safe-area-inset-bottom) + var(--additional-bottom-padding, 0px));padding-top:max(60px,env(safe-area-inset-top,0px) + 40px)}.modal-content.svelte-1hwk5ke{background:var(--bg-card);border-radius:16px;border:1px solid rgba(212,175,55,.3);width:100%;max-width:520px;max-height:calc(100vh - 40px - env(safe-area-inset-bottom) - var(--additional-bottom-padding, 0px));max-height:calc(var(--vh, 1vh) * 100 - 40px - env(safe-area-inset-bottom) - var(--additional-bottom-padding, 0px));overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;min-height:300px}.modal-header.svelte-1hwk5ke{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid rgba(212,175,55,.2)}.modal-title.svelte-1hwk5ke{color:var(--text-gold);font-size:1.3em;font-weight:600;margin:0}.close-button.svelte-1hwk5ke{background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-button.svelte-1hwk5ke:hover{color:var(--text-primary);background:#d4af371a}.modal-body.svelte-1hwk5ke{padding:24px;overflow-y:auto;flex:1;min-height:0}.donation-description.svelte-1hwk5ke{color:var(--text-secondary);line-height:1.6;margin-bottom:24px;text-align:center}.bank-info-container.svelte-1hwk5ke{background:linear-gradient(135deg,#d4af371a,#ffd7000d);border-radius:12px;border:1px solid rgba(212,175,55,.2);padding:20px;margin-bottom:24px}.section-title.svelte-1hwk5ke{color:var(--text-gold);font-size:1.1em;font-weight:600;margin-bottom:16px;text-align:center}.bank-details.svelte-1hwk5ke{display:flex;flex-direction:column;gap:12px}.bank-info-row.svelte-1hwk5ke{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(212,175,55,.15)}.bank-info-row.svelte-1hwk5ke:last-child{border-bottom:none}.bank-label.svelte-1hwk5ke{color:var(--text-secondary);font-size:.9em;font-weight:500;min-width:80px}.bank-value-container.svelte-1hwk5ke{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end}.bank-value.svelte-1hwk5ke{color:var(--text-primary);font-weight:600;font-family:Courier New,monospace;letter-spacing:.5px;font-size:.95em}.copy-button.svelte-1hwk5ke{background:#d4af371a;border:1px solid rgba(212,175,55,.3);border-radius:6px;padding:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;color:var(--text-gold);min-width:32px;min-height:32px;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:manipulation}.copy-button.svelte-1hwk5ke:hover{background:#d4af3733;transform:scale(1.05)}.copy-button.svelte-1hwk5ke:active{background:#d4af3740;transform:scale(.95)}.copy-button.copied.svelte-1hwk5ke{background:#22c55e26;border-color:#22c55e66;color:#22c55e}.copy-button.copied.svelte-1hwk5ke:active{background:#22c55e40}.copy-tooltip.svelte-1hwk5ke{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:var(--bg-primary);color:var(--text-primary);border:1px solid rgba(212,175,55,.3);padding:6px 10px;border-radius:6px;font-size:.75em;white-space:nowrap;opacity:0;transition:all .3s ease;pointer-events:none;z-index:10;box-shadow:0 4px 12px #00000026}.copy-tooltip.svelte-1hwk5ke:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid var(--bg-primary)}.copy-button.svelte-1hwk5ke:hover .copy-tooltip:where(.svelte-1hwk5ke),.copy-button.svelte-1hwk5ke:active .copy-tooltip:where(.svelte-1hwk5ke),.copy-button.copied.svelte-1hwk5ke .copy-tooltip:where(.svelte-1hwk5ke){opacity:1;transform:translate(-50%) translateY(-2px)}.copy-button.copied.svelte-1hwk5ke .copy-tooltip:where(.svelte-1hwk5ke){color:#22c55e;border-color:#22c55e66}@media (hover: none) and (pointer: coarse){.copy-tooltip.svelte-1hwk5ke{opacity:.8;transform:translate(-50%);transition:opacity .2s ease}.copy-button.svelte-1hwk5ke:active .copy-tooltip:where(.svelte-1hwk5ke),.copy-button.copied.svelte-1hwk5ke .copy-tooltip:where(.svelte-1hwk5ke){opacity:1}}.thank-you-message.svelte-1hwk5ke{text-align:center;color:var(--text-secondary);font-style:italic;padding:16px;background:#d4af370d;border-radius:8px;margin-bottom:0}.modal-footer.svelte-1hwk5ke{padding-top:12px;padding-left:24px;padding-right:24px;padding-bottom:calc(12px + env(safe-area-inset-bottom) + var(--additional-bottom-padding, 2px));border-top:1px solid rgba(212,175,55,.2);background:var(--bg-card);display:flex;justify-content:center;align-items:center;flex-shrink:0;min-height:44px;position:relative;z-index:1}.footer-close-button.svelte-1hwk5ke{background:linear-gradient(135deg,#d4af3726,#ffd7001a);border:1px solid rgba(212,175,55,.3);border-radius:8px;color:var(--text-gold);padding:10px 28px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1em;min-width:100px;height:36px;display:flex;align-items:center;justify-content:center}.footer-close-button.svelte-1hwk5ke:hover{background:linear-gradient(135deg,#d4af3740,#ffd70026);border-color:#d4af3780;transform:translateY(-1px);box-shadow:0 4px 12px #d4af3733}.footer-close-button.svelte-1hwk5ke:active{transform:translateY(0);box-shadow:0 2px 6px #d4af3726}@media (max-width: 768px){.modal-backdrop.svelte-1hwk5ke{padding:40px 10px 5px;padding-top:max(40px,env(safe-area-inset-top,0px) + 20px);padding-bottom:calc(5px + env(safe-area-inset-bottom) + var(--additional-bottom-padding, 12px))}.modal-content.svelte-1hwk5ke{max-width:none;max-height:calc(100vh - 45px - env(safe-area-inset-bottom) - env(safe-area-inset-top) - var(--additional-bottom-padding, 12px));max-height:calc(var(--vh, 1vh) * 100 - 45px - env(safe-area-inset-bottom) - env(safe-area-inset-top) - var(--additional-bottom-padding, 12px));min-height:280px}.modal-header.svelte-1hwk5ke{padding:20px 20px 12px}.modal-body.svelte-1hwk5ke{padding:20px}.modal-footer.svelte-1hwk5ke{padding-top:10px;padding-left:20px;padding-right:20px;padding-bottom:calc(10px + env(safe-area-inset-bottom) + var(--additional-bottom-padding, 4px));min-height:44px}.footer-close-button.svelte-1hwk5ke{min-width:90px;padding:8px 20px;height:36px;font-size:.95em}.bank-info-row.svelte-1hwk5ke{flex-direction:column;align-items:flex-start;gap:8px}.bank-value-container.svelte-1hwk5ke{align-self:stretch;justify-content:space-between}.bank-label.svelte-1hwk5ke{min-width:auto;font-size:.85em}.bank-value.svelte-1hwk5ke{font-size:.9em}}@media (max-width: 768px) and (max-height: 700px){.modal-backdrop.svelte-1hwk5ke{padding-top:20px!important;padding-bottom:calc(8px + env(safe-area-inset-bottom) + var(--additional-bottom-padding, 16px))!important}.modal-footer.svelte-1hwk5ke{padding-top:8px!important;padding-left:20px!important;padding-right:20px!important;padding-bottom:calc(8px + env(safe-area-inset-bottom) + var(--additional-bottom-padding, 6px))!important;min-height:40px!important}.footer-close-button.svelte-1hwk5ke{height:30px!important;padding:4px 14px!important;font-size:.85em!important}}.highlighter-effect{margin:0 .1em;padding:.1em .4em;border-radius:.8em .3em;background:transparent;background-image:linear-gradient(to right,#ffdc8c0d,#ffdc8c66 4%,#ffdc8c26);color:var(--text-primary);font-weight:500;-webkit-box-decoration-break:clone;box-decoration-break:clone}.language-root-system .three-dimensions-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin:30px 0}.language-root-system .dimension-card{text-align:center;padding:25px 15px;background:linear-gradient(135deg,#b8954526,#1a1a1a80);border-radius:15px;border:1px solid rgba(184,149,69,.3);transition:transform .3s ease,box-shadow .3s ease}.language-root-system .dimension-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #b8954533}.language-root-system .dimension-icon{width:50px;height:50px;margin:0 auto 15px;background:#b8954533;border-radius:50%;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.language-root-system .three-dimensions-grid{gap:15px}.language-root-system .dimension-card{padding:20px 12px}}@media (max-width: 768px){.language-root-system .three-dimensions-grid{grid-template-columns:1fr;gap:15px;margin:25px 0}.language-root-system .dimension-card{padding:20px 15px;display:flex;align-items:center;text-align:left}.language-root-system .dimension-icon{width:60px;height:60px;margin:0 20px 0 0;flex-shrink:0}.language-root-system .dimension-content{flex:1}.language-root-system .dimension-content h5{margin-bottom:5px!important;font-size:18px!important}.language-root-system .dimension-content p{font-size:15px!important;margin-bottom:0}}@media (max-width: 480px){.language-root-system .dimension-card{padding:15px 10px}.language-root-system .dimension-icon{width:50px;height:50px;margin-right:15px}}
