html,body,#root{margin:0;padding:0;width:100%;height:100%}body{min-width:320px;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}body[data-theme=purple]{--bg-color: #f5f0ff;--text-color: #1f1f2e;--heading-color: #5b21b6}body[data-theme=pastel]{--bg-color: #e0f7f4;--text-color: #102a27;--heading-color: #007f7a}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light dark}h1{font-size:clamp(1.8rem,5vw,3rem);line-height:1.2;text-align:center;margin:0 auto;padding-top:1rem;color:var(--heading-color)}input,select,textarea{font-size:16px!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.retro-form-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:calc(100vh - 4rem);padding:2rem 1rem;background-color:transparent;max-width:800px;margin:0 auto;line-height:1.6}.retro-welcome{font-size:2rem;font-weight:700;color:var(--retro-accent-color);margin-bottom:2rem;text-align:left}.retro-form{width:100%;max-width:400px;background:var(--retro-form-bg);padding:24px;border-radius:10px;box-shadow:0 3px 10px #0000001f;border:1px solid var(--retro-form-border);animation:fadeInUp .6s ease-out .6s forwards;opacity:0;margin:0 auto 2rem}.retro-intro{opacity:0;animation:fadeInUp .6s ease-out .4s forwards;animation-fill-mode:forwards;text-align:left}.retro-intro-heading,.retro-instructions-heading{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--retro-accent-color)}.retro-instructions-heading{margin-top:2rem}.retro-step-list{padding-left:1.25rem;margin-top:1rem;color:var(--text-secondary);line-height:1.6;list-style-type:disc}.retro-step-list li{margin-bottom:.75rem}.retro-intro p{margin-bottom:1rem;font-size:1rem;color:var(--text-primary)}@media (max-width: 768px){.retro-form-container{padding:1.5rem 1rem}.retro-step-list{padding-left:1rem}}body[data-theme=purple]{--retro-accent-color: #7c3aed;--retro-form-bg: #ffffff;--retro-form-border: #ddd6fe;--text-primary: #333;--text-secondary: #444}body[data-theme=pastel]{--retro-accent-color: #127c75;--retro-form-bg: #ffffff;--retro-form-border: #b4f2e1;--text-primary: #2d3c38;--text-secondary: #415b57}.retro-board-container{padding:1rem;max-width:1200px;margin:auto;animation:fadeInUp .5s ease-out both}.retro-board-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;animation:fadeInUp .5s ease-out both}.retro-board-header h2{margin:0;color:var(--retro-header-color)}.retro-board-actions{display:flex;gap:.5rem}.retro-columns{width:100%;animation:fadeInUp .5s ease-out both}.feedback-card{padding:12px;margin:8px 0;border-radius:6px;font-size:1rem;background-color:var(--card-bg);box-shadow:0 2px 6px #00000014;animation:fadeInUp .4s ease-out both;transition:background-color .3s ease,border-color .3s ease}.feedback-card.green{border-left:5px solid var(--green-border);background-color:var(--green-bg)}.feedback-card.red{border-left:5px solid var(--red-border);background-color:var(--red-bg)}.feedback-card.blue{border-left:5px solid var(--blue-border);background-color:var(--blue-bg)}@media (max-width: 768px){.retro-board-header{flex-direction:column;align-items:flex-start}}.retro-loading{display:flex;justify-content:center;align-items:center;min-height:60vh}.retro-columns.went-well{background-color:var(--green-section-bg);border:2px solid var(--green-border)}.retro-columns.did-not-go-well{background-color:var(--red-section-bg);border:2px solid var(--red-border)}.retro-columns.action-items{background-color:var(--blue-section-bg);border:2px solid var(--blue-border)}.feedback-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.alert-warning{margin:16px 0;background-color:var(--alert-bg);border-left:5px solid var(--alert-border);animation:fadeInUp .4s ease-out both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}body[data-theme=purple]{--retro-header-color: #5b21b6;--card-bg: #ffffff;--green-border: #34d399;--green-bg: #ecfdf5;--green-section-bg: #f0fff4;--red-border: #f87171;--red-bg: #fef2f2;--red-section-bg: #fff1f2;--blue-border: #60a5fa;--blue-bg: #eff6ff;--blue-section-bg: #f0f9ff;--alert-bg: #fef3c7;--alert-border: #fbbf24}body[data-theme=pastel]{--retro-header-color: #15756e;--card-bg: #ffffff;--green-border: #3eb489;--green-bg: #e6fffa;--green-section-bg: #d9fdf5;--red-border: #ff8a8a;--red-bg: #fff5f5;--red-section-bg: #ffecec;--blue-border: #7ec8e3;--blue-bg: #f3fbff;--blue-section-bg: #e4f7ff;--alert-bg: #fff9db;--alert-border: #ffd166}: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)}}body[data-theme=purple]{background-color:#f5f0ff;color:#1f1f1f}body[data-theme=pastel]{background-color:#e0f7f4;color:#102a27}.app-container{max-width:100%;margin:0 auto;display:flex;flex-direction:column;min-height:100vh}.main-content{padding-top:5rem;padding-left:1rem;padding-right:1rem;width:100%;box-sizing:border-box;padding-bottom:80px}.nav-container{position:sticky;top:0;z-index:1000;padding:.75rem 1.5rem;background-color:#fff;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #6366f126;border-bottom:2px solid #c3bff7;border-radius:0 0 12px 12px}.nav-links{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-items{display:flex;gap:32px;align-items:center}.nav-links a{color:#3d3d66;text-decoration:none;font-size:1.1em;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#7c3aed}.brand{font-weight:700;font-size:1.6rem;color:#7c3aed;text-decoration:none}@media (max-width: 768px){.nav-links{display:none}.ant-drawer-body a{display:block;margin-bottom:16px;font-size:1.2rem;color:#3d3d66}.ant-drawer-body a:hover{color:#7c3aed}}.user-agreement-container{padding:1rem;max-width:800px;margin:0 auto;line-height:1.6;animation:fadeInSlideUp .6s ease-out both}.user-agreement-container h2{font-size:2rem;margin-bottom:1rem;color:var(--accent-color);font-weight:700;animation:fadeInSlideUp .6s ease-out both}.user-agreement-container p{margin-bottom:1rem;color:var(--text-color);font-size:1rem;animation:fadeInSlideUp .4s ease-out both}.user-agreement-container ul{padding-left:1.25rem;margin-top:.5rem;list-style-type:disc}.user-agreement-container li{margin-bottom:.75rem;animation:fadeInSlideUp .4s ease-out both}body[data-theme=purple]{--accent-color: #7c3aed;--text-color: #333}body[data-theme=pastel]{--accent-color: #127c75;--text-color: #2d3c38}.about-container{padding:1rem;max-width:800px;margin:0 auto;line-height:1.6;animation:fadeInSlideUp .6s ease-out both}.about-container h2{font-size:2rem;margin-bottom:1rem;color:var(--about-accent-color);font-weight:700;animation:fadeInSlideUp .6s ease-out both}.about-container h3{font-size:1.25rem;margin-top:1.5rem;font-weight:600;animation:fadeInSlideUp .6s ease-out both}.about-container ul{padding-left:1.25rem;margin-top:.5rem;list-style-type:disc}.about-container li{margin-bottom:.5rem;color:var(--text-primary);animation:fadeInSlideUp .5s ease-out both}.about-container p{margin-bottom:1rem;color:var(--text-primary);font-size:1rem;animation:fadeInSlideUp .5s ease-out both}.email-link{color:var(--about-accent-color);text-decoration:none;font-weight:500;transition:text-decoration .2s ease}.email-link:hover{text-decoration:underline}body[data-theme=purple]{--about-accent-color: #7c3aed;--text-primary: #333}body[data-theme=pastel]{--about-accent-color: #127c75;--text-primary: #2d3c38}.privacy-container{padding:1rem;max-width:800px;margin:0 auto;line-height:1.6;animation:fadeInSlideUp .6s ease-out both}.privacy-container h2{font-size:2rem;margin-bottom:1rem;color:var(--privacy-accent-color);font-weight:700;animation:fadeInSlideUp .6s ease-out both}.privacy-container p{margin-bottom:1rem;color:var(--text-primary);font-size:1rem;animation:fadeInSlideUp .4s ease-out both}body[data-theme=purple]{--privacy-accent-color: #7c3aed;--text-primary: #333}body[data-theme=pastel]{--privacy-accent-color: #127c75;--text-primary: #2d3c38}.donate-container{padding:1rem;max-width:800px;margin:0 auto;line-height:1.6;animation:fadeInSlideUp .6s ease-out both}.donate-container h2{font-size:2rem;margin-bottom:1rem;color:var(--donate-accent-color);font-weight:700;animation:fadeInSlideUp .6s ease-out both}.donate-container p{margin-bottom:1rem;color:var(--text-primary);font-size:1rem;animation:fadeInSlideUp .4s ease-out both}.donate-button-container{display:flex;justify-content:center;margin:1.5rem 0;animation:fadeInSlideUp .5s ease-out both}.donate-button-container img{height:60px}.donate-footer{font-size:.875rem;color:var(--text-secondary);margin-top:2rem;animation:fadeInSlideUp .5s ease-out both}.alt-support{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-color);animation:fadeInSlideUp .5s ease-out both}.alt-support h3{font-size:1.125rem;font-weight:600;color:var(--alt-accent-color);margin-bottom:.5rem}.alt-support p{font-size:1rem;color:var(--text-primary)}.referral-link{color:var(--donate-accent-color);text-decoration:none;font-weight:500;transition:text-decoration .2s ease}.referral-link:hover{text-decoration:underline}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}body[data-theme=purple]{--donate-accent-color: #7c3aed;--alt-accent-color: #4f46e5;--text-primary: #333;--text-secondary: #666;--border-color: #e5e7eb}body[data-theme=pastel]{--donate-accent-color: #127c75;--alt-accent-color: #319d94;--text-primary: #2d3c38;--text-secondary: #4a625f;--border-color: #cfeae7}
