:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background:linear-gradient(to right,#fef0dd,#fff9f3);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{overflow-x:hidden;margin:0;padding:0;width:100%;height:100%}a:not(.btn){font-weight:500;color:#646cff;text-decoration:inherit}a:not(.btn):hover{color:#535bf2}body{overflow-x:hidden;overflow-y:auto;margin:0;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}*{box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:1rem}@media (prefers-color-scheme: light){:root{background-color:#fef0dd}}:focus-visible{outline:3px solid #2563eb;outline-offset:2px}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}.skip-link{position:absolute;left:0;top:0;transform:translateY(-120%);background:#111;color:#fff;padding:.5rem .75rem;z-index:1000;border-radius:.375rem}.skip-link:focus{transform:translateY(0)}#root{width:100%;max-width:100vw;padding:0;box-sizing:border-box;text-align:center}body{background:linear-gradient(to right,#fef0dd,#fff9f3)}.goal-textarea{width:60%;min-height:160px;padding:1rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;resize:vertical}.profile-buttons{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}.profile-buttons a{min-width:180px;padding:.6rem 1.2rem;text-align:center}.profile-buttons a,.profile-buttons button{min-width:180px}@media (max-width: 700px){.profile-buttons{flex-direction:column;align-items:stretch;gap:.75rem}.profile-buttons a,.profile-buttons button{width:100%}}.logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.logo{width:40px;height:auto;border-radius:6px}.logo-text{font-size:1.3rem;font-weight:700}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.goalcrumbs-header{background-color:#bd661d;color:#fff;position:sticky;top:0;z-index:1000;padding:.5rem 1rem;box-shadow:0 2px 4px #0000001a}.header-container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:0 auto;gap:1rem}.header-left,.header-center,.header-right{display:flex;align-items:center;gap:1rem}.header-center{flex-grow:1;justify-content:center}.app-name{font-size:1.2rem;font-weight:700}.goalcrumbs-header a{color:#fff;text-decoration:none;font-weight:500}.goalcrumbs-header a:hover{text-decoration:underline}.logout-button{background-color:transparent;border:1px solid white;color:#fff;padding:.3rem .6rem;border-radius:6px;cursor:pointer;font-size:.9rem;margin-left:.5rem}.logout-button:hover{background-color:#fff3}.header-nav{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;flex:1}.header-nav a{color:#fff;text-decoration:none;font-size:1rem}.header-nav a:hover{text-decoration:underline}.header-user{display:flex;align-items:center;gap:.5rem;font-size:.95rem;white-space:nowrap}.header-user button{background:#fff;color:#bd661d;padding:.3rem .6rem;border-radius:6px;border:none;cursor:pointer}.header-user button:hover{background-color:#f0f0f0}@media (max-width: 768px){.header-container{flex-direction:column;align-items:flex-start}.header-nav{justify-content:flex-start;margin-top:.5rem;gap:.7rem}.header-user{align-self:flex-end;margin-top:.5rem}}.btn,.add-reflection-form button,.add-goal-btn{background-color:#bd661d;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease;border:none;text-decoration:none;display:inline-block}.btn:hover,.add-reflection-form button:hover,.add-goal-btn:hover{background-color:#a55217}.dashboard{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:2rem}.dashboard-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;background-color:#fff6eb;padding:1rem 2rem;border-radius:12px;margin:2rem auto;gap:1rem;max-width:1000px}.dashboard .card{background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;text-align:left;transition:transform .2s ease}.dashboard .card:hover{transform:translateY(-4px)}.dashboard .card img{width:48px;height:auto;display:block;margin:0 auto .75rem}.dashboard .card h3{font-size:1.2rem;margin-bottom:.5rem}.dashboard .card ul{list-style:none;padding-left:0;margin:0}.dashboard .card li{padding:.4rem 0;border-bottom:1px solid #eee;font-size:.95rem}.goal-selector label{margin-right:.5rem;font-weight:500}.goal-selector select{width:100%;padding:.5rem;border-radius:6px;border:1px solid #ccc}.card-buttons{background-color:#bd661d;display:flex;gap:.5rem;margin-top:.5rem}.status-filter{text-align:center;margin-bottom:2rem}.status-filter button{margin:0 .5rem;padding:.4rem 1rem;font-size:.9rem;border-radius:6px;border:1px solid #ccc;background-color:#fef0dd;cursor:pointer;transition:background-color .2s ease}.status-filter button:hover{background-color:#f8d7b8}.status-filter button.active{background-color:#bd661d;color:#fff}.cursor-pointer:hover{background-color:#f0f0f0}.selected{background-color:#d1fae5;font-weight:700;border-radius:6px;padding:4px}.header{position:fixed;top:0;left:0;width:100%;background-color:#333;padding:10px;text-align:center}.landing-page{max-width:1100px;margin:0 auto;padding:2rem 1rem}.hero-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:2rem;text-align:left}.hero-right{flex:1}.hero-left{flex:1;display:flex;justify-content:center}.hero-image{max-width:280px}.tagline{font-size:1.2rem;margin-bottom:1rem}.hero-cta{display:flex;align-items:center;gap:1rem}.hero-cta .or{color:#666}.cta-button.secondary{background-color:transparent;color:#bd661d;border:2px solid #bd661d}.cta-button.secondary:hover{background-color:#fcefe3}.benefits-list{list-style:none;padding:0;text-align:left}.benefits-list li{margin-bottom:.5rem}.team-section img,.how-it-works-section img{width:60px}blockquote{margin:1rem auto;max-width:600px;font-style:italic}.hero-right h1{font-size:2.5rem;margin-bottom:1rem}.hero-right p{margin-bottom:1rem;font-size:1.1rem}@media (max-width: 768px){.hero-section{flex-direction:column;text-align:center}.hero-right,.hero-left{text-align:center}}.about-section ul{text-align:left;margin:0 auto;max-width:500px}.icon-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.icon-section img{width:80px;margin-bottom:.5rem}.icon-section p{max-width:400px}.dashboard-preview{width:100%;max-width:800px;border-radius:8px}.cta-button{background-color:#bd661d;color:#fff;padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:6px;margin-top:1rem;text-decoration:none}.cta-button:hover{background-color:#a55217}.side-by-side-sections{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem}.team-section,.how-it-works-section{flex:1 1 45%;min-width:280px}.team-section div,.how-it-works-section div{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;text-align:left}.team-section img,.how-it-works-section img{width:60px;height:auto}img{max-width:100%;height:auto;display:block}.auth-card{max-width:520px;margin:3rem auto;background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:2rem;box-shadow:0 4px 18px #0000000d}.auth-title{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:1.25rem}.auth-error{color:#b91c1c;text-align:center;margin-bottom:.75rem}.auth-success{color:#065f46;text-align:center;margin-bottom:.75rem}.auth-form{display:grid;gap:.9rem 1rem}.form-row{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:1rem}.form-label{justify-self:end;font-weight:500}.form-hint{color:#777;font-weight:400}.form-input{width:100%;padding:.75rem .9rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;background:#fff;outline:none;color:#333}.form-input:focus{border-color:#f1c79f;box-shadow:0 0 0 3px #bd661d26}.password-toggle:disabled{opacity:.6;cursor:not-allowed}.form-actions{margin-top:.5rem;display:flex;justify-content:center;gap:.75rem}.btn-block{width:100%}.btn-disabled{background-color:#bfbfbf!important;cursor:not-allowed!important}.btn{background-color:#bd661d;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;cursor:pointer;border:none;transition:background-color .2s ease}.btn:hover{background-color:#a55217;text-decoration:none}.brand-link-dark{color:#fff;text-decoration:none;border-bottom:1px solid transparent}.brand-link:hover{font-weight:700;border-bottom-color:#a55217;color:silver}.brand-link{color:#a55217}.brand-link-dark:hover{font-weight:700;color:silver}@media (max-width: 600px){.form-row{grid-template-columns:1fr;align-items:start}.form-label{justify-self:start}}.password-wrapper{display:flex;align-items:center}.password-toggle{background:transparent;border:none;cursor:pointer;font-size:1.2rem;margin-left:-35px;padding:0}.password-toggle:focus{outline:none}.dashboard-controls .form-input{min-width:220px}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #ddd;border-radius:8px;background:#fff;color:#333;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.filter-btn:hover{border-color:#bd661d33;background:#fff6eb}.filter-btn.active{background:#111;color:#fff;border-color:#111}.dashboard .card .card-buttons .btn,.dashboard .card .btn{background-color:#bd661d;color:#fff;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:background-color .2s ease}.dashboard .card .btn:hover{background-color:#a55217}.breakdown-section{margin-top:1.5rem}.breakdown-heading{text-align:center;font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.card{background-color:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 4px 18px #0000000d}.text-right-card{text-align:left}.breakdown-title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem}.breakdown-subgoal{border-right:4px solid #f1c79f;padding-right:1rem;margin-bottom:1rem}.breakdown-subgoal-title{font-size:1rem;font-weight:600;color:#bd661d;margin:0 0 .25rem}.breakdown-task{margin-right:1rem;margin-bottom:.5rem}.breakdown-task-title{font-weight:600;color:#333;margin:0 0 .25rem}.breakdown-section .card{max-width:700px;margin:2rem auto;padding:2rem}.tone-select{width:250px;max-width:100%;display:block;margin:1rem auto;padding:.5rem;border:1px solid #ccc;border-radius:6px;color:#000;background-color:#fff}.save{margin-right:2rem}.rtl-list{direction:rtl;list-style:disc inside;margin:.25rem 1.25rem .5rem 0;padding:0}.rtl-list li{direction:ltr}.goalsetup-container{display:flex;align-items:flex-start;gap:1rem;margin-top:1rem;flex-wrap:wrap}.tone-block{flex:1 1 260px}.tone-label{display:block;margin-bottom:6px;font-weight:500}.reflections-page{max-width:960px;margin:2rem auto;padding:0 1rem}.page-title{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:1rem}.add-reflection-card{margin-bottom:1.25rem}.reflections-filters{gap:1rem}.reflections-filters .controls-group{display:flex;align-items:center;gap:.5rem}@media (max-width: 700px){.reflections-filters .controls-group{flex-direction:column;align-items:stretch}}.reflections-filters .form-input{min-width:180px}.add-reflection-form{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;display:grid;gap:1rem}.add-reflection-form .form-row{display:grid;grid-template-columns:150px 1fr;align-items:start;gap:1rem}.add-reflection-form .form-label{justify-self:end;font-weight:500;margin-top:.5rem}.add-reflection-form .form-input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;background:#fff;color:#333}.add-reflection-form .form-input:focus{border-color:#f1c79f;box-shadow:0 0 0 3px #bd661d26}.textarea-wrapper{position:relative;display:flex;flex-direction:column}.char-counter{font-size:.8rem;color:#666;margin-top:.25rem;text-align:right}.error{color:red;font-size:.9rem}.reflections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;align-items:start;max-width:1000px;margin:0 auto;padding:0 1rem}.reflection-card{background-color:#fff;border:1px solid #ddd;padding:16px;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease-in-out;display:flex;margin-top:10px;flex-direction:column;justify-content:flex-start;text-align:left;min-height:160px}.reflection-card--clickable{cursor:pointer}.reflection-card:hover{box-shadow:0 4px 10px #00000026}.reflection-date{font-size:.85rem;color:#666;margin-bottom:4px}.reflection-goal{font-size:.9rem;color:#444;font-style:italic;margin-bottom:6px}.reflection-goal .goal-title{display:inline-block;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reflection-content{color:#222;line-height:1.45}.reflection-content--clamp{display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:break-word}.modal-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50}.modal-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;max-width:760px;width:100%;padding:1rem 1.25rem;box-shadow:0 12px 28px #0000002e;max-height:80vh;overflow:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.modal-close{background:transparent;border:none;font-size:1.25rem;cursor:pointer}.modal-meta{font-size:.9rem;color:#555;display:grid;gap:.25rem;margin-bottom:.75rem}.modal-body{white-space:pre-wrap;line-height:1.55;color:#222;word-break:break-word;overflow-wrap:anywhere}.reflections-container{max-width:1000px;margin:0 auto;padding:1rem}:root{--container-max: 1100px;--card-max: 360px;--gutter: 1rem}h1{font-size:clamp(1.6rem,2.5vw + 1rem,2.6rem)}h2{font-size:clamp(1.3rem,2vw + .75rem,2rem)}h3{font-size:clamp(1.1rem,1.3vw + .8rem,1.4rem)}.btn{font-size:clamp(.95rem,.4vw + .85rem,1rem)}.landing-page,.reflections-container,.dashboard,.dashboard-controls,.header-container,.header-inner{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}.goal-textarea{width:min(100%,720px);min-height:140px}@media (max-width: 992px){.header-container{gap:.5rem}.header-nav{gap:.75rem}.header-user button{padding:.35rem .55rem}}@media (max-width: 900px){.hero-section{gap:1.25rem}.goalsetup-container{flex-direction:column;align-items:stretch}.tone-select{width:100%}.breakdown-section .card{margin:1.25rem auto;padding:1.25rem}}@media (max-width: 700px){.header-inner,.header-container{flex-direction:column;align-items:stretch}.header-center{order:3;justify-content:flex-start}.header-user{order:2;align-self:flex-start;margin-top:.25rem}.header-nav{justify-content:flex-start;gap:.6rem}.hero-image{max-width:220px}.hero-right h1{font-size:clamp(1.6rem,6vw,2.1rem)}.dashboard .card{max-width:560px}.status-filter button{width:auto}.filter-buttons{gap:.5rem}}@media (max-width: 400px){.logo{width:32px}.logo-text,.app-name{font-size:1.05rem}.btn,.dashboard .card .btn{padding:.55rem .8rem}.dashboard .card li{font-size:.9rem}}button,.btn,.filter-btn{min-height:42px}.header-nav a,.footer-link{word-break:break-word}.dashboard .card ul{padding-inline:.25rem}.dashboard .card li{line-height:1.35;word-break:break-word}.pricing-card{background-color:#fff;border:2px solid #bd661d;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d;flex:1}.pricing-card .cta-button{display:inline-block;margin:.5rem .25rem 0 0}@media (max-width: 768px){.side-by-side-sections{flex-direction:column;align-items:center}.pricing-card{flex:1 1 100%;width:100%;max-width:500px}.pricing-card .cta-button{display:block;width:100%;margin:.5rem 0;text-align:center}.pricing-card div{display:flex;flex-direction:column;gap:.5rem}}.footer{background-color:#fef0dd;border-top:1px solid #ddd;padding:2rem;text-align:center;margin-top:2rem}.footer-section{margin-bottom:1.5rem}.footer-contacts,.footer-socials,.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:.5rem}.footer-links{display:flex;justify-content:center;gap:2rem;margin-top:1rem}.footer-link{color:#bd661d;text-decoration:none;font-size:.95rem;transition:color .2s ease,border-bottom .2s ease}.footer-link:hover{color:#a55217;border-bottom:1px solid #a55217}.footer-social-link{color:#bd661d;transition:color .2s ease}.footer-social-link:hover{color:#a55217}.footer-copy{margin-top:1.5rem;font-size:.85rem;color:#555}.reflection-card--goal{border:2px solid #4caf50;background-color:#f0fff0}.reflection-card--goal .reflection-content{font-weight:700;color:#2e7d32}.banner{max-width:1100px;margin:0 auto 16px;padding:12px 16px;display:flex;gap:12px;align-items:center;justify-content:space-between;border-radius:10px;border:1px solid #f1c38c;background:#fff6e9;box-shadow:0 2px 10px #0000000a}.banner-text{font-size:.95rem;color:#7a4a10}.banner-text strong{color:#5e3809}.banner-sub{opacity:.95;margin-left:4px}.banner-cta{font-weight:700;text-decoration:underline;color:#000;white-space:nowrap}.banner-cta:hover{text-decoration:none;color:#ffeeba}.plan-banner{background:#a24c12;color:#fef0dd;border:1px solid #f1c38c;border-radius:8px;padding:1rem;margin:6px auto 10px;text-align:center;font-weight:500;width:100%;max-width:1100px}.plan-banner .plan-cta{background:#fff;color:#a24c12;border:2px solid #a24c12;padding:.5rem .9rem;border-radius:10px;font-weight:800;text-decoration:none;white-space:nowrap}.plan-banner .plan-cta:hover{color:#ffe7cf}.upgrade-btn{background:#fff;color:#bd661d;border:2px solid #bd661d;border-radius:10px;font-weight:800;padding:.65rem 1.2rem}.upgrade-btn:hover{background:#fcefe3}.dashboard-controls{margin-bottom:8px!important}.lock-badge{font-size:.95rem;margin-left:.5rem;opacity:.85}.switch{position:relative;display:inline-block;width:42px;height:24px}.switch input{display:none}.switch .slider{position:absolute;cursor:pointer;inset:0;background:#c7c7c7;border-radius:999px;transition:.2s}.switch .slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:#22c55e}.switch input:checked+.slider:before{transform:translate(18px)}.dashboard-cards{display:flex!important;flex-wrap:wrap!important;gap:24px;justify-content:center;align-items:stretch;overflow:visible!important;width:100%}.dashboard-cards>*{flex:1 1 320px;max-width:480px;min-width:0}.dashboard .card,.dashboard-cards .card{width:auto!important;max-width:none!important;box-sizing:border-box}@media (max-width: 900px){.dashboard-cards{flex-direction:column!important;align-items:stretch!important}.dashboard-cards>*{flex:none!important;width:100%!important;max-width:100%!important;min-width:0!important}.dashboard .card,.dashboard-cards .card{width:100%!important;max-width:100%!important}}html,body,#root,.dashboard{max-width:100%;overflow-x:hidden}.describe{margin-right:10px}.edit-btn{margin-top:10px}.page--legal{display:flex;justify-content:center;padding:2rem 1rem}.legal-card{width:100%;max-width:900px;background:#fff;border:1px solid #e6e6e6;border-radius:12px;box-shadow:0 4px 18px #0000000d;padding:2rem;text-align:left;line-height:1.65;color:#333}.legal-card .legal-title{font-size:2rem;font-weight:800;margin-bottom:.5rem;color:#bd661d}.legal-card .legal-updated{font-size:.9rem;color:#666;margin-bottom:1.5rem}.legal-card .legal-section-title{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;color:#333}.legal-card .legal-list{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.legal-card .legal-link{color:#bd661d;text-decoration:underline}.legal-card .legal-link:hover{color:#a55217;font-weight:700}a.btn,a.btn:link,a.btn:visited,a.btn:hover,a.btn:active,a.btn:focus{color:#fff;text-decoration:none}.btn-delete{background-color:#dc2626;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.btn-delete:hover{background-color:#b91c1c;transform:translateY(-2px)}.btn-delete:active{background-color:#991b1b;transform:translateY(0)}.btn-delete:disabled{background-color:#fca5a5;cursor:not-allowed;opacity:.7}.faq-cta{display:flex;align-items:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}@media (max-width: 700px){.faq-cta{flex-direction:column;align-items:stretch}.faq-cta .cta-button{width:100%;text-align:center}}.flex-between{display:flex;align-items:center;justify-content:space-between}.help-link{background:transparent;border:none;color:#bd661d;text-decoration:underline;cursor:pointer;font-size:.95rem;padding:0}.help-link:hover{color:#a55217}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:1000;background:#111;color:#eee;border-top:1px solid #222}.cookie-banner__content{max-width:960px;margin:0 auto;padding:12px 16px;display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.cookie-banner__text{margin:0;line-height:1.4;font-size:.95rem}.cookie-banner__actions{display:flex;gap:8px}.btn.btn-ghost{background:transparent;border:1px solid #444;color:#eee}.btn.btn-ghost:hover{border-color:#666}html,body{scroll-behavior:auto}.billing-buttons{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.goalcrumbs-header a,.goalcrumbs-header a:link,.goalcrumbs-header a:visited{color:#fff;text-decoration:none}.goalcrumbs-header a:hover,.goalcrumbs-header a:focus{color:#fcefe3;text-decoration:none}.goalcrumbs-header a:hover{background:#a55217;border-radius:6px;padding:.15rem .4rem}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
