@font-face{font-family:Poppins;src:url(/fonts/regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/bolditalic.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{--breakpoint-phone: 768px;--breakpoint-tablet: 1024px;--breakpoint-mobile: 1024px;--space-screen-inline-mobile: 10px;--space-screen-block-mobile: 16px;--text-2xs: .55rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: .9375rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.75rem;--text-4xl: 1.825rem;--text-5xl: 2rem;--text-verse: 1.525rem;--text-verse-ref: .675rem;--text-caption: .875rem;--text-display: 1.875rem;--color-primary-dark: #0f3166;--color-primary: #215a96;--color-ripple: rgba(255, 255, 255, .32);--color-dialog-background: rgba(0, 0, 0, .58);--color-black: #000000;--color-white: #ffffff;--color-red-dark: #cc0000;--color-red-light: #ff4444;--color-green-dark: #317312;--color-green: #6ebb2d;--color-blue-dark: #166ef3;--color-blue: #24baec;--color-grey-dark: #999999;--color-grey: #bcbcbc;--color-grey-light: #eeeeee;--color-grey-lighter: #fdfdfd;--color-gold: #ffd700;--color-gold-glow: rgba(255, 215, 0, .4);--color-overlay-medium: rgba(0, 0, 0, .5);--color-shadow-xs: rgba(0, 0, 0, .08);--color-shadow-sm: rgba(0, 0, 0, .15);--color-shadow-md: rgba(0, 0, 0, .2);--color-shadow-xxs: rgba(0, 0, 0, .04);--color-shadow-hover: rgba(0, 0, 0, .06);--color-shadow-scroll: rgba(0, 0, 0, .25);--color-dot-muted: rgba(0, 0, 0, .35);--color-maintenance-bg: #f7f9fb;--color-maintenance-title: #2f4362;--color-maintenance-text: #546981;--color-maintenance-muted: #8b9cad;--color-text-primary: var(--color-primary-dark);--color-text-secondary: var(--color-grey-dark);--color-bg-primary: var(--color-white);--color-bg-secondary: var(--color-grey-lighter);--color-link: var(--color-primary);--color-link-hover: var(--color-blue);--color-accent: var(--color-primary);--color-accent-light: var(--color-blue);--color-success: var(--color-green);--color-success-dark: var(--color-green-dark);--color-error: var(--color-red-dark);--color-error-light: var(--color-red-light);--color-border: var(--color-grey-light);--color-border-light: var(--color-grey-lighter);font-family:Poppins,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text-primary);background-color:var(--color-bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-link);text-decoration:inherit}a:hover{color:var(--color-link-hover)}html,body{margin:0;padding:0;min-width:320px;height:100%;min-height:100vh;min-height:100dvh}#root{height:100%;min-height:100vh;min-height:100dvh;position:relative;overflow:hidden}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:var(--color-bg-secondary);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-accent)}button:focus,button:focus-visible{outline:none}@media(max-width:1024px){:root{--text-2xs: .55rem;--text-xs: .6875rem;--text-sm: .8125rem;--text-base: .925rem;--text-md: .8125rem;--text-lg: 1rem;--text-xl: 1.125rem;--text-2xl: 1.25rem;--text-3xl: 1.25rem;--text-4xl: .925rem;--text-verse: 1rem;--text-verse-ref: .8125rem;--text-caption: .75rem;--text-display: 1.5rem}}@media(max-width:768px){:root{--text-2xs: .55rem;--text-xs: .625rem;--text-sm: .75rem;--text-base: .825rem;--text-md: .5525rem;--text-lg: .925rem;--text-xl: 1rem;--text-2xl: 1.125rem;--text-3xl: 1.25rem;--text-4xl: .925rem;--text-verse: .825rem;--text-verse-ref: .5525rem;--text-caption: .55rem;--text-display: 1.25rem}}.app{--z-modal: 1000}.app{position:absolute;inset:0;width:100%;height:100%;min-height:100vh;min-height:100dvh;background-color:var(--color-bg-primary);display:flex;flex-direction:column;overflow:hidden}.app:before{content:"";position:absolute;inset:0;background-image:url(/assets/img_bg_screen-rXMnMMEE.png);background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:.3}.app__registration-sync-spinner{display:flex;justify-content:center;padding:.5rem 0 .25rem}.app__splash-spacer{flex:1;min-height:0}.app__body{position:relative;z-index:1;flex:1;min-height:0;padding-top:80px;display:flex;flex-direction:column}.app__content{flex:1;display:flex;flex-direction:column;min-height:0}.app__screen{flex:1;display:flex;flex-direction:column;min-height:0;animation:app-screen-in .3s ease-out forwards}@keyframes app-screen-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.app__footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0));flex-shrink:0}.app__footer-spacer{flex:1}.app__footer-brand{display:flex;flex-direction:row;align-items:center;gap:10px;min-height:36px}.app__footer-logo-link{display:flex;align-items:center;justify-content:center;text-decoration:none;color:inherit;line-height:0}.app__footer-logo{display:block;max-height:30px;width:auto;height:30px;object-fit:contain;object-position:center;margin-bottom:10px}.app__footer-copyright{font-size:var(--text-xs);line-height:1;height:36px;display:inline-flex;align-items:center;opacity:.85}@media(max-width:1024px){.app__body{padding-top:64px}.app--screen-home .app__body{padding-top:0}.app--screen-add-new .app__body{padding-top:56px}.app__footer{padding-bottom:0;display:none}.app--screen-about .app__footer{display:flex}.app__footer-brand{min-height:20px}.app__footer-logo{max-height:25px;height:25px;margin-bottom:10px}.app__footer-copyright{height:20px;font-size:var(--text-2xs)}}@media(max-width:768px){.app__footer{padding-left:var(--space-screen-inline-mobile);padding-right:var(--space-screen-inline-mobile)}}.app-bar{--app-bar-margin-top: 16px;--app-bar-menu-offset-x: 8px;position:fixed;top:0;left:50%;transform:translate(-50%);width:60%;min-width:200px;height:56px;margin-top:var(--app-bar-margin-top);display:flex;align-items:center;justify-content:space-between;padding:0 var(--app-bar-menu-offset-x) 0 var(--app-bar-menu-offset-x);box-shadow:0 1px 4px var(--color-shadow-xs);z-index:100;background-color:var(--color-bg-primary);transition:box-shadow .3s ease}.app-bar>*{position:relative;z-index:1}.app-bar--menu-open{z-index:103;background-color:var(--color-bg-primary)}.app-bar__subscreen-bg{position:absolute;inset:0;background-color:var(--color-primary-dark);z-index:0;pointer-events:none}.app-bar__subscreen-content{position:relative;z-index:1;flex:1;min-width:0;display:flex;align-items:center;gap:8px;width:100%}.app-bar--subscreen{justify-content:flex-start;box-shadow:0 2px 8px var(--color-shadow-md)}.app-bar__back{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0;padding:0;border:none;border-radius:50%;background:transparent;color:var(--color-white);cursor:pointer;transition:background-color .2s;-webkit-tap-highlight-color:transparent;flex-shrink:0}.app-bar__back:hover{background-color:var(--color-ripple)}.app-bar__back:focus-visible{outline:2px solid var(--color-white);outline-offset:2px}.app-bar__back-icon{width:24px;height:24px}.app-bar__title{margin:0;flex:1;min-width:0;font-size:var(--text-xl);font-weight:600;color:var(--color-white);text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-bar__burger{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 -8px 0 0;padding:0;border:none;border-radius:50%;background:transparent;color:var(--color-text-primary);cursor:pointer;transition:background-color .2s;-webkit-tap-highlight-color:transparent}.app-bar__burger:hover,.app-bar__burger:active{background-color:var(--color-bg-secondary)}.app-bar--menu-open .app-bar__burger{background-color:transparent}.app-bar--menu-open .app-bar__burger:hover,.app-bar--menu-open .app-bar__burger:active{background-color:var(--color-bg-secondary)}.app-bar__burger:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.app-bar__burger-icon{width:24px;height:24px}.app-bar__left{display:flex;align-items:center;gap:8px}.app-bar__greeting{font-size:var(--text-verse);font-weight:600;white-space:nowrap}.app-bar__greeting--morning{color:var(--color-green)}.app-bar__greeting--afternoon{color:var(--color-blue)}.app-bar__greeting--evening{color:var(--color-blue-dark)}.app-bar__greeting--night{color:var(--color-primary-dark)}.app-bar__greeting-below{display:none}.app-bar__profile-row{display:flex;align-items:center;gap:8px}.app-bar__today-label{font-size:var(--text-sm);font-weight:400;color:var(--color-text-primary);white-space:nowrap}.app-bar__today-label-date{font-weight:700}.app-bar__profile{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 0 0 -8px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--color-text-primary);cursor:pointer;transition:background-color .2s;-webkit-tap-highlight-color:transparent}.app-bar__profile:hover,.app-bar__profile:active{background-color:var(--color-bg-secondary)}.app-bar__profile:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.app-bar__profile-icon{width:40px;height:40px}.app-bar__profile-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}.app-bar__backdrop{position:fixed;inset:0;z-index:101;animation:app-bar-backdrop-in .25s ease-out forwards}@keyframes app-bar-backdrop-in{0%{opacity:0}to{opacity:1}}.app-bar__menu{position:fixed;top:calc(var(--app-bar-margin-top) + 45px);width:max-content;min-width:200px;max-height:calc(100vh - var(--app-bar-margin-top) - 56px);overflow-y:auto;background-color:var(--color-bg-primary);box-shadow:0 4px 12px var(--color-shadow-sm);z-index:102;animation:app-bar-menu-in .3s cubic-bezier(.34,1.56,.64,1) forwards;transform-origin:top left}@keyframes app-bar-menu-in{0%{opacity:0;transform:translateY(-12px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}.app-bar__menu-list{margin:0;padding:8px 0;list-style:none}.app-bar__menu-item{border-bottom:1px solid var(--color-border-light)}.app-bar__menu-item:last-child{border-bottom:none}.app-bar__menu-button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;text-align:left;font-size:var(--text-base);font-family:inherit;color:var(--color-text-primary);background:transparent;border:none;cursor:pointer;transition:background-color .2s}.app-bar__menu-button-label{flex:1;min-width:0}.app-bar__menu-button-icon{flex-shrink:0;color:var(--color-text-secondary);transition:color .2s}.app-bar__menu-button:hover{background-color:var(--color-bg-secondary);font-weight:700}.app-bar__menu-button:hover .app-bar__menu-button-icon{color:var(--color-text-primary)}.app-bar__menu-button:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}@media(max-width:1024px){.app-bar{--app-bar-margin-top: 0;left:0;transform:none;width:100%;min-width:unset}.app-bar__greeting--in-bar{display:none}.app-bar__greeting-below{display:block;margin-top:60px;text-align:center}.app-bar__greeting-below .app-bar__greeting{display:inline-block}.app-bar__profile-row{margin-right:12px}.app-bar__profile{margin-right:0}.app-bar__menu{top:60px;left:var(--app-bar-menu-offset-x);width:max-content;min-width:200px;max-height:calc(100vh - 56px)}}.modal-overlay{position:fixed;inset:0;z-index:var(--z-modal, 1000);display:flex;align-items:center;justify-content:center;padding:24px;background:var(--color-dialog-background);animation:modal-overlay-in .2s ease-out}@keyframes modal-overlay-in{0%{opacity:0}to{opacity:1}}.modal{width:100%;max-width:420px;max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow:hidden;background:var(--color-bg-primary);border-radius:12px;box-shadow:0 8px 32px var(--color-shadow-sm);animation:modal-in .25s ease-out}@keyframes modal-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__inner{display:flex;flex-direction:column;align-items:stretch;padding:1.5rem 1.5rem 1.25rem;box-sizing:border-box;min-height:0}.modal__image-wrap{display:flex;justify-content:center;align-items:flex-start;margin:0 0 1rem;flex-shrink:0}.modal__image-wrap img{display:block;max-width:min(100%,250px);max-height:182px;width:auto;height:auto;object-fit:contain}.modal__title{margin:0 0 .75rem;font-size:var(--text-5xl);font-weight:700;line-height:1.3;text-align:center;white-space:pre-line}.modal__title--default{color:var(--color-primary-dark)}.modal__title--positive{color:var(--color-blue-dark)}.modal__title--negative{color:var(--color-red-dark)}.modal__body{margin:0 0 1rem;min-width:0}.modal__description{margin:0 0 1rem;font-size:var(--text-base);font-weight:400;line-height:1.5;color:var(--color-black);text-align:center;white-space:pre-line}.modal__actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-top:auto;min-height:0}.modal__action-btn{width:50%;max-width:100%;box-sizing:border-box;margin:0;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-family:inherit;font-size:var(--text-base);line-height:1.3;cursor:pointer;box-shadow:0 1px 2px var(--color-shadow-xxs),0 4px 12px var(--color-shadow-sm),0 10px 28px var(--color-shadow-md);transition:opacity .2s ease,transform .1s ease,box-shadow .2s ease}.modal__action-btn:hover:not(:disabled){opacity:.92;box-shadow:0 2px 4px var(--color-shadow-xs),0 6px 16px var(--color-shadow-sm),0 14px 32px var(--color-shadow-md)}.modal__action-btn:active:not(:disabled){transform:scale(.99)}.modal__action-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.modal__action-btn--primary{color:var(--color-white);font-weight:700}.modal__action-btn--primary[data-variant=default]{background-color:var(--color-primary-dark)}.modal__action-btn--primary[data-variant=positive]{background-color:var(--color-blue-dark)}.modal__action-btn--primary[data-variant=negative]{background-color:var(--color-red-dark)}.modal__action-btn--secondary{background-color:var(--color-white);color:var(--color-black);font-weight:400;font-size:var(--text-sm);border:1px solid var(--color-border)}.modal__action-btn--secondary:focus-visible{outline-color:var(--color-blue-dark)}.progress-spinner{width:var(--progress-spinner-size, 48px);height:var(--progress-spinner-size, 48px);border:var(--progress-spinner-thickness, 5px) solid var(--progress-spinner-track-color, rgba(110, 187, 45, .22));border-top-color:var(--progress-spinner-color, var(--color-green));border-radius:50%;animation:progress-spinner-spin .75s linear infinite;box-sizing:border-box;display:inline-block;flex:0 0 auto}@keyframes progress-spinner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.splash-screen{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-bg-primary);transition:opacity .4s ease-out}.splash-screen__content{flex:1;display:flex;align-items:center;justify-content:center}.splash-screen__footer{flex-shrink:0;padding-bottom:1.5rem}.splash-screen__footer-logo{display:block;height:32px;width:auto;object-fit:contain}.splash-screen--fade-out{opacity:0;pointer-events:none}.logo-loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:1}.logo-loader__logo{height:auto;object-fit:contain;display:block}.logo-loader__progress{width:200px;height:4px;background:var(--color-shadow-xs);border-radius:2px;overflow:hidden}.logo-loader__progress-bar{height:100%;width:40%;min-width:80px;background:linear-gradient(90deg,transparent 0%,var(--color-accent) 50%,transparent 100%);background-size:200% 100%;border-radius:2px;animation:logo-loader-progress 1.5s ease-in-out infinite}@keyframes logo-loader-progress{0%{transform:translate(-100%)}to{transform:translate(350%)}}.jireh-cross-logo{display:block;height:50px;width:auto;object-fit:contain}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9999px;padding:.6em 1.2em;min-height:44px;border:none;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:opacity .2s,transform .1s;background-color:var(--color-grey);color:var(--color-white)}.button:hover:not(:disabled){opacity:.9}.button:active:not(:disabled){transform:scale(.98)}.button:disabled{opacity:.5;cursor:not-allowed}.button:focus-visible{outline:none}.button--primary{background-color:var(--color-blue-dark)}.button--secondary{background-color:var(--color-grey-dark)}.button--negative{background-color:var(--color-red-dark)}.button--positive{background-color:var(--color-green-dark)}.button__spacer{flex:1;min-width:0}.button__spacer--right{display:flex;justify-content:flex-end;align-items:center}.button__label{flex:0 0 auto;text-align:center}.button__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:inherit}.button__icon svg{width:24px;height:24px}.button--loading{pointer-events:none}.button__spinner{width:1.25em;height:1.25em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:button-spin .6s linear infinite}@keyframes button-spin{to{transform:rotate(360deg)}}.multiline-text-input{box-sizing:border-box;width:100%;margin:0;padding:.65rem .85rem;font-family:inherit;font-size:var(--text-base);line-height:1.5;color:var(--color-text-primary);background-color:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:10px;resize:none;min-height:0}.multiline-text-input::placeholder{color:var(--color-text-secondary);opacity:.85}.multiline-text-input:hover:not(:disabled){border-color:var(--color-grey)}.multiline-text-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 28%,transparent)}.multiline-text-input:disabled{opacity:.55;cursor:not-allowed;background-color:var(--color-bg-secondary)}.verse-card{position:relative;background-color:var(--color-bg-primary);border-radius:16px;box-shadow:0 4px 20px var(--color-shadow-xs),0 2px 8px var(--color-shadow-xxs);padding:.75rem 1.5rem;display:flex;flex-direction:column;gap:.2rem;max-width:36rem}.verse-card__refresh{display:none;position:absolute;bottom:.55rem;left:.55rem;padding:.375rem;border:none;border-radius:50%;background:transparent;color:var(--color-primary-dark);cursor:pointer;align-items:center;justify-content:center;transition:background-color .2s,color .2s}.verse-card__refresh:hover{background-color:var(--color-shadow-hover);color:var(--color-primary-dark)}.verse-card__refresh:focus-visible{outline:2px solid var(--color-primary-dark);outline-offset:2px}.verse-card__title{margin:0;font-size:var(--text-base);font-weight:700;color:var(--color-black);letter-spacing:.02em;line-height:1.3;text-align:center}.verse-card__content{flex:1;font-size:var(--text-xs);line-height:1.6;color:var(--color-text-primary);font-style:italic}@media(max-width:1024px){.verse-card{padding:.5rem .75rem}.verse-card__title{font-size:var(--text-sm)}.verse-card__content{max-height:5rem;overflow-y:auto;line-height:1.3;-webkit-overflow-scrolling:touch}}.verse-card__verse{margin:0;font-size:var(--text-verse-ref);font-weight:600;color:var(--color-blue-dark);text-align:right}@media(min-width:1025px){.verse-card--home .verse-card__refresh{display:flex}}.home-screen{box-sizing:border-box;padding:0 .75rem 1rem;min-height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.home-screen__content{flex:1;width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;padding-bottom:10px}.home-screen__list-container{flex:1;width:100%;min-height:0;display:flex;flex-direction:column}.home-screen__records{flex:1;min-height:0;width:100%;display:flex;flex-direction:column;gap:.75rem;overflow:hidden;padding-right:.25rem}.home-screen__records--cols-2,.home-screen__records--cols-3{flex-direction:row;align-items:stretch;overflow:hidden}.home-screen__records--cols-2 .home-screen__records-section,.home-screen__records--cols-3 .home-screen__records-section{flex:1 1 0;min-width:0;min-height:0}.home-screen__records--cols-2 .home-screen__records-section--collapsed,.home-screen__records--cols-3 .home-screen__records-section--collapsed{flex:1 1 0}.home-screen__records--cols-scroll{flex-direction:row;flex-wrap:nowrap;align-items:stretch;overflow-x:auto;overflow-y:hidden;padding-bottom:.35rem;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch}.home-screen__records--cols-scroll .home-screen__records-section{flex:0 0 500px;width:500px;min-width:500px;min-height:0}.home-screen__records-section{display:flex;flex-direction:column;gap:.5rem;min-height:0;--category-accent: var(--color-green-dark)}.home-screen__records-section:not(.home-screen__records-section--collapsed){flex:1 1 0}.home-screen__records-section--collapsed{flex:0 0 auto}.home-screen__records-header{width:100%;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .85rem;margin:0;border:none;border-radius:4px;background-color:var(--color-white);box-shadow:0 1px 3px var(--color-shadow-xs),0 4px 12px var(--color-shadow-sm);cursor:pointer;font:inherit;text-align:left;color:inherit;flex-shrink:0}.home-screen__records-header:hover{box-shadow:0 2px 4px var(--color-shadow-xs),0 6px 16px var(--color-shadow-sm)}.home-screen__records-header:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.home-screen__records-header--static{cursor:default}.home-screen__records-header--static:hover{box-shadow:0 1px 3px var(--color-shadow-xs),0 4px 12px var(--color-shadow-sm)}.home-screen__records-header-main{display:inline-flex;align-items:center;gap:.6rem;min-width:0}.home-screen__records-header-chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--category-accent);line-height:0}.home-screen__records-header-chevron svg{display:block;width:1rem;height:1rem;flex-shrink:0}.home-screen__records-section-body{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;padding-inline:.75rem;box-sizing:border-box}.home-screen__records-section-body[hidden]{display:none!important}.home-screen__records-category-total{flex-shrink:0;background-color:var(--category-accent);border:1px solid var(--category-accent);box-shadow:0 1px 2px var(--color-shadow-xxs),0 2px 6px var(--color-shadow-xs);border-radius:2px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"aside content";align-items:stretch;min-height:5rem}.home-screen__records-category-total-aside{grid-area:aside;display:flex;flex-direction:column;align-self:stretch;width:1.5rem;min-height:5rem;flex-shrink:0;box-sizing:border-box}.home-screen__records-category-total-letter{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-height:0;background-color:var(--color-white);color:var(--category-accent);font-size:var(--text-md);font-weight:700;line-height:1;text-transform:uppercase;box-sizing:border-box}.home-screen__records-category-total-letter:first-child{padding-top:.35rem}.home-screen__records-category-total-letter:last-child{padding-bottom:.35rem}.home-screen__records-category-total-content{grid-area:content;display:grid;grid-template-rows:auto auto;align-content:start;min-width:0}.home-screen__records-category-total-amount{margin:.45rem 1.5rem 0 .75rem;min-width:0;color:var(--color-white);font-size:var(--text-xl);line-height:1.2}.home-screen__records-category-total-tithe{justify-self:end;margin:.2rem 1.5rem .85rem .75rem;display:inline-flex;align-items:baseline;gap:.35rem;color:var(--color-white);font-variant-numeric:tabular-nums}.home-screen__records-category-total-tithe span{font-size:var(--text-2xl);font-weight:700}.home-screen__records-category-total-tithe strong{font-size:var(--text-5xl);line-height:1}.home-screen__records-title{margin:0;font-size:var(--text-5xl);font-weight:700;line-height:1.2;color:var(--color-black)}.home-screen__records-count{min-width:1.95rem;height:1.95rem;border-radius:.45rem;padding:0 .4rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--category-accent);color:var(--color-white);font-size:var(--text-xl);font-weight:700;line-height:1}.home-screen__record-card{min-height:7.75rem;background-color:var(--color-white);border:1px solid var(--color-grey);box-shadow:0 1px 2px var(--color-shadow-xxs),0 2px 6px var(--color-shadow-xs);border-radius:2px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"strip top" "strip tithe" "strip note"}.home-screen__record-strip{grid-area:strip;width:12px;background-color:var(--category-accent)}.home-screen__record-top{grid-area:top;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:.35rem;margin:.25rem 1.5rem 0 .75rem;min-width:0}.home-screen__record-delete{border:none;padding:0;margin:0 -1.15rem 0 0;width:1.75rem;height:1.75rem;display:inline-flex;justify-content:center;align-items:center;color:var(--color-grey-dark);background:transparent;cursor:pointer;overflow:hidden;align-self:start}.home-screen__record-delete svg{display:block;width:24px!important;height:24px!important;max-width:100%;max-height:100%}.home-screen__record-delete:hover{color:var(--color-red-light)}.home-screen__record-amount{margin:.45rem 0 0;min-width:0;color:var(--color-black);font-size:var(--text-xl);line-height:1.2}.home-screen__record-tithe{grid-area:tithe;justify-self:end;margin:.2rem 1.5rem 0 .75rem;display:inline-flex;align-items:baseline;gap:.35rem;color:var(--category-accent);font-variant-numeric:tabular-nums}.home-screen__record-tithe span{font-size:var(--text-2xl);font-weight:700}.home-screen__record-tithe strong{font-size:var(--text-5xl);line-height:1}.home-screen__record-note{grid-area:note;justify-self:end;margin:.25rem 1.5rem .85rem 1rem;color:var(--color-black);font-size:var(--text-lg);line-height:1.2}.home-screen__record-note--empty{color:var(--color-blue);font-style:italic}button.home-screen__record-note--action{appearance:none;border:none;background:none;padding:0;margin:.25rem 1.5rem .85rem;font:inherit;line-height:inherit;text-align:inherit;cursor:pointer;justify-self:end;width:auto;max-width:100%}button.home-screen__record-note--action:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:2px}.home-screen__empty-message{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0;color:var(--color-text-secondary);font-size:clamp(.9rem,1.1vw,1.05rem);width:100%;min-height:100%;justify-content:center}.home-screen__empty-title{white-space:pre-line;font-size:clamp(1.1rem,1.7vw,1.6rem);font-weight:700;line-height:1.2;color:var(--color-black)}.home-screen__empty-description{margin-top:.5rem;opacity:.85}.home-screen__add-button{width:80%}@media(min-width:1025px){.home-screen{flex-direction:row;padding-top:1rem;justify-content:flex-start;align-items:stretch;gap:1rem}.home-screen__content{min-width:0}.home-screen__add-button{width:30%}.home-screen .verse-card{max-width:20.5rem;height:80vh;gap:1.25rem;margin-top:1rem}@media(max-height:600px){.home-screen .verse-card{max-width:15.5rem;height:70vh}.home-screen .verse-card__content{max-height:70vh}}.home-screen .verse-card__title{font-size:var(--text-display)}.home-screen .verse-card__content{font-size:var(--text-xl);max-height:80vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.home-screen .verse-card__content:hover,.home-screen .verse-card__content:focus-within{scrollbar-color:var(--color-shadow-scroll) transparent}.home-screen .verse-card__content::-webkit-scrollbar{width:6px}.home-screen .verse-card__content::-webkit-scrollbar-track{background:transparent}.home-screen .verse-card__content::-webkit-scrollbar-thumb{background:transparent;border-radius:3px}.home-screen .verse-card__content:hover::-webkit-scrollbar-thumb,.home-screen .verse-card__content:focus-within::-webkit-scrollbar-thumb{background:var(--color-shadow-scroll)}.home-screen .verse-card__verse{font-size:var(--text-base)}}@media(max-width:1024px){.home-screen{flex:1;min-height:0;width:100%;flex-direction:column;align-items:stretch;overflow:hidden;padding:0 var(--space-screen-inline-mobile) 1rem}.home-screen .verse-card{width:100%;max-width:100%;flex-shrink:0;margin:0 0 .75rem;box-sizing:border-box}.home-screen__content{flex:1;min-height:0;width:100%;align-items:stretch;padding-top:10px;padding-bottom:0;gap:.75rem}.home-screen__list-container{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.home-screen__records,.home-screen__records--cols-2,.home-screen__records--cols-3,.home-screen__records--cols-scroll{flex:none;min-height:auto;max-width:100%;min-width:0;flex-direction:column;overflow-x:hidden;overflow-y:visible;padding-right:.25rem}.home-screen__records--cols-2 .home-screen__records-section,.home-screen__records--cols-3 .home-screen__records-section,.home-screen__records--cols-scroll .home-screen__records-section{flex:0 0 auto;width:100%;max-width:100%;min-width:0}.home-screen__records-section:not(.home-screen__records-section--collapsed),.home-screen__records-section--collapsed{flex:none}.home-screen__records-section-body{flex:none;min-height:auto;max-width:100%;min-width:0;overflow-x:hidden;overflow-y:visible}.home-screen__record-card{max-width:100%;min-width:0}.home-screen__record-top,.home-screen__record-amount,.home-screen__record-tithe{min-width:0}.home-screen__record-amount,.home-screen__record-tithe strong{overflow-wrap:anywhere}.home-screen__add-button{flex-shrink:0;width:100%}}.category-bar-select{width:100%;font-family:Poppins,system-ui,sans-serif}.category-bar-select__header{display:flex;align-items:center;justify-content:center;position:relative;width:100%;margin:0;padding:.85rem 2.5rem .85rem 1rem;border:none;border-bottom:1px solid var(--color-white);border-radius:0;color:var(--color-white);font-family:inherit;font-size:var(--text-2xl);font-weight:700;line-height:1.2;text-align:center;cursor:pointer;box-sizing:border-box}.category-bar-select--single .category-bar-select__header:not(:disabled){padding-left:1rem;padding-right:1rem;cursor:default}.category-bar-select__header:disabled{cursor:not-allowed;opacity:.65}.category-bar-select--disabled .category-bar-select__header{cursor:not-allowed}.category-bar-select__header-label{flex:1;min-width:0}.category-bar-select__chevron{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--color-white);line-height:0;transition:transform .2s ease}.category-bar-select--open .category-bar-select__chevron{transform:translateY(-50%) rotate(180deg)}.category-bar-select__list{list-style:none;margin:0;padding:0}.category-bar-select__option{display:block;width:100%;margin:0;padding:.65rem 1rem;border:none;border-radius:0;color:var(--color-white);font-family:inherit;font-size:var(--text-lg);font-weight:400;line-height:1.3;text-align:center;cursor:pointer;box-sizing:border-box}.category-bar-select__option:hover,.category-bar-select__option:focus-visible{filter:brightness(1.06);outline:none}.category-bar-select__option:focus-visible{box-shadow:inset 0 0 0 2px var(--color-white)}.currency-code-select{position:relative;display:inline-flex;max-width:100%}.currency-code-select__input{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:none;background:transparent;color:var(--color-black);font-family:Poppins,system-ui,sans-serif;font-weight:700;font-size:var(--text-2xl);line-height:1.2;padding:0;padding-right:1.25rem;cursor:pointer}.currency-code-select__input:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.currency-code-select__input:disabled{opacity:1;cursor:default}.currency-code-select--single .currency-code-select__input{padding-right:0}.currency-code-select__chevron{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--color-black);line-height:0;pointer-events:none}.numeric-button-pad{display:grid;grid-template-columns:repeat(4,1fr);column-gap:.05rem;row-gap:.4rem;width:100%}.numeric-button-pad__key{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;border-radius:22%;width:88%;max-width:100%;justify-self:center;aspect-ratio:9 / 7;min-height:0;min-width:0;font-family:inherit;font-size:clamp(2.3rem,3.15vw,1.28rem);font-weight:700;line-height:1;color:var(--color-white);background-color:var(--color-primary-dark);cursor:pointer;transition:opacity .15s ease,transform .08s ease;-webkit-tap-highlight-color:transparent}.numeric-button-pad__key:hover:not(:disabled){opacity:.92}.numeric-button-pad__key:active:not(:disabled){transform:scale(.97)}.numeric-button-pad__key:disabled{opacity:.45;cursor:not-allowed}.numeric-button-pad__key:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}.numeric-button-pad__key--icon{padding-bottom:.05em}.numeric-button-pad__icon-wrap{display:inline-flex;align-items:center;justify-content:center;color:inherit}.numeric-button-pad__icon-wrap svg{width:1.08em;height:1.08em}.add-new-screen{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}.add-new-screen__row--main{flex:1;min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem;align-content:stretch}.add-new-screen__col{min-height:0;min-width:0}.add-new-screen__col--form{display:flex;flex-direction:column;gap:.75rem;min-height:0;padding:1rem 1rem 1rem 10rem}.add-new-screen__section{min-width:0}.add-new-screen__amount-columns{display:flex;flex-direction:row;align-items:center;gap:.75rem;min-width:0}.add-new-screen__amount-currency{flex-shrink:0;font-weight:700;font-size:var(--text-3xl);line-height:1.2;color:var(--color-black);font-variant-numeric:tabular-nums}.add-new-screen__amount-value{flex:1;min-width:0;box-sizing:border-box;padding:.5rem .75rem;background-color:var(--color-white);border:1px solid var(--color-grey);border-radius:4px;box-shadow:0 1px 2px var(--color-shadow-xxs),0 2px 4px var(--color-shadow-xs);text-align:right;font-weight:700;font-size:var(--text-5xl);line-height:1.3;color:var(--color-black);font-variant-numeric:tabular-nums}.add-new-screen__section--tithe{display:flex;justify-content:flex-end;align-items:center}.add-new-screen__tithe-display{display:inline-flex;align-items:baseline;justify-content:flex-end;gap:.35rem;font-variant-numeric:tabular-nums}.add-new-screen__tithe-currency{font-weight:700;font-size:var(--text-xl);line-height:1.2;color:var(--color-black)}.add-new-screen__tithe-value{font-weight:700;font-size:var(--text-4xl);line-height:1.1;color:var(--color-black)}.add-new-screen__section--button-pads{flex:1;min-height:0;margin-top:1.25rem}.add-new-screen__col--note{box-sizing:border-box;padding:1rem 10rem 1rem 1rem;display:flex;flex-direction:column;justify-content:center;align-items:stretch;min-height:0}.add-new-screen__row--footer{flex-shrink:0;display:flex;justify-content:center;align-items:center;padding-top:1rem;padding-bottom:.5rem}.add-new-screen__save-button{width:70%}@media(min-width:1025px){.add-new-screen__save-button{width:25%}}@media(max-width:1024px){.add-new-screen{overflow-y:auto;-webkit-overflow-scrolling:touch}.add-new-screen__row--main{display:flex;flex-direction:column;gap:0}.add-new-screen__col--form{flex:none;padding:0;gap:0}.add-new-screen__section--amount{padding:1rem var(--space-screen-inline-mobile) 0}.add-new-screen__section--tithe{justify-content:flex-end;padding:.35rem var(--space-screen-inline-mobile) 0}.add-new-screen__section--button-pads{flex:none;margin-top:.75rem;padding:0 var(--space-screen-inline-mobile)}.add-new-screen__col--note{flex:none;padding:.75rem var(--space-screen-inline-mobile);justify-content:flex-start}.add-new-screen__row--footer{padding:.75rem var(--space-screen-inline-mobile) 1rem}.add-new-screen__note-field{min-height:7.5rem;height:7.5rem;background-color:var(--color-white);box-shadow:0 1px 2px var(--color-shadow-xxs),0 2px 4px var(--color-shadow-xs)}.add-new-screen__save-button{width:100%}}.about-screen{display:flex;flex-direction:column;gap:0;min-height:0;flex:1}.about-screen__top-row{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:0;padding-top:24px}.about-screen__col{min-width:0;min-height:0}.about-screen__col--left,.about-screen__col--right{display:flex;align-items:center;justify-content:center;padding:24px}.about-screen__col--right .verse-card{max-width:100%}.about-screen__col--right .verse-card__content{font-size:var(--text-verse);line-height:1.5}.about-screen__col--right .verse-card__verse{font-size:var(--text-md)}.about-screen__brand{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:50.5rem}.about-screen__logo{display:block;width:200px;height:auto;object-fit:contain;margin-bottom:16px}.about-screen__title{margin:0 0 16px;font-size:var(--text-3xl);font-weight:700;color:var(--color-text-primary)}.about-screen__description{margin:0;font-size:var(--text-4xl);font-weight:400;line-height:1.5;color:var(--color-black)}.about-screen__bottom-row{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:16px}.about-screen__bottom-row-center{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}.about-screen__version{margin:0;font-size:var(--text-caption);font-weight:400;color:var(--color-grey-dark);text-align:center}.about-screen__icons8-link{font-size:var(--text-caption);font-weight:400;color:var(--color-grey-dark);text-align:center;text-decoration:underline;text-underline-offset:.15em}.about-screen__icons8-link:hover{text-decoration:underline;color:var(--color-primary-dark)}@media(max-width:1024px){.about-screen__top-row{grid-template-columns:1fr;padding-top:0}.about-screen__col--left{padding:0 24px}.about-screen__col--right{padding:5px 24px}.about-screen__logo{width:90px;margin-bottom:12px}.about-screen__title{margin-bottom:12px}}@media(max-width:768px){.about-screen__col--left{padding-left:var(--space-screen-inline-mobile);padding-right:var(--space-screen-inline-mobile)}.about-screen__col--right{padding:5px var(--space-screen-inline-mobile)}.about-screen__bottom-row{padding:var(--space-screen-block-mobile) var(--space-screen-inline-mobile)}.about-screen__col--right .verse-card{height:25vh;min-height:120px;overflow:hidden;display:flex;flex-direction:column}.about-screen__col--right .verse-card__content{flex:1;min-height:0;overflow-y:auto;max-height:none;-webkit-overflow-scrolling:touch}}.container{display:flex;flex-direction:column;gap:.75rem}.container__title{margin:0;color:var(--color-black);font-weight:700;font-size:var(--text-2xl);line-height:1.3}.container__bottom{display:flex;flex-direction:column;gap:.75rem;background-color:var(--color-white);border-radius:12px;padding:1rem;box-shadow:0 1px 4px var(--color-shadow-sm)}.container__body{min-width:0}.container__description{margin:0;color:var(--color-text-secondary);font-size:var(--text-caption);font-style:italic;text-align:center;line-height:1.4}.text-input{width:100%}.text-input__shell{display:flex;align-items:center;gap:8px;width:100%;margin:0;padding:10px 0 8px;border-bottom:1px solid var(--color-grey);box-sizing:border-box;cursor:text;font-size:var(--text-base)}.text-input__prefix{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--color-grey-dark)}.text-input__prefix :where(svg){display:block;flex-shrink:0}.text-input__control{flex:1;min-width:0;border:none;margin:0;padding:0;font:inherit;font-size:inherit;color:var(--color-text-primary);background:transparent;outline:none}.text-input__control::placeholder{color:var(--color-grey-dark)}.text-input__control:disabled{opacity:.6;cursor:not-allowed}.text-input__shell:has(.text-input__control:disabled){cursor:not-allowed}.text-input__toggle{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;border-radius:8px;color:var(--color-grey-dark)}.text-input__toggle:hover{border-color:transparent}.text-input__toggle:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.text-input__toggle:disabled{opacity:.6;cursor:not-allowed}.text-input__toggle-icon{display:block;color:inherit;flex-shrink:0}.settings-screen{display:flex;flex-direction:column;min-height:0;flex:1;padding:16px 5vw;overflow:auto}.settings-screen__columns{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-content:start;min-height:0}.settings-screen__columns--three{grid-template-columns:repeat(3,1fr)}.settings-screen__columns>*{min-width:0}.settings-screen__container{height:fit-content}.settings-screen__container .container__top{flex-shrink:0}.settings-screen__container .container__bottom{max-height:75vh;max-height:75dvh;overflow:hidden}.settings-screen__container .container__body{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.settings-screen__container .container__description{flex-shrink:0}.settings-screen__container--delete-account .container__title{color:var(--color-error)}@media(max-width:768px){.settings-screen{padding:var(--space-screen-block-mobile) var(--space-screen-inline-mobile)}.settings-screen__container--delete-account,.settings-screen__container--currency-last{padding-bottom:var(--space-screen-block-mobile)}}@media(max-width:1024px){.settings-screen__columns{grid-template-columns:1fr}}.display-settings-content{display:flex;flex-direction:column;gap:1rem;min-width:0}.display-settings-content__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.display-settings-content__separator{width:100%;height:0;margin:0;border:none;border-top:1px solid var(--color-grey)}.display-settings-content__description{margin:0;font-size:var(--text-sm);font-weight:400;color:var(--color-grey-dark);line-height:1.4}.display-settings-content__select-wrap{position:relative;flex:1 1 10rem;min-width:10rem;max-width:100%}.display-settings-content__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;min-width:10rem;border:1px solid var(--color-grey);border-radius:6px;background:var(--color-white);color:var(--color-black);font-family:Poppins,system-ui,sans-serif;font-size:var(--text-sm);font-weight:500;line-height:1.4;padding:.375rem 1.75rem .375rem .625rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.display-settings-content__select:focus,.display-settings-content__select:focus-visible,.display-settings-content__select:active{outline:none;box-shadow:none;border-color:var(--color-grey)}.display-settings-content__select:disabled{opacity:1;cursor:default}.display-settings-content__select-wrap--single .display-settings-content__select{padding-right:.625rem}.display-settings-content__select-chevron{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:var(--color-black);line-height:0;pointer-events:none}.display-settings-content__label{font-size:var(--text-base);font-weight:400;color:var(--color-black);line-height:1.4}.display-settings-content__label--indented{padding-left:1rem}.display-settings-content__switch{position:relative;flex-shrink:0;width:48px;height:28px;margin:0;padding:0;border:none;border-radius:14px;cursor:pointer;background-color:var(--color-grey);transition:background-color .2s ease}.display-settings-content__switch:hover{background-color:var(--color-grey-dark)}.display-settings-content__switch--on{background-color:var(--color-primary)}.display-settings-content__switch--on:hover{background-color:var(--color-primary-dark)}.display-settings-content__switch:focus{outline:none}.display-settings-content__switch:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}.display-settings-content__switch-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background-color:var(--color-white);box-shadow:0 1px 3px var(--color-shadow-xs);transition:transform .2s ease;pointer-events:none}.display-settings-content__switch--on .display-settings-content__switch-thumb{transform:translate(20px)}.category-settings{--category-settings-v-gap: .75rem;--category-settings-row-pad-block: .625rem;--category-settings-scroll-gap: .75rem;display:flex;flex-direction:column;gap:var(--category-settings-v-gap);min-width:0;width:100%;padding-inline-end:var(--category-settings-scroll-gap);box-sizing:border-box}.category-settings__list{list-style:none;margin:0;padding:0;padding-inline-start:0;display:flex;flex-direction:column;width:100%}.category-settings__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-sizing:border-box;width:100%;margin:0;padding-block:var(--category-settings-row-pad-block);padding-inline:0;border-bottom:1px solid var(--color-grey);min-height:2.75rem}.category-settings__name{display:block;font-size:var(--text-base);font-weight:700;line-height:1.25;min-width:0}.category-settings__default-badge{flex-shrink:0;align-self:center;font-size:var(--text-sm);font-weight:700;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;color:var(--color-blue)}.category-settings__in-use{flex-shrink:0;align-self:center;font-size:var(--text-xs);font-weight:400;line-height:1.25;color:var(--color-text-primary)}.category-settings__remove-btn{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:4px;background:transparent;color:var(--color-red-dark);cursor:pointer;line-height:0;transition:opacity .15s ease}.category-settings__remove-btn:hover{opacity:.88}.category-settings__remove-btn:focus{outline:none}.category-settings__remove-btn:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}.category-settings__remove-btn svg{display:block}.category-settings__add-block{display:flex;flex-direction:column;gap:.375rem;width:100%;min-width:0}.category-settings__add-row{display:flex;align-items:center;gap:.5rem;min-width:0;width:100%;box-sizing:border-box;padding-inline:0}.category-settings__add-error{margin:0;width:100%;font-size:var(--text-sm);line-height:1.45;color:var(--color-red-dark);text-align:center}.category-settings__input{flex:1;min-width:0;margin:0;padding-block:var(--category-settings-row-pad-block);padding-inline:0;border:none;border-bottom:2px solid var(--color-grey-dark);border-radius:0;background:transparent;font-family:inherit;font-size:var(--text-base);font-weight:400;color:var(--color-black);line-height:1.25;appearance:none}.category-settings__input::placeholder{color:var(--color-grey-dark)}.category-settings__input:focus{outline:none;border-bottom-color:var(--color-green-dark)}.category-settings__add-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:4px;cursor:pointer;color:var(--color-green);background:transparent;line-height:0;transition:opacity .15s ease}.category-settings__add-btn:hover{opacity:.88}.category-settings__add-btn:focus{outline:none}.category-settings__add-btn:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}.category-settings__swatches{display:flex;flex-wrap:wrap;justify-content:center;gap:0;margin:0 auto;max-width:100%}.category-settings__swatch{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;overflow:hidden;border:1px solid rgba(0,0,0,.12);border-radius:0;box-shadow:none;cursor:pointer;box-sizing:border-box;transition:transform .1s ease}.category-settings__swatch:hover{border-color:#0003}.category-settings__swatch:focus{outline:none}.category-settings__swatch:focus-visible{z-index:1;outline:2px solid var(--color-primary);outline-offset:1px}.category-settings__swatch-check-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:12px;height:12px;color:var(--color-white);filter:drop-shadow(0 0 1px rgba(0,0,0,.45));pointer-events:none}.category-settings__swatch-check-wrap svg{display:block;max-width:100%;max-height:100%}.category-settings__swatch--light.category-settings__swatch--selected .category-settings__swatch-check-wrap{color:var(--color-black);filter:none}.currency-settings{--currency-settings-row-pad-block: .625rem;--currency-settings-scroll-gap: .75rem;display:flex;flex-direction:column;gap:.75rem;min-width:0;width:100%;padding-inline-end:var(--currency-settings-scroll-gap);box-sizing:border-box}.currency-settings__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;width:100%}.currency-settings__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-sizing:border-box;width:100%;margin:0;padding-block:var(--currency-settings-row-pad-block);padding-inline:0;border-bottom:1px solid var(--color-grey);min-height:2.75rem}.currency-settings__label{display:block;font-size:var(--text-base);line-height:1.25;min-width:0}.currency-settings__code{font-weight:700;color:var(--color-black)}.currency-settings__country{font-weight:400;color:var(--color-black)}.currency-settings__default-badge{flex-shrink:0;align-self:center;font-size:var(--text-sm);font-weight:700;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;color:var(--color-blue)}.currency-settings__in-use{flex-shrink:0;align-self:center;font-size:var(--text-xs);font-weight:400;line-height:1.25;color:var(--color-text-primary)}.currency-settings__remove-btn{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:4px;background:transparent;color:var(--color-red-dark);cursor:pointer;line-height:0;transition:opacity .15s ease}.currency-settings__remove-btn:hover{opacity:.88}.currency-settings__remove-btn:focus{outline:none}.currency-settings__remove-btn:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}.currency-settings__remove-btn svg{display:block}.currency-settings__add-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;margin:0;padding:0;border:none;border-radius:4px;cursor:pointer;color:var(--color-green);background:transparent;line-height:0;transition:opacity .15s ease}.currency-settings__add-btn:hover{opacity:.88}.currency-settings__add-btn:focus{outline:none}.currency-settings__add-btn:focus-visible{outline:2px solid var(--color-accent-light);outline-offset:2px}.delete-account-settings{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:0;text-align:center}.delete-account-settings__text{margin:0;max-width:100%;font-weight:400;line-height:1.45;color:var(--color-black);text-align:center}.delete-account-settings__text .delete-account-settings__app-name{color:var(--color-primary-dark);font-weight:700}.delete-account-settings__pin{display:flex;flex-direction:column;gap:.5rem;width:calc(100% - 20px);max-width:calc(100% - 20px);margin-inline:10px;min-width:0;box-sizing:border-box}.delete-account-settings__pin-label{margin:0;font-size:var(--text-xs);font-weight:400;line-height:1.45;color:var(--color-text-secondary);text-align:center}.delete-account-settings__pin-input{width:100%}.delete-account-settings__pin-error{margin:0;width:calc(100% - 20px);max-width:calc(100% - 20px);margin-inline:10px;box-sizing:border-box;font-size:var(--text-sm);line-height:1.45;color:var(--color-error);text-align:center}.delete-account-settings__deleting-body{display:flex;justify-content:center;padding:1rem 0}.delete-account-settings__error{margin:0;font-size:var(--text-sm);line-height:1.45;color:var(--color-red-dark)}.delete-account-settings__action{align-self:stretch;width:calc(100% - 50px);max-width:calc(100% - 50px);margin-inline:30px;box-sizing:border-box;padding-inline:1.5em}.delete-account-settings__action .button__label{font-weight:700}.delete-account-settings__after-action{margin:0;max-width:100%;font-weight:400;line-height:1.45;color:var(--color-black);text-align:center}.delete-account-settings__cannot-undo{color:var(--color-error);font-weight:700}.modal.modal--delete-account-confirm .modal__action-btn{width:100%;max-width:100%}.modal.modal--delete-account-confirm .modal__action-btn--primary{font-weight:400}.modal.modal--delete-account-confirm .modal__action-btn--secondary{font-weight:700;color:var(--color-error)}.support-screen{display:flex;flex-direction:column;min-height:0;flex:1}.support-screen__row{flex-shrink:0}.support-screen__row--1{display:flex;flex-direction:column;align-items:center;padding:16px;min-width:0}.support-screen__logo{display:block;width:500px;height:auto;object-fit:contain;flex-shrink:0}.support-screen__text{min-width:0;width:100%;text-align:center}.support-screen__headline{margin:0 0 8px;font-size:var(--text-2xl);font-weight:700;color:var(--color-blue-dark);line-height:1.3}.support-screen__description{margin:0;font-size:var(--text-base);font-weight:400;color:var(--color-black);line-height:1.5}@media(max-width:1024px){.support-screen__logo{width:300px}}.support-screen__middle{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.support-screen__qr-list{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px;flex-wrap:nowrap;padding:16px;min-height:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.support-screen__qr-item{flex-shrink:0;display:flex;justify-content:center;align-items:center}.support-screen__qr-img{display:block;width:30vh;height:auto;object-fit:contain}@media(max-width:768px){.support-screen__row--1{padding:var(--space-screen-block-mobile) var(--space-screen-inline-mobile)}.support-screen__qr-list{justify-content:flex-start;padding:var(--space-screen-block-mobile) var(--space-screen-inline-mobile)}}.support-screen__bottom{flex-shrink:0}.support-screen__bmc-section{text-align:center;margin-top:0}.support-screen__bmc-thanks{position:relative;display:flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin:0 auto;overflow:hidden;padding:8px}.support-screen__bmc-img{width:80px;max-width:90vw;height:auto;border-radius:6px;box-shadow:0 0 6px var(--color-gold),0 0 10px var(--color-gold-glow);animation:support-screen-glitter 2s ease-in-out infinite;background:var(--color-primary-dark);z-index:1;display:block}@keyframes support-screen-glitter{0%,to{filter:brightness(1);transform:scale(1)}25%{filter:brightness(1.03);transform:scale(1.005)}50%{filter:brightness(1.06);transform:scale(1.002)}75%{filter:brightness(1.03);transform:scale(1.005)}}.support-screen__sparkle{position:absolute;width:2px;height:2px;background:var(--color-gold);border-radius:50%;animation:support-screen-sparkle 3s ease-in-out infinite;pointer-events:none;z-index:2;box-shadow:0 0 4px var(--color-gold)}.support-screen__sparkle--1{top:10%;left:10%;animation-delay:.1s}.support-screen__sparkle--2{top:25%;right:15%;animation-delay:1.5s}.support-screen__sparkle--3{bottom:5%;left:20%;animation-delay:.8s}.support-screen__sparkle--4{top:40%;left:5%;animation-delay:2.2s}.support-screen__sparkle--5{bottom:20%;right:10%;animation-delay:.4s}.support-screen__sparkle--6{top:15%;right:30%;animation-delay:1.9s}.support-screen__sparkle--7{bottom:10%;left:40%;animation-delay:.6s}.support-screen__sparkle--8{top:30%;left:35%;animation-delay:2.8s}.support-screen__sparkle--9{bottom:30%;right:25%;animation-delay:1.2s}.support-screen__sparkle--10{top:50%;left:25%;animation-delay:.9s}.support-screen__sparkle--11{bottom:40%;left:5%;animation-delay:2.5s}.support-screen__sparkle--12{top:5%;left:50%;animation-delay:.2s}.support-screen__sparkle--13{bottom:5%;right:50%;animation-delay:1.7s}.support-screen__sparkle--14{top:20%;right:5%;animation-delay:1.1s}.support-screen__sparkle--15{bottom:45%;left:30%;animation-delay:2.9s}@keyframes support-screen-sparkle{0%{opacity:0;transform:scale(0) rotate(0)}25%{opacity:.8;transform:scale(.8) rotate(90deg)}50%{opacity:1;transform:scale(1) rotate(180deg)}75%{opacity:.8;transform:scale(.8) rotate(270deg)}to{opacity:0;transform:scale(0) rotate(360deg)}}@media(max-width:768px){.support-screen__bmc-img{width:72px;max-width:85vw}}@media(max-width:480px){.support-screen__bmc-img{width:64px;max-width:80vw}}@media(max-width:320px){.support-screen__bmc-img{width:56px;max-width:75vw}}.maintenance-screen{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background-color:var(--color-maintenance-bg)}.maintenance-screen__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;text-align:center}.maintenance-screen__logo{width:180px;height:auto;object-fit:contain;flex-shrink:0}.maintenance-screen__title{margin:0;font-size:var(--text-2xl);font-weight:700;color:var(--color-maintenance-title);line-height:1.3}.maintenance-screen__message{margin:0;font-size:var(--text-base);font-weight:400;color:var(--color-maintenance-text);line-height:1.5;max-width:20rem}.maintenance-screen__instruction{margin:0;font-size:var(--text-base);font-weight:400;color:var(--color-maintenance-text);line-height:1.5}.maintenance-screen__footer{flex-shrink:0;align-self:center;display:flex;flex-direction:column;align-items:center;padding:1rem 0 1.5rem}.maintenance-screen__footer-logo-link{display:block;line-height:0}.maintenance-screen__footer-logo-link:hover{opacity:.85}.maintenance-screen__footer-logo{display:block;height:50px;width:auto;object-fit:contain;color:var(--color-maintenance-muted)}.maintenance-screen__footer-copyright{font-size:var(--text-xs);font-weight:400;color:var(--color-maintenance-muted);text-align:center}@media(max-width:768px){.maintenance-screen{padding:var(--space-screen-block-mobile) var(--space-screen-inline-mobile)}}.onboarding-modal-overlay{position:fixed;inset:0;z-index:var(--z-modal, 1000);display:flex;align-items:center;justify-content:center;padding:24px;background:var(--color-overlay-medium);animation:onboarding-modal-overlay-in .2s ease-out}@keyframes onboarding-modal-overlay-in{0%{opacity:0}to{opacity:1}}.onboarding-modal{width:100%;max-width:420px;max-height:calc(100vh - 48px);min-height:280px;display:flex;flex-direction:column;overflow:hidden;background:var(--color-bg-primary);border-radius:12px;box-shadow:0 8px 32px var(--color-shadow-sm);animation:onboarding-modal-in .25s ease-out}@keyframes onboarding-modal-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.onboarding-modal__content{padding:0;display:flex;flex-direction:column;gap:20px;position:relative;min-height:0;flex:1}.onboarding-modal__back{position:absolute;top:16px;left:16px;z-index:1;padding:4px 0;border:none;background:none;font-size:var(--text-sm);color:var(--color-grey-dark);cursor:pointer;text-decoration:none;transition:color .2s ease}.onboarding-modal__back:hover{color:var(--color-black)}.onboarding-modal__body{font-size:var(--text-base);line-height:1.5;color:var(--color-text-primary);flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0;margin-top:0}.onboarding-modal__slider-track{display:flex;flex:1 1 auto;min-height:0;margin-top:0;padding-top:0;transition:transform .3s ease-out}.onboarding-modal__slide-wrap{display:flex;flex-direction:column;flex:0 0 auto;min-width:0;min-height:0}.onboarding-modal__slide-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto}.onboarding-modal__slide-illustration{display:block;width:100%;margin:0 0 1em;max-width:none;object-fit:contain;object-position:top center;flex-shrink:0}@media(max-height:700px){.onboarding-modal__slide-scroll{min-height:120px!important;flex:1 1 auto}.onboarding-modal__slide-illustration{width:100%;max-width:100%;margin-left:0;margin-right:0;box-sizing:border-box}.onboarding-modal__slide-wrap{overflow:visible}.onboarding-modal__body{font-size:var(--text-md);overflow-x:hidden;overflow-x:clip}.onboarding-modal__slide-title{font-size:var(--text-xl)}.onboarding-modal__slide-desc{font-size:var(--text-sm)}}@media(max-height:500px){.onboarding-modal__slide-illustration-wrap{height:18vh}.onboarding-modal__slide-illustration{max-height:18vh}.onboarding-modal__body{padding-top:18vh;font-size:var(--text-sm)}.onboarding-modal__slide-title{font-size:var(--text-lg)}.onboarding-modal__slide-desc{font-size:var(--text-sm)}}.onboarding-modal__dots-wrap{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:4px;flex-shrink:0}.onboarding-modal__illustrations-credit{font-size:var(--text-2xs);color:var(--color-text-primary);text-decoration:underline}.onboarding-modal__dots{display:flex;justify-content:center;align-items:center;gap:8px;flex-shrink:0;min-height:12px}.onboarding-modal__dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:var(--color-dot-muted);cursor:pointer;transition:background .2s ease,transform .2s ease}.onboarding-modal__dot:hover{background:var(--color-text-primary)}.onboarding-modal__dot--active{background:var(--color-accent);transform:scale(1.2)}.onboarding-modal__content--primary .onboarding-modal__slide-title,.onboarding-modal__content--primary .onboarding-modal__back{color:var(--color-blue-dark)}.onboarding-modal__content--primary .onboarding-modal__back:hover{color:var(--color-blue)}.onboarding-modal__content--primary .onboarding-modal__dot--active{background:var(--color-blue-dark)}.onboarding-modal__content--positive .onboarding-modal__slide-title,.onboarding-modal__content--positive .onboarding-modal__back{color:var(--color-green-dark)}.onboarding-modal__content--positive .onboarding-modal__back:hover{color:var(--color-green)}.onboarding-modal__content--positive .onboarding-modal__dot--active{background:var(--color-green-dark)}.onboarding-modal__content--secondary .onboarding-modal__slide-title,.onboarding-modal__content--secondary .onboarding-modal__back{color:var(--color-grey-dark)}.onboarding-modal__content--secondary .onboarding-modal__back:hover{color:var(--color-black)}.onboarding-modal__content--secondary .onboarding-modal__dot--active{background:var(--color-grey-dark)}.onboarding-modal__content--negative .onboarding-modal__slide-title,.onboarding-modal__content--negative .onboarding-modal__back{color:var(--color-red-dark)}.onboarding-modal__content--negative .onboarding-modal__back:hover{color:var(--color-red-light)}.onboarding-modal__content--negative .onboarding-modal__dot--active{background:var(--color-red-dark)}.onboarding-modal__body p{margin:0 24px .75em}.onboarding-modal__body p:last-child:not(.onboarding-modal__slide-desc){margin-bottom:0}.onboarding-modal__slide{margin-bottom:1.25em}.onboarding-modal__slide:last-child{margin-bottom:0}.onboarding-modal__slide-title{margin:0 24px .75em;font-size:var(--text-3xl);font-weight:800;line-height:1.35;color:var(--color-text-primary);text-align:center}.onboarding-modal__slide-desc{margin:0 24px .75em;font-size:var(--text-md);line-height:1.5;color:var(--color-black);text-align:center}.onboarding-modal__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:8px;flex-shrink:0}.onboarding-modal__cta{width:100%;min-width:0;margin:0 24px 24px}.sign-in-modal-overlay{position:fixed;inset:0;z-index:var(--z-modal, 1000);display:flex;align-items:center;justify-content:center;padding:20px;background:var(--color-overlay-medium);animation:sign-in-modal-overlay-in .2s ease-out}@keyframes sign-in-modal-overlay-in{0%{opacity:0}to{opacity:1}}.sign-in-modal{position:relative;width:100%;max-width:400px;max-height:calc(100dvh - 40px);overflow:auto;background:var(--color-bg-primary);border-radius:28px;box-shadow:0 8px 32px var(--color-shadow-sm);animation:sign-in-modal-in .25s ease-out}.sign-in-modal__loading-screen{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#ffffffd1;border-radius:28px;pointer-events:all}.sign-in-modal__close{position:absolute;top:12px;right:12px;z-index:1;display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;color:var(--color-grey-dark);border-radius:50%;transition:color .2s ease,opacity .2s ease}.sign-in-modal__close:hover{border-color:transparent;color:var(--color-text-primary)}.sign-in-modal__close:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.sign-in-modal__close:disabled{cursor:wait;opacity:.5}@keyframes sign-in-modal-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.sign-in-modal__inner{display:flex;flex-direction:column;align-items:center;padding:28px 28px 32px;text-align:center}.sign-in-modal__illustration{display:block;width:100%;max-width:150px;height:auto;margin:0 auto 8px;object-fit:contain}.sign-in-modal__title{margin:12px 0 0;font-size:var(--text-5xl);font-weight:700;line-height:1.2;color:var(--color-blue-dark)}.sign-in-modal__description{margin:12px 0 0;max-width:300px;font-size:var(--text-sm);line-height:1.5;color:var(--color-grey-dark)}.sign-in-modal__fields-wrap{width:100%;margin-top:28px}.sign-in-modal__fields{width:100%;display:flex;flex-direction:column;gap:4px}.sign-in-modal__field-error{margin:10px 0 0;width:100%;font-size:var(--text-sm);line-height:1.45;color:var(--color-red-dark);text-align:center}.sign-in-modal__primary{width:100%;margin-top:28px;padding:14px 24px;border:none;border-radius:9999px;font-family:inherit;font-size:var(--text-base);font-weight:700;color:var(--color-white);background:var(--color-blue-dark);cursor:pointer;transition:filter .2s ease}.sign-in-modal__primary:hover{border-color:transparent;filter:brightness(1.05)}.sign-in-modal__primary:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:3px}.sign-in-modal__signup{margin:20px 0 0;font-size:var(--text-sm);color:var(--color-grey-dark);line-height:1.5}.sign-in-modal__signup-link{margin:0;padding:0;border:none;background:none;font:inherit;font-weight:600;color:var(--color-blue-dark);cursor:pointer;text-decoration:none}.sign-in-modal__signup-link:hover{border-color:transparent;text-decoration:underline}.sign-in-modal__social{align-self:flex-start;width:100%;margin-top:28px;display:flex;flex-wrap:wrap;align-items:center}.sign-in-modal__social-label{font-size:var(--text-xs);color:var(--color-grey-dark)}.sign-in-modal__google{display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;border-radius:8px}.sign-in-modal__google:hover{border-color:transparent}.sign-in-modal__google:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.sign-in-modal__google-mark{width:22px;height:22px;display:block}.sign-in-modal__notice-checkbox{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--text-sm);line-height:1.4;color:var(--color-grey-dark)}.sign-in-modal__notice-checkbox-input{flex-shrink:0;width:18px;height:18px;margin:0;accent-color:var(--color-blue-dark);cursor:pointer}.sign-in-modal__notice-checkbox-input:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.sign-in-modal__notice-checkbox-label{display:inline-block}.sign-up-modal-overlay{position:fixed;inset:0;z-index:var(--z-modal, 1000);display:flex;align-items:center;justify-content:center;padding:20px;background:var(--color-overlay-medium);animation:sign-up-modal-overlay-in .2s ease-out}@keyframes sign-up-modal-overlay-in{0%{opacity:0}to{opacity:1}}.sign-up-modal{position:relative;width:100%;max-width:400px;max-height:calc(100dvh - 40px);overflow:auto;background:var(--color-bg-primary);border-radius:28px;box-shadow:0 8px 32px var(--color-shadow-sm);animation:sign-up-modal-in .25s ease-out}.sign-up-modal__loading-screen{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#ffffffd1;border-radius:28px;pointer-events:all}.sign-up-modal__close{position:absolute;top:12px;right:12px;z-index:1;display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;color:var(--color-grey-dark);border-radius:50%;transition:color .2s ease,opacity .2s ease}.sign-up-modal__close:hover{border-color:transparent;color:var(--color-text-primary)}.sign-up-modal__close:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.sign-up-modal__close:disabled{cursor:wait;opacity:.5}@keyframes sign-up-modal-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.sign-up-modal__inner{display:flex;flex-direction:column;align-items:center;padding:28px 28px 32px;text-align:center}.sign-up-modal__illustration{display:block;width:100%;max-width:200px;height:auto;margin:0 auto 8px;object-fit:contain}.sign-up-modal__title{margin:12px 0 0;font-size:var(--text-5xl);font-weight:700;line-height:1.2;color:var(--color-blue-dark)}.sign-up-modal__description{margin:12px 0 0;max-width:300px;font-size:var(--text-sm);line-height:1.5;color:var(--color-grey-dark)}.sign-up-modal__fields-wrap{width:100%;margin-top:28px;display:flex;flex-direction:column;gap:4px}.sign-up-modal__errors{width:100%;margin-top:12px;display:flex;flex-direction:column;gap:6px;align-items:stretch;min-height:0}.sign-up-modal__field-error{margin:0;width:100%;font-size:var(--text-sm);line-height:1.45;color:var(--color-red-dark);text-align:center}.sign-up-modal__primary{width:100%;margin-top:20px;padding:14px 24px;border:none;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;font-family:inherit;font-size:var(--text-base);font-weight:700;color:var(--color-white);background:var(--color-blue-dark);cursor:pointer;transition:filter .2s ease}.sign-up-modal__primary:hover{border-color:transparent;filter:brightness(1.05)}.sign-up-modal__primary:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:3px}.sign-up-modal__primary:disabled{cursor:wait;opacity:.9}.sign-up-modal__legal{margin:16px 0 0;max-width:100%;font-size:var(--text-xs);line-height:1.5;color:var(--color-grey-dark)}.sign-up-modal__legal-link{font-weight:600;color:var(--color-text-primary);text-decoration:underline}.sign-up-modal__legal-link:hover{color:var(--color-blue-dark)}.sign-up-modal__signin{margin:16px 0 0;font-size:var(--text-sm);color:var(--color-grey-dark);line-height:1.5}.sign-up-modal__signin-link{margin:0;padding:0;border:none;background:none;font:inherit;font-weight:600;color:var(--color-blue-dark);cursor:pointer;text-decoration:none}.sign-up-modal__signin-link:hover{border-color:transparent;text-decoration:underline}.sign-up-modal__signin-link:disabled{cursor:wait;opacity:.6;text-decoration:none}.sign-up-modal__social{align-self:flex-start;width:100%;margin-top:24px;display:flex;flex-wrap:wrap;align-items:center}.sign-up-modal__social-label{font-size:var(--text-xs);color:var(--color-grey-dark)}.sign-up-modal__google{display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;border-radius:8px}.sign-up-modal__google:hover{border-color:transparent}.sign-up-modal__google:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.sign-up-modal__google:disabled{cursor:wait;opacity:.5}.sign-up-modal__google-mark{width:22px;height:22px;display:block}.sign-up-modal__notice-checkbox{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--text-sm);line-height:1.4;color:var(--color-grey-dark)}.sign-up-modal__notice-checkbox-input{flex-shrink:0;width:18px;height:18px;margin:0;accent-color:var(--color-blue-dark);cursor:pointer}.sign-up-modal__notice-checkbox-input:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.sign-up-modal__notice-checkbox-label{display:inline-block}.profile-modal-overlay{position:fixed;inset:0;z-index:var(--z-modal, 1000);display:flex;align-items:center;justify-content:center;padding:20px;background:var(--color-overlay-medium);animation:profile-modal-overlay-in .2s ease-out}@keyframes profile-modal-overlay-in{0%{opacity:0}to{opacity:1}}.profile-modal{position:relative;display:flex;flex-direction:column;width:100%;max-width:400px;max-height:calc(100dvh - 40px);overflow:auto;background:var(--color-bg-primary);border-radius:28px;box-shadow:0 8px 32px var(--color-shadow-sm);animation:profile-modal-in .25s ease-out}.profile-modal__loading-screen{position:absolute;inset:0;z-index:4;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--color-bg-primary) 75%,transparent)}.profile-modal:before{content:"";position:absolute;inset:0;z-index:0;background-image:url(/assets/img_bg_screen-rXMnMMEE.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;pointer-events:none}.profile-modal__edit,.profile-modal__close,.profile-modal__inner,.profile-modal__footer{position:relative;z-index:1}.profile-modal__edit,.profile-modal__close{position:absolute}.profile-modal__edit{top:12px;left:12px;z-index:3;display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;color:var(--color-primary-dark);border-radius:50%;transition:color .2s ease,opacity .2s ease}.profile-modal__close{position:absolute;top:12px;right:12px;z-index:3;display:flex;align-items:center;justify-content:center;margin:0;padding:4px;border:none;background:transparent;cursor:pointer;color:var(--color-grey-dark);border-radius:50%;transition:color .2s ease,opacity .2s ease}.profile-modal__edit:hover{border-color:transparent;color:var(--color-primary)}.profile-modal__edit:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.profile-modal__edit:disabled{cursor:wait;opacity:.5}.profile-modal__close:hover{border-color:transparent;color:var(--color-text-primary)}.profile-modal__close:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.profile-modal__close:disabled{cursor:wait;opacity:.5}@keyframes profile-modal-in{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.profile-modal__inner{flex:1;min-height:120px;padding:56px 28px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.profile-modal__avatar{width:150px;height:150px;border-radius:50%;object-fit:cover;display:block}.profile-modal__display-name{margin:0;max-width:100%;font-size:var(--text-5xl);font-weight:700;line-height:1.3;color:var(--color-black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.profile-modal__display-name-edit{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:0}.profile-modal__edit-cancel{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:2px;border:none;background:transparent;color:var(--color-primary-dark);cursor:pointer;border-radius:6px;transition:color .2s ease}.profile-modal__edit-cancel:hover{color:var(--color-primary)}.profile-modal__edit-cancel:focus-visible{outline:2px solid var(--color-blue-dark);outline-offset:2px}.profile-modal__edit-cancel:disabled{opacity:.5;cursor:wait}.profile-modal__display-name-input{width:100%;margin:0;padding:8px 10px;border:1px solid var(--color-text-secondary);border-radius:10px;background:var(--color-bg-primary);color:var(--color-black);font-size:var(--text-base);font-weight:500;line-height:1.4;text-align:center;box-sizing:border-box}.profile-modal__display-name-input::placeholder{color:var(--color-text-secondary)}.profile-modal__display-name-input:focus-visible{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 25%,transparent)}.profile-modal__display-name-error{margin:4px 0 0;width:100%;font-size:var(--text-sm);line-height:1.35;color:var(--color-red-dark);text-align:left}.profile-modal__meta{width:100%;display:flex;flex-direction:column;gap:0}.profile-modal__email{margin:0;width:100%;color:var(--color-black);font-size:var(--text-base);font-weight:400;line-height:1.4;text-align:center;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.profile-modal__joined{margin:0;width:100%;color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:400;line-height:1.4;text-align:right}.profile-modal__footer{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding:0 28px 28px;box-sizing:border-box}.profile-modal__error{margin:0;width:100%;max-width:280px;font-size:var(--text-sm);line-height:1.45;color:var(--color-red-dark);text-align:center}.profile-modal__sign-out{min-width:min(280px,100%);font-weight:700}.profile-modal__sign-out .button__spacer:first-child{flex:0 0 0;width:0;min-width:0;overflow:hidden}.profile-modal__sign-out .button__label{font-weight:700;text-align:center}
