:root{--red: #f45653;--dark: rgb(26, 32, 38);--grey: #51565d;--blue: #4f6079;--light-blue: #6089c6;--light-grey: #6f7985;--green: #86d045;--white: #fffefa;--off-white: #e8eaed;--font-ui: "Lato", "PingFang SC", "Microsoft YaHei", sans-serif;--font-serif: "Merriweather", "Noto Serif SC", "Songti SC", serif}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}html,body{margin:0;height:100%}body{font-family:var(--font-ui);background:var(--white);color:var(--grey);-webkit-font-smoothing:antialiased}#app{height:100%;min-height:100dvh}.hidden{display:none!important}.nav-btn{position:fixed;top:20px;left:20px;z-index:1000;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:100px;border:1px solid var(--light-grey);color:var(--grey);text-decoration:none;font-size:.75rem;font-weight:700;background:transparent;transition:opacity .15s}.nav-btn:hover{opacity:.8}.nav-btn--white{color:var(--white);border-color:var(--white)}.logo{display:flex;align-items:center;gap:20px;margin-bottom:2rem}.logo__mark{width:156px;height:156px;flex-shrink:0;background:var(--red);box-shadow:inset 0 0 0 20px var(--red),inset 0 0 0 32px var(--white)}.logo__mark--small{width:24px;height:24px;box-shadow:inset 0 0 0 3px var(--red),inset 0 0 0 5px var(--white)}.logo__title{margin:0;font-size:3.157rem;font-weight:900;line-height:1.1;color:var(--grey)}.logo__title span{display:block}.logo__danger{color:var(--red)!important}.logo--small{gap:12px;margin-bottom:1.5rem}.logo__title--small{font-size:1.333rem;font-weight:700}.logo__title--small span{display:inline}.welcome{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;min-height:100%;padding:40px 20px}.welcome__center{max-width:720px;width:100%}.welcome__tagline{font-family:var(--font-serif);font-size:1.333rem;font-weight:400;line-height:1.5;margin:0 0 2.5rem;color:var(--grey)}.caret{animation:pulse-caret 2s infinite;color:var(--red);font-weight:300}@keyframes pulse-caret{0%,12%{opacity:1}80%{opacity:.1}to{opacity:.1}}.help-page,.legal-page{min-height:100dvh}.help-page__content,.legal-page__content{max-width:600px;margin:0 auto;padding:80px 20px 140px;font-family:var(--font-serif);line-height:1.65}.help-page h1,.legal-page h1{font-family:var(--font-ui);font-size:2rem}.help-page h2,.legal-page h2{font-family:var(--font-ui);font-size:1.25rem;margin-top:2rem}.help-page blockquote{border-left:3px solid var(--red);margin:2rem 0;padding-left:1rem;font-style:italic;color:var(--light-grey)}.legal-page ul{padding-left:1.25rem}.legal-page code{font-size:.9em;background:#0000000d;padding:.1em .35em;border-radius:3px}.legal-page a{color:var(--red)}.feedback-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.feedback-form__field{display:flex;flex-direction:column;gap:.35rem}.feedback-form__label{font-family:var(--font-ui);font-size:.9rem;font-weight:600}.feedback-form__required{font-style:normal;font-weight:400;color:var(--red);font-size:.8rem}.feedback-form__optional{font-weight:400;color:var(--light-grey);font-size:.8rem}.feedback-form__input,.feedback-form__textarea{font-family:var(--font-ui);font-size:1rem;padding:.6rem .75rem;border:1px solid rgba(0,0,0,.15);border-radius:4px;background:var(--white);color:var(--black)}.feedback-form__textarea{resize:vertical;min-height:120px;line-height:1.5}.feedback-form__input:focus,.feedback-form__textarea:focus{outline:2px solid var(--red);outline-offset:1px}.feedback-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.feedback-form__turnstile{min-height:65px}.feedback-form__notice{font-size:.85rem;color:var(--light-grey);margin:0}.feedback-form__status{margin:0;font-size:.9rem;min-height:1.25rem}.feedback-form__status--success{color:#2d6a4f}.feedback-form__status--error{color:var(--red)}.feedback-form__submit{align-self:flex-start}.feedback-form__submit:disabled{opacity:.5;cursor:not-allowed}.write-button{position:relative;z-index:1000;display:flex;flex-direction:column;align-items:center}.write-button--small .session-chooser{bottom:35px}.mdwa-btn{text-align:center;margin:0 auto;padding:12px 40px;text-decoration:none!important;font-family:var(--font-ui);font-size:1.333rem;font-weight:700!important;display:inline-block;border:none;border-radius:100px;cursor:pointer;color:var(--white);background:var(--grey);transition:background .15s,color .15s}.mdwa-btn--ghost{background:transparent;border:1px solid currentColor}.mdwa-btn--red{color:var(--red)}.mdwa-btn--red.mdwa-btn--ghost:hover{background:var(--red);color:var(--white)}.mdwa-btn--white{color:var(--white)}.mdwa-btn--white.mdwa-btn--ghost:hover{background:var(--white);color:var(--red)}.mdwa-btn--small{padding:8px 32px;font-size:1rem}.mdwa-btn--tiny{font-weight:400!important;padding:4px 16px;font-size:.75rem;margin-right:5px;color:var(--grey);border-color:var(--grey);background:transparent}.writing-app--night .mdwa-btn--tiny{color:var(--off-white);border-color:var(--off-white)}.session-chooser{position:absolute;bottom:50px;left:50%;transform:translate(-50%);font-size:.75rem;-webkit-user-select:none;user-select:none;white-space:nowrap}.session-compact,.session-full{text-align:center;background:var(--light-grey);display:inline-block;padding:5px 8px;border-radius:2px;color:var(--off-white);font-weight:400;margin:0 auto 20px;position:relative;cursor:pointer}.session-compact:after,.session-full:after{content:"";display:block;border:10px solid transparent;border-top-color:var(--light-grey);position:absolute;bottom:-20px;left:calc(50% - 10px)}.session-compact__choice{font-weight:700;margin-left:4px}.session-full{box-shadow:0 2px 5px 1px #0000001a;padding:10px 12px}.session-tabs{margin-bottom:8px;cursor:pointer}.session-tab--active{color:var(--white);font-weight:700}.session-radios{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin-bottom:8px}.session-radio{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid var(--off-white);cursor:pointer;font-size:.7rem}.session-radio--active{border:2px solid var(--white);font-weight:700}.session-pause{margin-top:.65rem;display:flex;flex-direction:column;gap:.35rem}.session-pause__label{font-size:.7rem;opacity:.85}.session-radios--pause{flex-wrap:wrap}.session-chips{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.session-chip{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;min-height:28px;border-radius:6px;border:1px solid var(--off-white);cursor:pointer;font-size:.7rem;line-height:1.2;white-space:nowrap}.session-chip--active{border:2px solid var(--white);font-weight:700}.session-theme{margin-top:.5rem;display:flex;flex-direction:column;gap:.35rem}.session-hardcore{cursor:pointer;font-size:.7rem;opacity:.7}.session-hardcore--checked{opacity:1;font-weight:700}.session-hardcore--checked:before{content:"✓ "}.writing-app{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background:var(--white);color:var(--grey);transition:box-shadow .1s ease-in}.writing-app--danger{box-shadow:inset 0 0 40px 2px var(--red);transition:box-shadow 3s ease-in}.writing-app--night{background:var(--dark);color:var(--off-white)}.writing-app--night .icon-btn{color:var(--off-white)}.progress{position:fixed;top:0;left:0;height:4px;width:100%;z-index:200}.progress>div{height:4px;background:var(--blue);box-shadow:-1px 1px 4px #4f607980;transition:width .3s ease-out,background .3s;width:0%}.writing-app--night .progress>div{background:var(--light-blue)}.progress--danger>div{background:var(--red);box-shadow:-1px 1px 4px #f4565380}.progress--won>div{background:var(--green);box-shadow:0 1px 4px #86d04573}.progress--won{opacity:1}.writing-app__toolbar{position:absolute;top:20px;right:20px;z-index:100;display:flex;align-items:center;gap:8px}.icon-btn{border:none;background:transparent;font-size:1.333rem;opacity:.2;cursor:pointer;padding:4px;color:inherit;line-height:1}.icon-btn:hover,.writing-app--night .icon-btn:hover{opacity:1}.writing-app__content{width:100%;max-width:600px;margin:0 auto;height:100%;padding-top:1px}.writing-footer{position:fixed;left:0;bottom:40px;width:100%;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:50}.bottom-btn-host{display:flex;justify-content:center}.editor{height:calc(100% - 160px);margin-top:80px;position:relative;line-height:1.65;font-size:14pt}.editor textarea{display:block;overflow:auto;width:100%;padding:0;height:100%;margin:0;border:none;outline:none;background:transparent;line-height:1.65;font-family:var(--font-serif);caret-color:var(--red);font-size:14pt;resize:none;color:inherit;transition:color .1s linear,filter .1s linear}.editor textarea::selection{color:#fff;background:var(--red)}.editor textarea::-webkit-scrollbar{display:none}.editor--danger textarea{color:var(--red);transition:color 3s linear,filter 3s linear;filter:blur(2px)}.editor--hardcore.editor--has-text textarea{filter:blur(8px)}.editor__hardcore-letter{font-size:min(300pt,30vw);font-family:var(--font-serif);text-align:center;color:var(--grey);width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.writing-app--night .editor__hardcore-letter{color:var(--off-white)}.editor--cut-top:before{content:"";position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(var(--white),transparent);pointer-events:none;z-index:2}.writing-app--night.editor--cut-top:before,.writing-app--night .editor--cut-top:before{background:linear-gradient(var(--dark),transparent)}.editor--cut-bottom:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(transparent,var(--white));pointer-events:none;z-index:2}.writing-app--night .editor--cut-bottom:after{background:linear-gradient(transparent,var(--dark))}.wordcount{text-align:center;font-size:.75rem;opacity:.4;font-family:var(--font-ui)}.failure{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--red);display:flex;align-items:center;justify-content:center;z-index:900}.failure--enter{background:transparent;box-shadow:inset 0 0 0 2px transparent}.failure--enter .failure__inner{opacity:0}.failure--enter-active{box-shadow:inset 0 0 20px 1000px var(--red);background:var(--red);transition:box-shadow .3s ease-in,background .1s ease-in .1s}.failure--enter-active .failure__inner{opacity:1;transition:opacity .5s ease-out .2s}.failure__inner{max-width:600px;text-align:center;padding:20px}.failure h3{color:var(--white);font-weight:700;font-size:3.157rem;margin:0 0 60px}@media(max-width:680px){html{font-size:12px}.logo{flex-direction:column;text-align:center}.logo__mark{width:100px;height:100px;box-shadow:inset 0 0 0 14px var(--red),inset 0 0 0 22px var(--white)}.logo__title{font-size:2.369rem}.welcome{padding:60px 20px 20px}#btn-fullscreen{display:none}.editor__hardcore-letter{font-size:min(200pt,40vw)}}@media(max-height:600px){.editor{height:calc(100% - 120px);margin-top:60px}}.welcome__intro{max-width:520px;margin:0 auto 2rem;font-family:var(--font-serif);font-size:1rem;line-height:1.7;color:var(--grey);text-align:center}.site-footer{position:fixed;left:0;right:0;bottom:0;padding:12px 20px 20px;text-align:center;font-size:.75rem;color:var(--light-grey);background:linear-gradient(transparent,var(--white) 30%);pointer-events:none}.site-footer a,.site-footer__nav{pointer-events:auto}.site-footer__nav{display:flex;justify-content:center;gap:1rem;margin-bottom:.5rem}.site-footer__nav a{color:var(--light-grey);text-decoration:none}.site-footer__nav a:hover{color:var(--red)}.site-footer__copy{margin:0;opacity:.6}.ad-slot{min-height:0;margin-bottom:.5rem;pointer-events:auto}.ad-slot:not(.hidden){min-height:50px}.themes-page{display:flex;flex-direction:column;height:100dvh;max-height:100dvh;overflow:hidden;background:var(--off-white)}.themes-page__content{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow:hidden;max-width:min(1120px,calc(100vw - 2.5rem));width:100%;margin:0 auto;padding:4.5rem 0 .75rem;font-family:var(--font-serif);line-height:1.65}.themes-page__content>h1{font-family:var(--font-ui);font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .5rem;color:var(--dark);flex-shrink:0}.themes-page__intro{margin-bottom:1.25rem;color:var(--grey);font-size:.95rem;max-width:42rem;flex-shrink:0}.themes-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch;flex:1 1 auto;min-height:0}@media(max-width:720px){.themes-page__content{max-width:none;padding:4.5rem 1rem .5rem}.themes-page__grid{grid-template-columns:1fr;grid-template-rows:1fr 1fr;gap:.75rem}}.themes-section{margin-bottom:0;min-height:0}.themes-section--panel{display:flex;flex-direction:column;height:100%;min-height:0;max-height:100%;overflow:hidden;border:1px solid rgba(111,121,133,.2);border-radius:12px;padding:1rem 1.15rem 1.15rem;background:var(--white);box-shadow:0 2px 12px #1a20260f}@media(max-width:720px){.themes-section--panel{height:100%;max-height:100%;min-height:0}}.themes-section__scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;margin-bottom:.5rem;padding-right:.35rem}.themes-section__scroll::-webkit-scrollbar{width:6px}.themes-section__scroll::-webkit-scrollbar-thumb{background:#6f798559;border-radius:999px}.themes-section__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem;flex-shrink:0;width:100%}.themes-section__head .mdwa-btn{margin:0 0 0 auto;flex-shrink:0}.themes-section__title{margin:0;font-size:1.1rem;font-family:var(--font-ui);font-weight:700;color:var(--dark)}.themes-section__count{font-size:.8rem;color:var(--light-grey);font-family:var(--font-ui);white-space:nowrap}.themes-page .site-footer{position:static;flex-shrink:0;max-width:min(1120px,calc(100vw - 2.5rem));width:100%;margin:0 auto;padding:.65rem 0 1rem;background:var(--off-white);pointer-events:none}.themes-page .site-footer a,.themes-page .site-footer__nav{pointer-events:auto}.themes-page .site-footer__nav{margin-bottom:.35rem}.themes-submit-open{flex-shrink:0;align-self:stretch;margin:auto 0 0;padding-top:.75rem}.themes-list--compact .themes-list__item{padding:.4rem 0}.themes-list--compact .themes-list__title{font-size:.92rem;line-height:1.35}.themes-list{list-style:none;margin:0;padding:0}.themes-list__item{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--off-white)}.themes-list__index{flex:0 0 1.75rem;font-size:.85rem;color:var(--light-grey);text-align:right}.themes-list__title{flex:1;border:none;background:none;padding:0;text-align:left;font:inherit;color:var(--dark);cursor:pointer;text-decoration:none;display:block}.themes-page .themes-list__title,.themes-page .themes-list__title:hover{color:var(--dark)}.themes-list__title:hover{opacity:.75}.themes-empty{color:var(--light-grey);margin:.5rem 0 1rem}.themes-toast{margin:0 0 1rem;padding:.65rem .85rem;border-radius:8px;font-family:var(--font-ui);font-size:.9rem;color:var(--dark);background:#4caf501f;border:1px solid rgba(76,175,80,.35)}.themes-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem}.themes-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a202673}.themes-modal__panel{position:relative;width:min(100%,32rem);max-height:90vh;overflow:auto;background:var(--white);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 12px 40px #00000026}.themes-modal__hint{font-size:.9rem;color:var(--light-grey)}.themes-modal__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.75rem}.admin-themes-list{list-style:none;margin:0 0 1.5rem;padding:0}.admin-themes-list__item{display:flex;align-items:center;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--off-white)}.admin-themes-list__title{flex:1;color:var(--dark)}.admin-themes-list__actions{display:flex;flex-shrink:0;gap:.35rem}.admin-btn{min-width:5em;padding:6px 10px;font-size:.85rem;font-family:var(--font-ui);font-weight:600;border-radius:6px;border:1px solid;cursor:pointer;background:var(--white);line-height:1.2;text-align:center;box-sizing:border-box}.admin-btn--approve{color:#2d6a4f;border-color:#95d5b2;background:#edf7f0}.admin-btn--approve:hover{background:#d8f3dc}.admin-btn--reject{color:var(--red);border-color:#f4a3a2;background:#fff5f5}.admin-btn--reject:hover{background:#ffe3e3}.admin-btn--active{box-shadow:inset 0 0 0 2px var(--dark);font-weight:700}.admin-btn:disabled{opacity:.55;cursor:wait}.admin-toast{position:fixed;bottom:1.5rem;left:50%;z-index:3000;margin:0;padding:.75rem 1.1rem;border-radius:10px;font-family:var(--font-ui);font-size:.95rem;font-weight:600;color:var(--dark);background:#4caf50f2;border:1px solid rgba(76,175,80,.5);box-shadow:0 4px 20px #00000026;transform:translate(-50%,1rem);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.admin-toast--visible{opacity:1;transform:translate(-50%)}.admin-toast--error{background:#f44336f2;border-color:#f4433680;color:#fff}.admin-themes-page__hint{color:var(--light-grey);font-size:.9rem}.admin-feedback-list{list-style:none;margin:0 0 1.5rem;padding:0}.admin-feedback-list__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--off-white)}.admin-feedback-list__body{flex:1;min-width:0}.admin-feedback-list__meta{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.35rem;font-size:.85rem;color:var(--light-grey)}.admin-feedback-list__category{font-weight:600;color:var(--dark)}.admin-feedback-list__message{margin:0;color:var(--dark);line-height:1.5;white-space:pre-wrap;word-break:break-word}.admin-feedback-list__message--full{max-height:none}.admin-feedback-list__toggle{margin-top:.35rem;padding:0;border:none;background:none;color:var(--light-blue);font-size:.85rem;cursor:pointer;text-decoration:underline}.writing-theme{margin:0 0 1rem;padding:.75rem 1rem;border-left:3px solid var(--light-blue);background:#6089c614;border-radius:0 8px 8px 0}.writing-theme__title{font-weight:700;color:var(--dark);margin-bottom:.35rem}.writing-theme__prompt{margin:0;font-size:.95rem;line-height:1.5;color:var(--grey)}.writing-app--night .writing-theme{background:#ffffff0f;border-left-color:var(--light-blue)}.writing-app--night .writing-theme__title,.writing-app--night .writing-theme__prompt{color:var(--off-white)}
