.check-in-backdrop{position:fixed;z-index:5000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(1,3,12,.72);backdrop-filter:blur(5px)}.check-in-modal{width:min(92vw,460px);padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:18px;color:#f6f5fb;background:#1d1c2e;box-shadow:0 28px 80px rgba(0,0,0,.5)}.check-in-modal header,.check-in-month{display:flex;align-items:center;justify-content:space-between}.check-in-modal h2{margin:0;font-size:18px}.check-in-rule{margin:10px 0 0;color:#9b9db4;font-size:11px;line-height:1.5}.check-in-error{display:flex;align-items:center;justify-content:space-between;min-height:220px;color:#9b9db4;font-size:12px}.check-in-error button{border:0;border-radius:8px;padding:7px 12px;color:#fff;background:#5d4bd5;cursor:pointer}.check-in-modal header button,.check-in-month button{width:32px;height:32px;border:0;border-radius:50%;color:#fff;background:rgba(255,255,255,.06);cursor:pointer}.check-in-month{margin:22px 0 12px}.check-in-grid,.check-in-week{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}.check-in-week span{padding:5px;color:#8f91a8;font-size:11px;text-align:center}.check-in-day{display:grid;place-items:center;min-height:58px;border:1px solid transparent;border-radius:7px;color:#77798e;background:rgba(255,255,255,.025)}.check-in-day span{font-size:10px}.check-in-day b{color:#5a5873;font-size:20px}.check-in-day small{min-height:12px;font-size:9px}.check-in-day.is-checked{border-color:#6454d5;color:#fff;background:linear-gradient(150deg,#3d3974,#242342)}.check-in-day.is-checked b{color:#ffd77b;text-shadow:0 0 8px rgba(255,202,90,.5)}.check-in-day.is-today{outline:1px solid #9b84ff}.check-in-day.is-future{opacity:.35}.check-in-modal footer{display:flex;gap:30px;margin:22px 0}.check-in-modal footer div{display:grid}.check-in-modal footer strong{font-size:14px}.check-in-modal footer span{margin-top:3px;color:#7e8095;font-size:10px}.check-in-submit{width:100%;height:46px;border:0;border-radius:11px;color:#fff;font-weight:800;background:linear-gradient(90deg,#5c8bf1,#782ee7);cursor:pointer}.check-in-submit:disabled{cursor:default;opacity:.55}@media(max-width:520px){.check-in-modal{padding:18px}.check-in-grid,.check-in-week{gap:4px}.check-in-day{min-height:50px}.check-in-day b{font-size:17px}}.create-content-dialog__intro{margin:0 0 22px;color:rgb(var(--muted));line-height:1.7}.create-content-dialog__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.create-content-dialog__options>button{display:grid;min-height:230px;padding:24px;justify-items:start;gap:12px;border:1px solid rgba(var(--line),.85);border-radius:18px;background:rgb(var(--panel-2));color:rgb(var(--text));text-align:left;cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s}.create-content-dialog__options>button:hover:not(:disabled){transform:translateY(-3px);border-color:rgb(var(--primary));box-shadow:0 16px 36px rgba(0,0,0,.18)}.create-content-dialog__options>button:disabled{cursor:wait;opacity:.62}.create-content-dialog__options strong{font-size:20px}.create-content-dialog__options small{color:rgb(var(--muted));font-size:13px;line-height:1.7}.create-content-dialog__options b{margin-top:auto;color:rgb(var(--primary));font-size:14px}.create-content-dialog__icon{display:grid;width:52px;height:52px;place-items:center;border-radius:15px;background:linear-gradient(145deg,#7665e8,#4d42b4);color:#fff;font-size:22px}.create-content-dialog__icon--character{background:linear-gradient(145deg,#12a8d9,#087ca7)}@media (max-width:620px){.create-content-dialog__options{grid-template-columns:1fr}.create-content-dialog__options>button{min-height:190px}}