.elf-page{max-width:820px;margin:0 auto;padding:2.5rem 1.25rem 1.25rem}.elf-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:72px;color:#fff}.elf-loading span{display:inline-block;animation:elf-spin 1.4s linear infinite}.elf-page-inner{min-height:calc(100vh - 2rem);display:flex;flex-direction:column}.elf-hero{background:linear-gradient(135deg,#fef9c3,#fee2e2);border:1px solid rgba(15,23,42,.05);border-radius:1rem;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 10px 35px #0f172a14}.elf-hero-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:center}.elf-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.95rem;margin:0;color:#b45309;font-weight:600}.elf-hero-body{margin:.45rem 0 0;color:#374151;font-size:1rem;line-height:1.65}.elf-hero-highlight{text-align:right;color:#0f172a}.elf-hero-highlight h1{margin:0;font-size:clamp(2.2rem,5vw,3.2rem)}.elf-hero-highlight p{margin:.35rem 0 0;font-weight:600;color:#0f172a}@media(max-width:640px){.elf-hero-highlight{text-align:left}}.elf-hero-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.elf-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:999px;background:#0f172a14;color:#0f172a;font-size:.85rem;font-weight:600}.elf-card{background:#fff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 6px 25px #0f172a14}.elf-buddy{position:fixed;bottom:-240px;right:2rem;width:180px;height:220px;pointer-events:none;transition:bottom .8s ease;z-index:40}.elf-buddy.is-visible{bottom:0}.elf-buddy-inner{width:100%;height:100%;overflow:hidden;border-radius:999px 999px 0 0;background:transparent;display:flex;align-items:flex-end;justify-content:center}.elf-buddy img{width:100%;max-width:220px;height:auto;object-fit:contain;transform:translateY(20px);filter:drop-shadow(0 10px 20px rgba(15,23,42,.35))}.elf-card-highlight{border:1px solid rgba(185,28,28,.15)}.elf-card-header{display:flex;justify-content:space-between;gap:1.25rem;flex-wrap:wrap;align-items:flex-start;margin-bottom:1rem}.elf-card-header>div:first-child{flex:1;min-width:0}.elf-card-header .elf-pill{position:relative;margin-left:auto}@media(max-width:520px){.elf-card-header{flex-direction:column;gap:.5rem;padding-top:1.5rem}.elf-card-header .elf-pill{position:absolute;top:0;left:0;right:0;margin:0 auto;width:fit-content}}.elf-update-pill{margin-top:1rem;font-size:.85rem;color:#8a2d0a;text-align:center;padding:.4rem .75rem;border-radius:999px;background:#fde68a;display:inline-block;border:1px solid rgba(214,139,0,.4)}.elf-step{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin:0;color:#b91c1c;font-weight:600}.elf-card-header h2{margin:.3rem 0 .4rem;font-size:1.4rem}.elf-muted{color:#6b7280;margin:0}.elf-form{display:flex;flex-direction:column;gap:1rem}.elf-form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:#0f172a}.elf-form textarea{width:100%;box-sizing:border-box;border-radius:.75rem;border:1px solid #d1d5db;padding:.65rem .9rem;min-height:120px;resize:vertical;background:#f9fafb;transition:border-color .15s ease,background .15s ease}.elf-form textarea:focus{border-color:#16a34a;background:#fff;outline:none;box-shadow:0 0 0 3px #16a34a26}.elf-form-footer{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.elf-form-footer button{align-self:flex-start}.elf-toast{font-size:.9rem;color:#166534}.elf-toast.error{color:#b91c1c}.elf-recipient-card{border:1px solid rgba(37,99,235,.15)}.wishlist-readonly{display:grid;gap:1rem}@media(min-width:768px){.wishlist-readonly{grid-template-columns:repeat(3,1fr)}}.elf-field-label,.wishlist-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.35rem}.wishlist-text-block{border-radius:.75rem;border:1px dashed rgba(15,23,42,.2);padding:.9rem;background:#f8fafcb3;min-height:80px}.wishlist-empty{color:#94a3b8;font-style:italic}.wishlist-lines>div+div{margin-top:.35rem}@media(min-width:640px){.elf-form{gap:1.25rem}}:root,html{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;background-color:#0f5d32}body{margin:0;background:#38761d;min-height:100vh}#root{background:#38761d;min-height:100vh}.elf-footer{text-align:center;color:#ffffffd1;font-size:.9rem;margin:2rem 0 0;letter-spacing:.03em;flex-shrink:0}@keyframes elf-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-header{background:#184a2c;color:#fff;padding:.75rem 1.5rem;box-shadow:0 2px 4px #00000026}.app-header-inner{max-width:960px;margin:0 auto;display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem}.app-title{font-weight:700;font-size:1.2rem}.app-subtitle{font-size:.9rem;opacity:.9}.app-nav a{color:#fff;text-decoration:none;margin-left:1rem;font-weight:500}.app-nav a:hover{text-decoration:underline}.link-button{background:none;border:none;color:#fff;cursor:pointer;margin-left:1rem;font-weight:500;padding:0}.link-button:hover{text-decoration:underline}.danger-button{background-color:#b91c1c;color:#fff;border:none;padding:.5rem .85rem;border-radius:.375rem;cursor:pointer;font-weight:600}.danger-button:disabled{opacity:.6;cursor:not-allowed}.modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 10px 30px #0003;max-width:400px;width:90%}.drawer-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;justify-content:flex-end;z-index:60}.drawer{background:#fff;width:min(420px,90%);height:100%;padding:1.5rem;box-shadow:-10px 0 30px #0f172a33;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.drawer-actions{grid-column:1 / -1;display:flex;gap:.5rem;justify-content:flex-end}.status-row{margin-top:.5rem}.status-badge{display:inline-flex;align-items:center;gap:.35rem;background:#e0f2fe;color:#0f172a;padding:.15rem .45rem;border-radius:999px;font-size:.85rem;position:relative;cursor:default}.status-info-icon{width:16px;height:16px;border-radius:50%;background:#0f172a26;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:600;color:#0f172a}.status-tooltip{visibility:hidden;opacity:0;transition:opacity .15s ease;position:absolute;bottom:calc(100% + .4rem);left:0;background:#0f172a;color:#fff;padding:.4rem .55rem;border-radius:.35rem;font-size:.75rem;line-height:1.2;white-space:nowrap;z-index:10}.status-badge:hover .status-tooltip{visibility:visible;opacity:1}.app-nav-email{margin-left:1rem;font-size:.85rem;opacity:.9}.app-main{max-width:960px;margin:1.5rem auto 2rem;padding:0 1rem}.page>h1{color:#f0fff4}.page h1{margin-top:0}.card{background:#fff;border-radius:.5rem;padding:1.25rem 1.5rem;margin-bottom:1.25rem;box-shadow:0 1px 3px #0f172a1a}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem 1.5rem}.form-grid label{display:flex;flex-direction:column;font-size:.9rem;gap:.25rem}input,button,textarea{font:inherit}input[type=text],input[type=number],input[type=date],textarea{padding:.4rem .5rem;border-radius:.25rem;border:1px solid #d0d7de}input:focus,textarea:focus{outline:2px solid #15803d;outline-offset:1px;border-color:#15803d}textarea{resize:vertical;min-height:3rem}.form-actions{display:flex;align-items:flex-end;justify-content:flex-start}button{padding:.4rem .9rem;border-radius:999px;border:none;background:#15803d;color:#fff;cursor:pointer;font-weight:600}button:hover{background:#166534}.ghost-button{background:transparent;color:#111;border:1px solid #d1d5db}.ghost-button:hover{background:#f3f4f6}.icon-button{border:none;background:transparent;font-size:1.2rem;cursor:pointer;line-height:1;padding:.1rem .2rem}.icon-button:disabled{opacity:.5;cursor:default}.events-table{width:100%;border-collapse:collapse;font-size:.9rem}.events-table th,.events-table td{padding:.4rem .5rem;border-bottom:1px solid #e5e7eb}.events-table th{text-align:left;font-weight:600}.events-table a{color:#166534;text-decoration:none}.events-table a:hover{text-decoration:underline}.token-activity-link{border:none;background:none;color:#166534;text-decoration:underline;cursor:pointer;font:inherit;padding:0}.token-activity-link:hover{color:#0f3b1f}.token-activity-link:disabled{color:#9ca3af;text-decoration:none;cursor:default}.error{margin-top:.5rem;color:#b91c1c;font-size:.9rem}.breadcrumb{margin-bottom:.75rem;font-size:.9rem}.breadcrumb a{color:#d3f9d8;text-decoration:none}.breadcrumb a:hover{text-decoration:underline;color:#f0ffe8}.wishlist-text{white-space:pre-line}.wishlist-readonly{display:flex;flex-direction:column;gap:.75rem}.wishlist-label{font-weight:600;margin-bottom:.25rem}.wishlist-text-block{border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;background:#f9fafb}.wishlist-lines{display:flex;flex-direction:column;gap:.35rem}.wishlist-text-block a{color:#166534;word-break:break-all}.wishlist-empty{color:#6b7280}
