body.theme-title-screen{--tan: #ead9c4;--tan-dot: rgba(101, 75, 52, .08);--yellow: #c9ad79;--orange: #7a5a3d;--black: #3e3127;--white: #fff8ed;--lightgray: #d7c8b6;--darkgray: #756555;--border-radius: .8rem;--shell-panel: #fff8ed;--shell-panel-strong: #efe1cf;--shell-shadow: 0 10px 28px rgba(75, 55, 38, .14);--shell-shadow-soft: 0 5px 14px rgba(75, 55, 38, .1);--shell-border: rgba(84, 63, 43, .24);--shell-accent: #705640;--shell-accent-soft: #eadcc8;--shell-focus: #8e6f4e;color:var(--black);background:#d8c3aa;background-image:none}body.theme-title-screen a{color:var(--orange)}.title-screen-home{position:relative;width:100%;height:100vh;overflow:hidden}.title-screen-overlay{position:absolute;top:4.1rem;left:50%;transform:translate(-50%);text-align:center;color:#3b3028;pointer-events:none;z-index:10;font-family:Fraunces,Georgia,serif}.title-screen-overlay h1{font-size:clamp(2.25rem,5vw,4rem);font-weight:760;font-variation-settings:"SOFT" 70,"WONK" 1;line-height:.95;margin:0}.title-screen-overlay p{font-size:1rem;margin-top:.75rem;opacity:.72;font-weight:520}.title-screen-auth-layout{position:relative;padding:2rem 1rem;background-color:#ead9c4;font-family:Fraunces,Georgia,serif;overflow:hidden}.title-screen-auth-layout:before,.title-screen-auth-layout:after{content:"";position:fixed;pointer-events:none;border:1px solid rgba(77,58,41,.1);background:#fff8ed33}.title-screen-auth-layout:before{width:32rem;height:16rem;left:-8rem;top:14vh;border-radius:46% 54% 52% 48%}.title-screen-auth-layout:after{width:28rem;height:22rem;right:-10rem;bottom:8vh;border-radius:38% 62% 45% 55%;background:#72583f14}.title-screen-auth-card{position:relative;z-index:1;border-radius:1rem!important}.title-screen-auth-card form{display:grid;gap:.95rem}.title-screen-auth-card .form-group{display:grid;gap:.4rem}.title-screen-auth-card label{font-size:.84rem;font-weight:720;color:var(--black)}.title-screen-auth-card input{width:100%;min-height:3rem;padding:.78rem .9rem;border:1px solid var(--shell-border);border-radius:.68rem;background:#fbf1e4;color:var(--black);font:inherit;font-size:1rem;box-shadow:none;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease}.title-screen-auth-card input:focus{outline:none;border-color:var(--shell-focus);background:#fff8ed;box-shadow:0 0 0 3px #8e6f4e29}.title-screen-auth-card input:disabled{opacity:.62;cursor:not-allowed}.title-screen-auth-card input.input-error{border-color:#b86a55;box-shadow:0 0 0 3px #b86a551f}.title-screen-auth-card .field-error{color:#9b4f3a;font-size:.8rem}.title-screen-auth-card .btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;width:100%;min-height:3rem;padding:.8rem 1rem;border:1px solid var(--shell-border);border-radius:.68rem;background:#fbf1e4;color:var(--black);font:inherit;font-size:.98rem;font-weight:760;text-align:center;text-decoration:none;cursor:pointer;box-shadow:0 3px #543f2b2e;transition:background .14s ease,box-shadow .14s ease,transform .14s ease}.title-screen-auth-card .btn:hover:not(:disabled){background:var(--shell-panel-strong);text-decoration:none;transform:translateY(-1px)}.title-screen-auth-card .btn:active:not(:disabled){box-shadow:0 1px #543f2b2e;transform:translateY(1px)}.title-screen-auth-card .btn:disabled{opacity:.62;cursor:not-allowed}.title-screen-auth-card .btn-primary{margin-top:.2rem;background:#705640;border-color:#705640;color:#fff8ed}.title-screen-auth-card .btn-primary:hover:not(:disabled){background:#634b38}.title-screen-auth-card .btn-google{background:#fff8ed}.title-screen-auth-card .google-icon{width:1.2rem;height:1.2rem;flex:0 0 auto}.title-screen-auth-card .divider{display:flex;align-items:center;gap:.85rem;margin:1.35rem 0;color:var(--darkgray);font-size:.84rem;font-weight:650}.title-screen-auth-card .divider:before,.title-screen-auth-card .divider:after{content:"";flex:1;height:1px;background:var(--shell-border)}.title-screen-auth-card .error-message,.title-screen-auth-card .success-message{padding:.85rem .95rem;margin-bottom:1rem;border-radius:.68rem;font-size:.9rem}.title-screen-auth-card .error-message{background:#f4dfd5;border:1px solid rgba(155,79,58,.22);color:#8c4635}.title-screen-auth-card .success-message{background:#e4ead8;border:1px solid rgba(82,97,74,.22);color:#52614a}.title-screen-auth-card .success-message p{margin:0}.title-screen-auth-card .success-message p+p{margin-top:.55rem}.title-screen-auth-card .auth-links{margin-top:1.35rem;color:var(--darkgray);font-size:.9rem;text-align:center}.title-screen-auth-card .auth-links a{color:var(--shell-accent);font-weight:720;text-decoration-thickness:1px;text-underline-offset:3px}.title-screen-auth-card .auth-links a:hover{color:var(--black)}.title-screen-auth-card .separator{margin:0 .45rem;color:var(--shell-border)}@media(max-width:480px){.title-screen-auth-card{padding:1.5rem!important}}
