@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700;750;800;900&family=Libre+Caslon+Display&display=swap";:root{font-family:DM Sans,sans-serif;color:#24241f;background:#fbfaf6;font-synthesis:none;font-weight:400;--ink:#24241f;--paper:#fbfaf6;--lavender:#d7c1f0;--border:#d8d5ce}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button{transition:background .18s,transform .18s,box-shadow .18s}button:hover{filter:brightness(.98)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #8751b3;outline-offset:4px}button:disabled{cursor:default;opacity:.6}a{color:inherit;text-decoration:none}button svg{flex-shrink:0}button{border:0}h1,h2,h3,p{margin:0}button{background:none}html{scroll-behavior:smooth}.site-header{height:96px;max-width:1600px;margin:auto;padding:0 42px;display:flex;align-items:center;justify-content:space-between;gap:26px}.brand{display:flex;align-items:center;font-size:39px;letter-spacing:-1.8px;font-weight:900;gap:10px}.brand svg{width:37px;height:42px;fill:#bda0e9}.brand-dot{display:none}nav{display:flex;gap:37px;margin-left:75px}nav button,nav a,.saved-nav{font-size:15px;font-weight:500;padding:10px 0}nav button:hover,nav a:hover,.saved-nav:hover{text-decoration:underline;text-underline-offset:5px}.header-actions{display:flex;align-items:center;gap:28px}.saved-nav{display:flex;align-items:center;gap:8px}.saved-nav svg{display:none}.saved-nav.active{color:#7e4ca6}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 25px;border-radius:15px;font-weight:650;font-size:16px;line-height:1.1;min-height:51px}.button:hover{transform:translateY(-2px)}.button.dark{color:var(--paper);background:var(--ink);border:1px solid var(--ink)}.button.outline{border:1.3px solid var(--ink);background:transparent}.header-actions .button{border-radius:30px;padding:14px 22px;font-size:15px;min-height:46px}main{max-width:1600px;margin:auto;padding:0 32px}.hero{position:relative;border-radius:32px;overflow:hidden;min-height:399px;background:#ffec96;isolation:isolate}.hero-copy{position:relative;z-index:1;padding:45px 0 42px 60px;pointer-events:none}.hero-copy button{pointer-events:auto}.hero h1{font-size:clamp(48px,5.5vw,83px);line-height:1.03;letter-spacing:-3.5px;font-weight:800}.hero h1 em{font-family:Georgia,serif;font-style:italic;font-weight:600;font-size:.96em;letter-spacing:-4px}.hero p{font-size:18px;line-height:1.5;margin-top:20px}.hero-actions{display:flex;gap:18px;margin-top:24px}.hero-art{position:absolute;right:0;top:0;width:49%;height:100%;background-image:url(/assets/wish-art.png);background-size:200% 200%;background-position:0 0;-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 9%);mask-image:linear-gradient(90deg,transparent 0%,black 9%)}.hero-caption{text-align:right;font-size:14px;margin:10px 17px 0}.wish-board{padding:28px 18px 0;scroll-margin-top:24px}.board-top{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:20px}.board-top h2{font-size:32px;letter-spacing:-1.15px;font-weight:750;display:flex;align-items:center;gap:14px}.heading-star{font-size:26px;color:#b69add;font-weight:400}.search{display:flex;align-items:center;border:1px solid #89877f;border-radius:11px;padding:12px 15px;gap:11px;width:320px}.search input{border:0;background:none;outline:none!important;width:100%;font-size:14px;color:var(--ink)}.search:focus-within{outline:3px solid #b995e2;outline-offset:3px}.search button{font-size:21px;padding:0;line-height:1}.board-controls{display:flex;justify-content:space-between;gap:20px;margin-bottom:19px}.filters{display:flex;gap:10px}.filters button{border:1px solid #95928a;border-radius:24px;font-size:13px;padding:10px 16px;white-space:nowrap}.filters button.selected{background:#d9c4f0;border-color:#6b6175;font-weight:650}.sort{border:1px solid #95928a;border-radius:8px;background:var(--paper);font-size:13px;padding:9px 32px 9px 12px;max-width:150px;color:var(--ink)}.wish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 20px}.wish-card{border:1px solid #514f47;border-radius:18px;overflow:hidden;min-width:0;background:var(--paper);transition:transform .2s,box-shadow .2s}.wish-card:hover{transform:translateY(-4px);box-shadow:0 8px #24241f0b}.card-art{aspect-ratio:1.95;position:relative;background-image:url(/assets/wish-art.png);background-size:200% 200%}.art-space{background-position:100% 0}.art-japan{background-position:0 100%}.art-pottery{background-position:100% 100%}.art-star{background-position:0 0}.save-button{position:absolute;top:13px;right:13px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--paper);box-shadow:0 2px 6px #00000010;z-index:2}.save-button:hover{transform:scale(1.08)}.save-button.is-saved{background:#eee1ff;color:#8455a8}.card-content{display:block;text-align:left;width:100%;padding:17px 18px 19px}.category-label{text-transform:uppercase;font-size:10px;letter-spacing:.7px;color:#8964ad;font-weight:750}.card-content h3{font-size:19px;letter-spacing:-.5px;line-height:1.3;margin:5px 0 6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.card-content h3 svg{opacity:0;transition:opacity .2s}.wish-card:hover h3 svg,.card-content:focus-visible h3 svg{opacity:1}.card-content p{font-size:13.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40.5px}.card-footer{display:flex;align-items:center;border-top:1px solid #d2cec4;padding:12px 17px;gap:10px;font-size:13px}.avatar{border-radius:50%;width:29px;height:29px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:550;color:#fff;background:#b89bd8;font-size:14px}.avatar-japan{background:#91b6ca}.avatar-pottery{background:#e6987f}.avatar-star{background:#a8a665}.budget{margin-left:auto;font-size:14px;font-weight:600}.card-footer small{color:#78746a}.pledge-badge{position:absolute;bottom:10px;left:10px;background:var(--paper);padding:7px 10px;border-radius:15px;font-size:10px;font-weight:600}.board-note{display:flex;gap:8px;align-items:center;font-size:13px;color:#6e6a62;margin-top:20px}.small-sparkle{font-size:23px;color:#8c67ac}.demo-label{margin-left:auto;font-size:11px}.bottom-invite{margin:49px 18px 0;background:#e8def4;border-radius:22px;padding:35px 40px;display:flex;align-items:center;justify-content:space-between;gap:25px}.bottom-invite h2{font-size:32px;font-weight:650;letter-spacing:-1px;line-height:1.2}.bottom-invite p{font-size:14px;margin-top:12px}footer{max-width:1500px;margin:0 auto;padding:34px 50px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:12px;color:#6e6a62}.footer-brand{font-size:24px;font-weight:850;color:var(--ink);letter-spacing:-1px}footer button{display:flex;align-items:center;gap:6px;font-size:12px}.empty-state{text-align:center;border:1px dashed #c0b5ca;border-radius:18px;padding:65px 20px}.empty-state svg{color:#8c67ac}.empty-state h3{margin:17px 0 10px;font-size:22px}.empty-state p{font-size:14px;color:#76716a;margin-bottom:25px}.modal{border:1px solid var(--ink);border-radius:24px;background:var(--paper);color:var(--ink);padding:0;width:560px;max-width:calc(100vw - 32px);max-height:calc(100dvh - 42px);box-shadow:0 25px 90px #0003;overflow:auto}.modal::backdrop{background:#24241f70;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.close-button{position:absolute;right:15px;top:15px;width:35px;height:35px;background:var(--paper);border:1px solid #e4dfd6;border-radius:50%;display:grid;place-items:center;z-index:3}.modal-body{padding:35px}.modal-body h2{font-size:33px;line-height:1.14;letter-spacing:-1.1px;padding-right:8px;margin:13px 0}.modal-symbol{color:#a381c7}.modal-intro{font-size:14px;color:#6e6a62;line-height:1.5;margin-bottom:24px}.modal form{display:flex;flex-direction:column;gap:17px}.modal form label{font-weight:600;font-size:12px;display:block}.modal input,.modal textarea,.modal form select{display:block;width:100%;background:transparent;border:1px solid #bab5ab;border-radius:9px;padding:12px;font-size:14px;margin-top:7px;color:var(--ink)}.modal textarea{resize:vertical;min-height:95px}.field-hint{float:right;font-weight:400;color:#8b857b;font-size:11px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.demo-note{font-size:11px;color:#787268;line-height:1.5;margin-top:14px}.modal form .demo-note{margin-top:0}.full{width:100%}.how-steps{list-style:none;padding:0;margin:28px 0}.how-steps li{display:flex;gap:17px;margin:22px 0}.how-steps li>span{width:32px;height:32px;display:grid;place-items:center;background:#e8ddf5;border-radius:50%;font-size:12px;flex-shrink:0}.how-steps h3{font-size:16px;margin-bottom:6px}.how-steps p,.demo-panel p{font-size:13px;line-height:1.6;color:#6e6a62}.demo-panel{padding:18px;background:#f0ece4;border-radius:12px;margin-bottom:24px}.demo-panel strong{font-size:13px}.demo-panel p{margin-top:7px}.detail-art{aspect-ratio:2.2}.detail-body{padding-top:25px}.detail-person{display:flex;align-items:center;gap:10px;font-size:12px;margin:17px 0}.detail-demo{font-size:10px;color:#7d776d;margin-left:auto}.wish-story{font-size:15px;line-height:1.7;color:#625d54;white-space:pre-wrap;overflow-wrap:anywhere}.wish-goal{display:flex;align-items:center;justify-content:space-between;padding:20px 0;margin:12px 0 20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);font-size:14px}.wish-goal small{color:#999083;font-size:10px;margin-left:5px}.wish-goal strong{font-size:27px;letter-spacing:-.8px}.detail-actions{display:flex;gap:12px}.detail-actions .dark{flex:1;font-size:14px;padding-left:15px;padding-right:15px}.detail-actions .outline{padding:14px}.saved-detail{color:#8859ad}.grant-confirm,.grant-success{padding:23px;border-radius:14px;background:#eee3f8;text-align:center}.grant-confirm h3,.grant-success h3{font-size:19px;letter-spacing:-.4px}.grant-confirm p,.grant-success p{font-size:13px;line-height:1.6;margin:12px 0 20px}.grant-success>svg{color:#7b519e;margin-bottom:10px}.text-button{font-size:12px;text-decoration:underline;text-underline-offset:4px;padding:14px 8px 0}.success-state{text-align:center;padding-top:55px}.success-star{width:85px;height:85px;background:#e6d8f6;display:grid;place-items:center;margin:auto;border-radius:50%;color:#8961b0}.success-state h2{margin-top:25px}.success-state h2 em{font-family:Georgia,serif;font-weight:400}.success-state p{font-size:14px;line-height:1.6;color:#6e6a62;margin:20px 0 25px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%);max-width:calc(100vw - 32px);z-index:10;border:1px solid #514f47;background:var(--ink);color:var(--paper);padding:15px 22px;border-radius:14px;box-shadow:0 4px 20px #0002;font-size:13px;display:flex;gap:10px;align-items:center}@media(min-width:1450px){.hero{min-height:410px}.hero h1{font-size:84px}.hero-copy{padding-top:43px}.card-content h3{font-size:21px}.card-content p{font-size:14px}.board-top h2{font-size:36px}.card-art{aspect-ratio:2.25}.hero-art{width:48%}}@media(max-width:1100px){.site-header{padding:0 28px}nav{margin-left:0;gap:22px}.header-actions{gap:18px}.brand{font-size:33px}.hero-copy{padding-left:35px}.hero h1{font-size:60px}.hero{min-height:365px}.hero-art{width:46%}.hero p{font-size:16px}.filters{gap:7px}.filters button{padding:9px 12px;font-size:12px}.wish-board{padding-left:5px;padding-right:5px}.card-content h3{font-size:17px}.card-content{padding:15px}.card-content p{font-size:12px}.bottom-invite{margin-left:5px;margin-right:5px}.saved-nav{font-size:13px}.card-footer{padding:11px 12px;font-size:12px}.budget{font-size:13px}}@media(max-width:800px){.site-header{height:80px;padding:0 22px}.site-header nav{display:none}.brand{font-size:31px;gap:5px}.brand svg{width:30px}.hero h1{font-size:50px;letter-spacing:-2px}.hero h1 em{letter-spacing:-2px}.hero-art{width:45%;opacity:.8}.hero-copy{padding-left:28px;padding-top:38px}.hero{min-height:330px;border-radius:24px}.hero p{font-size:14px}.hero-actions .button{font-size:14px;padding:13px 19px}.hero-actions{gap:10px}main{padding:0 20px}.board-top h2{font-size:26px}.search{width:240px}.board-controls{flex-wrap:wrap;gap:13px}.filters{overflow:auto;max-width:100%;padding:3px 0 6px;scrollbar-width:none}.sort{margin-left:auto}.wish-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-content h3{font-size:19px}.card-art{aspect-ratio:1.7}.bottom-invite{padding:28px}.bottom-invite h2{font-size:27px}.bottom-invite .button{font-size:13px;padding:14px}.bottom-invite .button>svg:last-child{display:none}footer{padding:30px 25px}footer>span{display:none}}@media(max-width:560px){.site-header{padding:0 18px;gap:12px;height:76px}.brand{font-size:30px}.header-actions{gap:15px}.saved-nav svg{display:block}.saved-nav span{display:none}.header-actions .button{font-size:12px;padding:11px 15px;min-height:40px;gap:5px}.header-actions .button svg{width:16px}main{padding:0 14px}.hero{min-height:540px;border-radius:24px}.hero-copy{padding:28px 23px;pointer-events:auto}.hero h1{font-size:clamp(38px,9.4vw,51px);line-height:1.08;letter-spacing:-1.8px}.hero h1 em{letter-spacing:-2px;white-space:nowrap;font-size:.85em}.hero p{font-size:14px;line-height:1.6;margin-top:16px}.hero-actions{margin-top:18px;gap:10px}.hero-actions .button{font-size:13px;padding:13px 16px;min-height:46px;gap:9px}.hero-actions .button svg{width:19px}.hero-art{opacity:1;top:auto;bottom:0;width:100%;height:267px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,black 12%);mask-image:linear-gradient(180deg,transparent 0%,black 12%)}.hero-caption{font-size:11px;margin:10px 6px 0}.wish-board{padding:30px 4px 0}.board-top{flex-direction:column;align-items:stretch;gap:17px;margin-bottom:15px}.board-top h2{font-size:28px}.heading-star{font-size:23px}.search{width:100%;padding:11px 13px}.board-controls{gap:8px;margin-bottom:16px}.filters{gap:8px;width:100%}.filters button{font-size:12px;padding:9px 13px}.sort{font-size:12px;padding:7px 26px 7px 11px}.wish-grid{grid-template-columns:1fr;gap:20px}.card-art{aspect-ratio:1.8}.card-content{padding:17px 18px 20px}.card-content h3{font-size:21px}.card-content h3 svg{opacity:1}.card-content p{font-size:14px}.category-label{font-size:10px}.card-footer{padding:13px 18px;font-size:14px}.budget{font-size:15px}.board-note{flex-wrap:wrap;font-size:11px;margin-top:17px}.demo-label{display:block;width:100%;margin-left:0;font-size:10px}.bottom-invite{margin:30px 4px 0;padding:25px;display:block}.bottom-invite h2{font-size:27px}.bottom-invite p{font-size:13px}.bottom-invite .button{margin-top:22px;font-size:14px}.bottom-invite .button>svg:last-child{display:block}footer{padding:24px 20px}.footer-brand{font-size:22px}footer button{font-size:11px}.modal-body{padding:27px 23px}.modal-body h2{font-size:28px}.modal-intro{font-size:13px}.detail-art{aspect-ratio:1.85}.detail-person{font-size:11px;flex-wrap:wrap}.detail-demo{font-size:9px}.detail-actions .button{font-size:12px}.form-row{gap:10px}.modal{max-height:calc(100dvh - 24px)}.grant-confirm{padding:19px 15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}.account-button{display:grid;place-items:center;padding:8px;border-radius:50%;border:1px solid transparent}.account-button:hover{background:#eee6f5;border-color:#d2c3dd}.header-actions{gap:18px}.hero-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 17px 0}.hero-meta>span{font-size:12px;color:#706958}.hero-meta .hero-caption{margin:0}.collection-tabs{display:flex;gap:22px;border-bottom:1px solid var(--border);margin:-3px 0 20px}.collection-tabs button{font-size:14px;padding:8px 1px 11px;border-bottom:2px solid transparent}.collection-tabs button.active{border-color:#956eb5;color:#76479b;font-weight:650}.example-badge{position:absolute;bottom:12px;left:12px;border-radius:15px;background:var(--paper);padding:6px 10px;font-size:11px;color:#605669}.inspiration{margin-top:38px}.inspiration>h3{font-size:23px;letter-spacing:-.7px}.inspiration>p{font-size:13px;color:#716b62;margin:8px 0 20px}.load-more{text-align:center;margin-top:25px}.site-notice{margin:22px 18px 0;padding:15px 19px;background:#eee5f7;border:1px solid #bc9cda;border-radius:12px;font-size:14px;display:flex;justify-content:space-between;gap:15px}.site-notice button{text-decoration:underline;white-space:nowrap}.form-error{font-size:13px;line-height:1.6;color:#8b3932;background:#fff0eb;border:1px solid #e7bfb6;padding:12px 14px;border-radius:10px;overflow-wrap:anywhere;margin-bottom:10px}.optional{color:#817970;font-weight:400;font-size:10px}.publishing-note{padding:13px 15px;border-radius:10px;background:#f0eaf6;font-size:12px;line-height:1.5}.publishing-note p{margin-top:4px;color:#6f6277}.modal form .consent-label{display:flex;align-items:flex-start;gap:9px;font-size:11px;font-weight:400;line-height:1.6;color:#6c655c}.modal form .consent-label input{width:16px;height:16px;flex-shrink:0;margin:1px 0 0;accent-color:#7a509b}.auth-message{background:#ede2f7;border-radius:12px;padding:23px;text-align:center}.auth-message svg{color:#8d63ad}.auth-message p{font-size:14px;line-height:1.7;margin-top:13px}.auth-switch{font-size:13px;color:#7b7267;text-align:center;margin-top:20px}.auth-switch .text-button{padding:0 2px;font-size:13px}.auth-links{display:flex;justify-content:space-between;margin-top:9px}.funding-note{display:flex;gap:12px;align-items:flex-start;padding:15px 17px;background:#eee5f7;border-radius:12px;margin-bottom:20px;color:#705382}.funding-note>svg{flex-shrink:0;margin-top:2px}.funding-note p{font-size:12px;line-height:1.6}.funding-note strong{display:block;color:#473251;font-size:13px;margin-bottom:3px}.owner-actions{display:flex;align-items:center;justify-content:space-between;margin-top:5px}.owner-actions button,.report-button{display:inline-flex;align-items:center;gap:6px}.account-panel>.button{margin-top:14px}.account-email{font-size:14px;color:#796f64;overflow-wrap:anywhere;margin:18px 0 20px}.account-panel>.text-button{display:flex;gap:9px;align-items:center;margin-top:13px}.footer-links{display:flex;gap:20px}.prose h2{margin-bottom:25px}.prose h3{font-size:17px;margin-top:25px;margin-bottom:8px}.prose p,.prose li{font-size:14px;line-height:1.8;color:#686055;margin-bottom:13px}.prose ul{padding-left:20px}.wish-story,.card-content h3{overflow-wrap:anywhere}.budget{white-space:nowrap}.loading-star{animation:breathe 1.4s ease-in-out infinite}.empty-state>p{margin-top:14px}.wish-grid[aria-busy=true]{opacity:.65;pointer-events:none}@keyframes breathe{50%{transform:rotate(25deg);opacity:.4}}@media(max-width:1100px){.header-actions{gap:12px}.site-header nav{gap:22px}.hero-meta>span{font-size:11px}.hero-meta .hero-caption{font-size:12px}.card-footer{gap:7px}.budget{font-size:12px}}@media(max-width:800px){.hero-meta{padding-left:6px;padding-right:6px}.hero-meta>span{font-size:10px}.hero-meta .hero-caption{font-size:11px}.inspiration{margin-top:30px}.footer-links{gap:16px}.site-header .header-actions{gap:12px}}@media(max-width:560px){.site-header{padding:0 15px;gap:8px}.brand{font-size:27px}.brand svg{width:27px}.site-header .header-actions{gap:5px}.account-button,.saved-nav{padding:6px}.header-actions .button{padding:10px 12px}.header-actions .button svg{display:none}.hero-meta{align-items:flex-start;gap:8px;flex-direction:column;padding-top:10px}.hero-meta .hero-caption{align-self:flex-end;font-size:10px}.hero-meta>span{font-size:11px}.collection-tabs{gap:26px}.collection-tabs button{font-size:13px}.footer-links{gap:12px}footer{flex-wrap:wrap}.footer-links button{font-size:11px}.inspiration>h3{font-size:22px}.inspiration>p{font-size:12px;line-height:1.6}.budget{font-size:13px}.modal form .consent-label{font-size:11px}.hero{min-height:540px}.modal-body.prose{padding-top:38px}}.footer-links{flex-wrap:wrap}.footer-links a{font-size:inherit;color:inherit;text-decoration:none}.footer-links a:hover,.prose a:hover{text-decoration:underline}.prose a{color:#76479b;text-decoration:underline;overflow-wrap:anywhere}@media(max-width:560px){.footer-links a{font-size:11px}}.first-wish-invite{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 24px}.first-wish-invite>p{font-size:18px;line-height:1.5;color:#716b62}.first-wish-invite .button{flex-shrink:0}.first-wish-inspiration{margin-top:0}@media(max-width:560px){.first-wish-invite{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.first-wish-invite>p{font-size:16px}.first-wish-inspiration{margin-top:0}}.info-page{max-width:850px;margin:16px auto 40px}.info-page>.modal-body{border:1px solid var(--border);border-radius:24px;background:var(--paper)}.info-page h1{font-size:36px;letter-spacing:-1px;line-height:1.15;margin-bottom:25px}.footer-links a{font-size:14px;font-weight:400}.info-page+footer nav{margin-left:0}.info-page .how-steps p{line-height:1.7}@media(max-width:560px){.info-page h1{font-size:28px}.footer-links a{font-size:11px}}
