@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap";.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.hero{text-align:center;max-width:32rem}.title{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text) 0%,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:var(--text-muted);font-size:1.05rem;margin-bottom:1.75rem}.badges{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.75rem}.badge{padding:.35rem .75rem;font-size:.8rem;font-weight:500;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text-muted)}.link{display:inline-flex;align-items:center;gap:.35rem;color:var(--accent);text-decoration:none;font-weight:500;transition:color .2s}.link:hover{color:var(--accent-hover)}.edit-page{width:100%;--edit-header-icon-size: 32px;--edit-header-icon-gap: 1rem;height:100vh;height:100dvh;background-color:#f6f6f6;display:flex;flex-direction:column;font-size:14px;overflow:hidden}.edit-header{display:flex;align-items:center;padding:.75rem 1rem .5rem;flex-shrink:0}.edit-header .icon-button+.icon-button{margin-left:var(--edit-header-icon-gap)}.icon-button{width:var(--edit-header-icon-size);height:var(--edit-header-icon-size);border-radius:999px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer}.header-title-placeholder{flex:1}.edit-headerActions{display:flex;align-items:center;gap:.5rem}.edit-headerActions .icon-button+.icon-button{margin-left:0}.edit-historyButton{background:#f1f3f5;color:#9ca3af}.edit-historyButton:not(:disabled):hover{background:#e5e7eb;color:#6b7280}.edit-historyButton:disabled{opacity:.45;cursor:not-allowed}.edit-historyIcon{width:10px;height:10px;display:inline-block;border-top:2px solid currentColor;border-right:2px solid currentColor}.edit-historyIcon--undo{transform:rotate(-135deg);margin-left:3px}.edit-historyIcon--redo{transform:rotate(45deg);margin-right:3px}.edit-main{padding:1.25rem 1.25rem 0;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;scrollbar-width:none}.edit-main::-webkit-scrollbar{width:0;height:0}.edit-mainWrap{flex:1;min-height:0;position:relative}.edit__scrollIndicator{position:absolute;right:6px;top:8px;bottom:8px;width:3px;border-radius:999px;background:#11182714;opacity:0;transition:opacity .16s ease;pointer-events:none}.edit__scrollIndicator--visible{opacity:1}.edit__scrollThumb{width:100%;border-radius:999px;background:#313bdd;transform:translateY(0);will-change:transform}.edit-titleInput{font-size:2rem;font-weight:700;margin:0 0 .4rem;color:#111827;width:100%;border:none;outline:none;background:transparent;padding:0;font-family:inherit}.edit-article{flex:1;min-height:0;display:flex;flex-direction:column}.edit-meta{font-size:.8rem;color:#9ca3af;margin-bottom:1.25rem}.edit-content{font-size:.95rem;line-height:1.7;color:#111827}.edit-content p+p{margin-top:.4rem}.edit-editor{width:100%;flex:1;min-height:0;resize:none;border:none;outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:0;margin:0;font-size:.95rem;line-height:1.7;color:#111827;font-family:inherit;white-space:pre-wrap;overflow:auto;scrollbar-width:none}.edit-editor::-webkit-scrollbar{width:2px;height:2px}.edit-editor::-webkit-scrollbar-track{background:transparent}.edit-editor::-webkit-scrollbar-thumb{border-radius:999px;background:transparent;transition:background .3s}.edit-editor.is-scrolling{scrollbar-width:thin;scrollbar-color:#313BDD transparent}.edit-editor.is-scrolling::-webkit-scrollbar-thumb{background:#313bdd}.edit-footer{margin-top:1.5rem;padding:0 1.25rem 1.25rem;flex-shrink:0;scrollbar-width:none}.edit-footer::-webkit-scrollbar{width:0;height:0}.edit-progress{height:4px;border-radius:999px;overflow:hidden}.edit-progress-bar{height:100%;background-color:#ef4444;transition:width .3s ease}.edit-footerMain{margin-top:.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.edit-tasks{flex:1;margin-bottom:0}.task-row{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#9ca3af;margin:0;padding:0;line-height:1}.task-row.active{font-size:.95rem;font-weight:200;margin:0;margin-top:.5rem;margin-bottom:.5rem;padding:0}.task-row.disabled+.task-row.disabled{margin-top:.5rem}.task-dot{flex-shrink:0;width:8px;height:8px;border-radius:999px;border:1px solid #D9D9D9;background-color:#fff}.edit-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;justify-content:flex-end}.pill-button{padding:.4rem 1.1rem;border-radius:999px;border:none;font-size:.9rem;cursor:default;background-color:#313bdd;color:#fff}.pill-button.round-button{width:44px;height:44px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.pill-button.primary{background-color:#313bdd;color:#fff}.pill-button.secondary{background-color:#e5e7eb;color:#374151}.avatar-button{margin-left:.5rem;padding:0;border:none;background:transparent;border-radius:999px;flex-shrink:0;cursor:pointer}.avatar-placeholder{width:60px;height:60px;border-radius:999px;object-fit:cover;object-position:center center;display:block}@media (min-width: 900px){.edit-page{display:grid;grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1fr);--edit-left-rail: min(460px, 28vw);--edit-header-pad-x: 2rem;--edit-main-left-gap: calc( var(--edit-header-pad-x) + var(--edit-header-icon-size) + var(--edit-header-icon-gap) + var(--edit-header-icon-size) );padding-left:0}.edit-page.edit-page--withManager{padding-left:var(--edit-left-rail)}.edit-header{grid-column:1 / -1;padding:1.25rem var(--edit-header-pad-x) .75rem}.edit-mainWrap{grid-column:1;grid-row:2}.edit-main{padding:1rem 2.5rem 0}.edit-page:not(.edit-page--withManager) .edit-main{padding-left:var(--edit-main-left-gap)}.edit-historyButton{display:none}.edit-footer{grid-column:1;grid-row:3;margin-top:0;padding:0 2.5rem 1rem;display:flex;flex-direction:column;gap:0;min-height:0;overflow:auto}}.editFileManager{position:fixed;top:0;left:0;bottom:0;width:min(420px,92vw);z-index:60;animation:editFileManager__in .16s ease-out}.editFileManager__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#1118273d}.editFileManager__panel{position:relative;height:100%;width:100%;background:#f6f6f6;display:flex;flex-direction:column;border-right:1px solid rgba(17,24,39,.08);overflow:hidden}.editFileManager__header{display:flex;align-items:center;gap:12px;padding:16px 16px 12px;flex-shrink:0;border-bottom:1px solid rgba(17,24,39,.08)}.editFileManager__title{flex:1;font-size:16px;font-weight:800;color:#111827}.editFileManager__close{width:32px;height:32px;border-radius:999px;border:none;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;cursor:pointer;color:#111827}.editFileManager__main{flex:1;min-height:0;overflow:auto;padding-bottom:96px}.editFileManager__list{list-style:none;margin:0;padding:0}.editFileManager__group{padding:0}.editFileManager__folder{width:100%;border:none;background:#f6f6f6;display:flex;align-items:flex-start;padding:10px 14px 10px 0;font-size:14px;text-align:left;cursor:pointer;border-bottom:1px solid rgba(17,24,39,.08)}.editFileManager__folder--selected{background:#eef2ff}.editFileManager__folderCaret{width:14px;font-size:14px;color:#6b7280;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-top:2px}.editFileManager__folderBody{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.editFileManager__folderName{flex:1;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editFileManager__folderCount{flex-shrink:0;margin-left:8px;min-width:28px;font-size:12px;color:#6b7280;background:#1118270f;padding:2px 8px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.editFileManager__deleteBtn{flex-shrink:0;font-size:12px;color:#ef4444;cursor:pointer;opacity:0;transition:opacity .12s}.editFileManager__folder:hover .editFileManager__deleteBtn,.editFileManager__item:hover .editFileManager__deleteBtn{opacity:1}.editFileManager__subList{list-style:none;margin:0;padding:0}.editFileManager__item{width:100%;border:none;background:#fff;display:flex;padding:12px 14px 12px 42px;text-align:left;cursor:pointer;border-bottom:1px solid rgba(17,24,39,.08)}.editFileManager__item--active{background:#eef2ff}.editFileManager__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.editFileManager__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.editFileManager__name{font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editFileManager__wordCount{flex-shrink:0;font-size:12px;color:#9ca3af}.editFileManager__date{flex:1;font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editFileManager__preview{font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 900px){.editFileManager--desktop{width:var(--edit-left-rail)}}@keyframes editFileManager__in{0%{transform:translate(-10px);opacity:.001}to{transform:translate(0);opacity:1}}.editFileManager__fab{position:absolute;right:14px;bottom:14px;display:flex;flex-direction:column;gap:12px;z-index:2}.editFileManager__fabButton{width:48px;height:48px;border-radius:999px;border:none;background:#313bdd;color:#fff;box-shadow:0 14px 28px #1118272e;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.editFileManager__fabButton--secondary{background:#111827}.button-tab-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.button-tab-iconImg{width:100%;height:100%;object-fit:contain;display:block}.dialogShell{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.dialogShell--desktop{inset:auto;top:0;right:0;bottom:0;left:auto;width:min(460px,40vw)}.dialogShell__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#1118273d}.dialogShell__panel{position:absolute;top:0;right:0;bottom:0;left:0;background:#f6f6f6;display:flex;flex-direction:column}.dialogShell--desktop .dialogShell__panel--desktop{position:relative;inset:auto;width:100%;height:100%;border-left:none;box-shadow:none;padding:0;align-items:stretch;justify-content:stretch}.dialogShell__handle{border:none;padding:0;background:#2f5bff;color:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:1;cursor:pointer;z-index:5}.dialogShell__handle--desktop{position:absolute;left:0;top:50%;transform:translateY(-50%);width:14px;height:64px;border-radius:0 6px 6px 0;font-size:18px}.dialogShell__handle--mobile{position:relative;align-self:center;margin-top:env(safe-area-inset-top,0px);margin-bottom:6px;width:72px;height:32px;padding-bottom:2px;border-radius:0 0 14px 14px;font-size:20px;box-shadow:0 10px 24px #1118271f;touch-action:manipulation;overflow:hidden}.dialogShell__handle--mobile:active{transform:translateY(1px)}.dialogShell--desktop .dialogShell__handle--mobile{display:none}.dialog{width:100%;height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden}.dialogShell--desktop .dialog{max-width:none;width:100%;height:100%;border-radius:0;box-shadow:none;border:none}.dialog__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem .5rem;flex-shrink:0;background-color:#f6f6f6}.dialog__iconButton{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.9rem;-webkit-user-select:none;user-select:none;border:none;flex-shrink:0;height:24px;background:transparent;padding:0 .25rem;cursor:pointer}.dialog__headerTitle{flex:1;font-size:1rem;font-weight:700;color:#111827}.dialog__iconButtonRight{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-size:.9rem;-webkit-user-select:none;user-select:none;border:none;flex-shrink:0;height:24px;background:transparent;padding:0 .25rem;cursor:pointer;margin-left:auto}.dialog__overlayPage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;background:#f3f4f6;display:flex;flex-direction:column}.dialog__overlayHeader{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem .5rem;flex-shrink:0;background:#f6f6f6;border-bottom:1px solid #e5e7eb}.dialog__overlayTitle{flex:1;font-size:1rem;font-weight:700;color:#111827}.dialog__overlayHeaderRight{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#111827}.dialog__overlayMain{flex:1;min-height:0;overflow:auto}.dialog__overlayList{list-style:none;margin:0;padding:0}.dialog__overlayItem{display:flex;gap:12px;padding:14px;background:#f6f6f6;border-bottom:1px solid #e5e7eb}.dialog__overlayItemRow{display:flex;align-items:stretch;border-bottom:1px solid #e5e7eb}.dialog__overlayItemButton{flex:1;min-width:0;border:none;border-bottom:none;text-align:left;cursor:pointer}.dialog__overlayItemButton:hover{background:#eef2ff}.dialog__overlayDeleteBtn{flex-shrink:0;border:none;border-left:1px solid #e5e7eb;background:transparent;color:#ef4444;font-size:.8rem;padding:0 14px;cursor:pointer;white-space:nowrap;transition:background .12s ease,color .12s ease}.dialog__overlayDeleteBtn:hover{background:#fef2f2}.dialog__overlayDeleteBtn:active{background:#fee2e2}.dialog__overlayDeleteBtn:disabled{color:#9ca3af;cursor:not-allowed}.dialog__overlayDeleteError{padding:8px 14px;background:#fef2f2;color:#b91c1c;font-size:.85rem;border-bottom:1px solid #fecaca;flex-shrink:0}.dialog__overlayAvatar{width:46px;height:46px;border-radius:6px;background:#d1d5db;flex-shrink:0}.dialog__overlayBody{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.dialog__overlayRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.dialog__overlayName{font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog__overlayTime{flex-shrink:0;font-size:12px;color:#9ca3af}.dialog__overlayPreview{font-size:12px;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog__mainWrap{flex:1;min-height:0;position:relative}.dialog__main{height:100%;overflow:auto;padding:0 .75rem;scrollbar-width:none}.dialog__conversation{min-height:100%;display:flex;flex-direction:column;gap:12px;padding:.75rem 0}.dialog__conversationRow{display:flex;align-items:flex-end;gap:10px}.dialog__conversationRow--right{flex-direction:row-reverse;justify-content:flex-start}.dialog__conversationRow--left{justify-content:flex-start}.dialog__stateText{min-height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.95rem;padding:1rem}.dialog__main::-webkit-scrollbar{width:0;height:0}.dialog__scrollIndicator{position:absolute;right:6px;top:8px;bottom:8px;width:3px;border-radius:999px;background:#11182714;opacity:0;transition:opacity .16s ease;pointer-events:none}.dialog__scrollIndicator--visible{opacity:1}.dialog__scrollThumb{width:100%;border-radius:999px;background:#313bdd;transform:translateY(0);will-change:transform}.dialog__stage{position:relative;height:100%;min-height:520px;display:flex;align-items:center;justify-content:center}.dialog__illustration{position:absolute;right:0;bottom:0;height:min(78vh,560px);width:auto;max-height:100%;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.dialog__message{position:absolute;display:flex;align-items:flex-end;gap:10px;z-index:2}.dialog__message--right{right:12px;top:88px;flex-direction:row-reverse}.dialog__message--left{left:12px;top:240px}.dialog__avatar{width:36px;height:36px;border-radius:999px;object-fit:cover;background:#e5e7eb;flex-shrink:0}.dialog__character{width:min(68vw,320px);height:min(78vh,560px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.75rem;padding-top:1rem}.dialog__characterHead{width:120px;height:120px;border-radius:999px;background:radial-gradient(circle at 35% 30%,#fff,#e5e7eb 55%,#cbd5e1);box-shadow:0 10px 30px #11182714}.dialog__characterBody{width:240px;height:360px;border-radius:28px;background:linear-gradient(180deg,#fff,#eef2ff 55%,#e5e7eb);box-shadow:0 16px 40px #11182714}.dialog__bubble{position:relative;max-width:72%;padding:.6rem .85rem;border-radius:12px;font-size:.95rem;line-height:1.2;color:#fff;background:#2f5bff;box-shadow:0 12px 28px #2f5bff38;word-break:break-word}.dialog__bubble:after{content:"";position:absolute;width:0;height:0;border:8px solid transparent}.dialog__bubble--right{border-top-right-radius:4px}.dialog__bubble--right:after{right:-14px;bottom:8px;border-left-color:#2f5bff}.dialog__bubble--left{border-top-left-radius:4px}.dialog__bubble--left:after{left:-14px;bottom:8px;border-right-color:#2f5bff}.dialog__footer{flex-shrink:0;padding:.75rem;background:#f6f6f6}.dialog__actionRow{display:flex;justify-content:flex-end;gap:.5rem;margin-bottom:.75rem}.dialog__actionButton{border:none;border-radius:10px;padding:.2rem .8rem;background:#313bdd;color:#fff;font-size:.9rem;cursor:pointer}.dialog__inputRow{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:12px;padding:.65rem .75rem;box-shadow:0 10px 24px #1118270f}.dialog__inputIconButton{flex-shrink:0;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:10px;padding:0;cursor:pointer;-webkit-user-select:none;user-select:none}.dialog__inputIconButton:hover{background:#1118270f}.dialog__inputIconButton:active{background:#1118271a}.dialog__inputIconButton:focus-visible{outline:2px solid rgba(49,59,221,.55);outline-offset:2px}.dialog__input{flex:1;border:none;outline:none;font-size:1rem;background:transparent;color:#111827;min-width:0}.dialog__send{border:none;border-radius:10px;padding:.55rem .95rem;background:#313bdd;color:#fff;font-size:.95rem;cursor:default}@media (min-width: 900px){.dialog__header{padding:1.25rem 1.25rem .75rem}.dialog__main{padding:0 1.25rem}.dialog__footer{padding:1.25rem}.dialog__stage{min-height:640px}}.button-tab-iconImg{width:1.5em;height:1.5em;object-fit:contain;display:block}.notification-badge-wrapper{position:relative;display:inline-block}.notification-dot{position:absolute;top:2px;right:2px;width:10px;height:10px;background:#dc2626;border:2px solid #fff;border-radius:50%;pointer-events:none;animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.notif-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;animation:overlay-fadein .2s ease}@keyframes overlay-fadein{0%{opacity:0}to{opacity:1}}.notif-popup{background:#fff;border-radius:16px;width:90vw;max-width:400px;min-height:60vh;max-height:90%;display:flex;flex-direction:column;box-shadow:0 8px 32px #0000002e;animation:popup-slidein .25s ease;overflow:hidden}@keyframes popup-slidein{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-header{display:flex;align-items:center;justify-content:flex-end;padding:1rem 1.25rem .75rem;position:relative}.notif-title{position:absolute;left:0;right:0;text-align:center;font-size:1rem;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.notif-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.notif-page-info{font-size:.8rem;color:#9ca3af}.notif-close-btn{background:none;border:none;font-size:1.1rem;color:#9ca3af;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .15s,background .15s;line-height:1}.notif-close-btn:hover{color:#374151;background:#f3f4f6}.notif-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column}.notif-nav{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.75rem 1.25rem 1rem}.notif-nav-btn{width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.notif-nav-btn:hover:not(:disabled){background:#f1f3f5;color:#6b7280}.notif-nav-btn:disabled{opacity:.35;cursor:not-allowed}.notif-nav-arrow{width:10px;height:10px;display:inline-block;border-top:2px solid currentColor;border-right:2px solid currentColor}.notif-nav-arrow--prev{transform:rotate(-135deg);margin-left:3px}.notif-nav-arrow--next{transform:rotate(45deg);margin-right:3px}.msg-card{display:flex;flex-direction:column;justify-content:center;gap:.75rem;flex:1;min-height:0}.msg-image{width:100%;border-radius:10px;object-fit:cover;max-height:200px}.msg-text{font-size:.9rem;line-height:1.7;color:#374151;margin:0}.msg-input-group{display:flex;flex-direction:column;gap:.6rem;margin-top:.25rem;flex:1;min-height:0}.msg-textarea{width:100%;padding:.6rem 0;border:none;border-radius:10px;font-size:.88rem;line-height:1.5;resize:none;min-height:20vh;font-family:inherit;color:#1f2937;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.msg-textarea::-webkit-scrollbar{display:none}.msg-textarea{scrollbar-width:none}.msg-textarea::placeholder{color:#9ca3af}.msg-textarea:focus{outline:none;box-shadow:none}.msg-confirm-btn{padding:.45rem 1.5rem;background:#313bdd;color:#fff;border:none;border-radius:16px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.msg-confirm-btn:hover{background:#2830b8}.msg-confirm-btn:active{background:#21279a}.msg-confirm-btn:disabled{opacity:1;cursor:default}.msg-confirm-btn--read{background:#313bdd;color:#fff;border:none;border-radius:16px}.msg-confirm-btn--read:hover{background:#2830b8}.msg-confirm-btn--read:active{background:#21279a}.notif-loading{display:flex;align-items:center;justify-content:center;height:100%;color:#9ca3af;font-size:.9rem}.msg-challenge-name{font-size:.85rem;font-weight:500;color:#9ca3af;margin:0;text-align:center}.msg-reject-reason{font-size:.82rem;color:#dc2626;margin:0;line-height:1.5}.msg-textarea:disabled{background:transparent;color:#1f2937;cursor:default}.moments-page{width:100%;height:100vh;height:100dvh;box-sizing:border-box;background:#efefef;color:#111827;display:flex;flex-direction:column;overflow:hidden;font-size:14px;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.moments-topbar{position:absolute;top:0;left:0;right:0;height:56px;padding:10px 12px;display:flex;align-items:center;z-index:5;pointer-events:none}.moments-icon-button{width:34px;height:34px;border-radius:999px;border:none;background:#0000002e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;cursor:pointer;pointer-events:auto}.moments-main{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;background:#efefef}.moments-cover{position:relative;height:clamp(240px,42vh,360px);background:#dbeafe;overflow:visible}.moments-cover-clip{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:inherit;z-index:0}.moments-cover-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.5),transparent 45%),radial-gradient(circle at 80% 30%,rgba(255,255,255,.35),transparent 55%),linear-gradient(140deg,#dbeafe,#93c5fd 42%,#1d4ed8);transform:scale(1.06);filter:saturate(1.1) contrast(1.05)}.moments-cover-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000 45%,#00000047)}.moments-profile{position:absolute;right:14px;bottom:-28px;display:flex;align-items:flex-start;gap:12px;z-index:2}.moments-profile-name{color:#fff;margin-top:6px;font-weight:700;font-size:18px;text-shadow:0 2px 10px rgba(0,0,0,.45);padding-bottom:8px;white-space:nowrap}.moments-profile-avatar{width:78px;height:78px;border-radius:8px;object-fit:cover;background:#e5e7eb;border:3px solid #ffffff;box-shadow:0 12px 26px #11182733}.moments-feed{background:#fff;flex:1}.moments-empty{padding:22px 14px;color:#6b7280;text-align:center;display:grid;gap:10px;justify-items:center}.moments-action{height:34px;padding:0 14px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:14px;font-weight:700;cursor:pointer}.moments-item{display:flex;gap:12px;padding:14px;border-bottom:1px solid #f0f0f0;background:#fff}.moments-item-avatar-wrap{flex-shrink:0;width:42px;height:42px;border-radius:6px;overflow:hidden;background:#e5e7eb}.moments-item-avatar{width:100%;height:100%;object-fit:cover;display:block}.moments-item-avatar-fallback{background:linear-gradient(135deg,#e5e7eb,#cbd5e1)}.moments-item-body{flex:1;min-width:0;display:flex;flex-direction:column}.moments-item-name{font-weight:700;color:#556998;font-size:14px;line-height:1.2;margin-bottom:6px}.moments-item-content{font-size:14px;color:#111827;line-height:1.55;word-break:break-word}.moments-item-images{display:grid;gap:3px;margin-top:8px}.moments-item-images--1{grid-template-columns:1fr;max-width:200px}.moments-item-images--2,.moments-item-images--4{grid-template-columns:repeat(2,1fr)}.moments-item-images--3,.moments-item-images--5,.moments-item-images--6,.moments-item-images--7,.moments-item-images--8,.moments-item-images--9{grid-template-columns:repeat(3,1fr)}.moments-item-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;border-radius:4px;background:#e5e7eb}.moments-item-images--1 .moments-item-image{aspect-ratio:unset;max-height:240px;object-fit:cover}.moments-item-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px}.moments-item-time{font-size:12px;color:#9ca3af}.moments-more-button{border:none;background:transparent;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;font-size:0;line-height:0;padding:2px 8px;cursor:pointer}.moments-more-dots{display:inline-flex;align-items:center;gap:4px}.moments-more-dot{width:4px;height:4px;border-radius:999px;background:currentColor;display:block;background:#5c708f}.moments-tabbar{flex-shrink:0;position:fixed;left:0;right:0;bottom:0;z-index:10;height:calc(64px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #eeeeee;display:grid;grid-template-columns:1fr 1fr;align-items:center}.moments-tab{height:100%;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#6b7280;cursor:pointer}.moments-tab-active{color:#111827}.moments-tab-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.moments-tab-iconImg{width:100%;height:100%;object-fit:contain;display:block;opacity:.7}.moments-tab-active .moments-tab-iconImg{opacity:1}.moments-tab-label{font-size:12px}@media (min-width: 900px){.moments-page{background:#f3f4f6}.moments-topbar{width:100%;max-width:none;margin:0}.moments-main{display:flex;flex-direction:column;background:#f6f6f3}.moments-cover{width:100%;max-width:none;margin:0;height:clamp(300px,46vh,520px);border-radius:0}.moments-feed{width:100%;max-width:none;border-radius:0;overflow:visible;box-shadow:none;flex:1;min-height:0}.moments-item{padding:18px}.moments-tabbar{width:100%;max-width:none;margin:0;border-radius:0;overflow:visible;box-shadow:none}}.home-page{width:100%;height:100vh;height:100dvh;box-sizing:border-box;background:#f3f4f6;color:#111827;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overflow-y:overlay;-webkit-overflow-scrolling:touch;font-size:14px;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px));scrollbar-width:thin;scrollbar-color:#313BDD transparent}.home-page::-webkit-scrollbar{width:3px}.home-page::-webkit-scrollbar-track{background:transparent}.home-page::-webkit-scrollbar-thumb{background:#313bdd;border-radius:3px}.home-page::-webkit-scrollbar-thumb:hover{background:#2832b8}.home-page::-webkit-scrollbar-button{display:none;height:0;width:0;background:transparent}.home-page::-webkit-scrollbar-button:start:decrement,.home-page::-webkit-scrollbar-button:end:increment,.home-page::-webkit-scrollbar-button:start:increment,.home-page::-webkit-scrollbar-button:end:decrement{display:none}.home-main{flex:1;min-height:0;overflow:auto;overflow:overlay;scrollbar-width:thin;scrollbar-color:#313BDD transparent}.home-main::-webkit-scrollbar{width:3px}.home-main::-webkit-scrollbar-track{background:transparent}.home-main::-webkit-scrollbar-thumb{background:#313bdd;border-radius:3px}.home-main::-webkit-scrollbar-thumb:hover{background:#2832b8}.home-main::-webkit-scrollbar-button{display:none;height:0;width:0;background:transparent}.home-main::-webkit-scrollbar-button:start:decrement,.home-main::-webkit-scrollbar-button:end:increment,.home-main::-webkit-scrollbar-button:start:increment,.home-main::-webkit-scrollbar-button:end:decrement{display:none}.home-container{padding:16px 16px 22px}.home-header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px 16px}.home-header-eyebrow{margin:0;font-size:12px;color:#6b7280;letter-spacing:.08em;text-transform:uppercase}.home-header-title{margin:0;font-size:30px;line-height:1.1;text-align:left;font-weight:800;flex:1 1 auto;min-width:0;white-space:pre-line}.home-header-hero{flex:0 1 auto;width:auto;min-width:0;margin:0;max-width:100%}.home-header-hero-frame{height:calc(100vh / 3);height:calc(100dvh / 3);aspect-ratio:4 / 3;width:auto;max-width:100%;min-height:0;margin-inline:0;overflow:hidden;background:transparent;border-radius:0;position:relative}.home-header-hero-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 18%;pointer-events:none;-webkit-user-select:none;user-select:none}.home-header-note{display:flex;align-items:center;gap:10px;margin-top:12px}.home-section-head{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}.home-section-head--between{display:flex;align-items:center;gap:12px;margin-bottom:14px;justify-content:space-between}.home-top+.home-section-head,.home-top+.home-section-head--between{margin-top:28px}.home-import-divider{display:flex;align-items:center;gap:12px;margin-bottom:14px}.home-import-btn{flex-shrink:0;border:none;background:transparent;padding:0;font-size:13px;font-weight:700;color:#9ca3af;cursor:pointer;white-space:nowrap}.home-import-btn:hover{color:#6b7280}.home-import-line{flex:1;height:1px;background:#d1d5db}.home-section-kicker{font-size:13px;font-weight:700;color:#4b5563}.home-section-note{font-size:12px;color:#9ca3af}.home-top{display:flex;flex-direction:column;align-items:stretch;gap:18px}.home-hero{position:relative;border-radius:14px;overflow:hidden;width:100%;min-height:220px;display:flex;align-items:stretch;isolation:isolate;background-color:#f3f4f6}.home-hero-img{position:absolute;right:-18px;bottom:-38px;height:120%;max-height:520px;width:auto;z-index:0;opacity:.95;filter:drop-shadow(0 18px 26px rgba(0,0,0,.35));pointer-events:none;-webkit-user-select:none;user-select:none}.home-hero-title{position:relative;z-index:1;margin:0;font-size:28px;line-height:1.1;font-weight:800;letter-spacing:-.02em;color:#111827}.home-hero-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:10px;max-width:320px;padding:24px}.home-hero-eyebrow{margin:0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}.home-hero-text{position:relative;z-index:1;margin:0;font-size:14px;line-height:1.6;color:#4b5563}.home-left{display:flex;flex-direction:column;gap:18px}.home-actions{display:grid;grid-template-columns:2fr 1fr;gap:14px}.home-action{height:90px;border:none;border-radius:18px;font-size:22px;font-weight:700;color:#fff;cursor:pointer}.home-action-primary{background:#2f47ff;font-size:32px}.home-action-danger{background:#ef4444}.home-action:active{transform:translateY(1px)}.home-sidebar-brand{display:none}.home-sidebar-logo{width:40px;height:40px;border-radius:12px;background:#111827;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;overflow:hidden}.home-sidebar-logoImg{width:100%;height:100%;object-fit:cover;display:block}.home-sidebar-brandText{display:flex;flex-direction:column;gap:3px}.home-sidebar-brandText strong{font-size:14px;line-height:1.1}.home-sidebar-brandText span{font-size:12px;color:#6b7280}.home-sidebar-sections{display:none}.home-sidebar-section{display:flex;flex-direction:column;gap:4px}.home-sidebar-heading{padding:0 6px 6px;font-size:12px;color:#9ca3af}.home-sidebar-link{border:none;background:transparent;border-radius:10px;padding:10px;text-align:left;display:flex;flex-direction:column;gap:3px;color:#4b5563;cursor:pointer}.home-sidebar-link-active{background:#f3f4f6;color:#111827;font-weight:700}.home-sidebar-linkTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-sidebar-linkMeta{font-size:11px;color:#9ca3af}.home-sidebar-empty{padding:4px 8px;font-size:12px;color:#9ca3af}.home-tablist{display:contents}.home-sidebar-actions{position:fixed;left:14px;right:14px;bottom:calc(76px + env(safe-area-inset-bottom,0px));z-index:11;display:grid;grid-template-columns:1fr 92px;gap:10px;pointer-events:none}.home-sidebar-actions .home-action{height:52px;border-radius:14px;font-size:16px;box-shadow:0 10px 24px #1118271f;pointer-events:auto}.home-sidebar-actions .home-action-primary{font-size:18px}.home-left-divider{height:1px;background:#e5e7eb}.home-recent{display:flex;flex-direction:column}.home-recent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.home-recent-card{min-width:0;height:120px;border:1px solid #e5e7eb;background:#fff;border-radius:8px;text-align:left;display:flex;flex-direction:column;cursor:pointer;overflow:hidden}.home-recent-card:hover{box-shadow:0 2px 8px #0000000f}.home-recent-card:active{transform:translateY(1px)}.home-recent-card-top{height:38px;background:#f3f4f6;padding:8px 10px;display:flex;align-items:flex-start}.home-recent-card-icon,.home-recent-card-plus{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#6b7280}.home-recent-card-plus{font-size:18px;line-height:1}.home-recent-card-body{padding:8px 12px;display:flex;flex-direction:column;gap:2px;flex:1}.home-recent-card-title{font-size:14px;line-height:1.4;font-weight:700;color:#111827}.home-recent-card-meta{margin-top:auto;font-size:12px;color:#9ca3af}.home-recent-card-create{background:#fff}.home-recent-card-create .home-recent-card-top{background:#f9fafb}.home-overview{margin-top:24px;border:1px solid #e5e7eb;border-radius:18px;background:#ffffffdb;overflow:hidden}.home-overview-main,.home-overview-side{padding:18px}.home-overview-main{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.home-overview-title{font-size:24px;line-height:1.25;font-weight:800;color:#4b5563}.home-overview-text{margin:0;max-width:560px;font-size:14px;line-height:1.65;color:#4b5563}.home-overview-link{border:none;background:transparent;padding:0;font-size:14px;font-weight:700;color:#4b5563;cursor:pointer}.home-overview-side{border-top:1px solid #e5e7eb;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-overview-stat{display:flex;flex-direction:column;gap:8px;min-width:0}.home-overview-statLabel{font-size:12px;color:#9ca3af}.home-overview-statValue{font-size:16px;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-loadMore{margin-top:12px;padding:12px 10px;display:flex;align-items:center;justify-content:center;gap:10px;color:#6b7280;font-size:12px}.home-loadMore-btn{height:34px;padding:0 14px;border-radius:10px;font-size:14px;font-weight:700}.home-sentinel{height:1px}.home-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-card{border:none;background:#fff;border-radius:16px;padding:14px 14px 16px;text-align:left;cursor:pointer;box-shadow:0 10px 24px #1118270a;min-height:100px;aspect-ratio:2 / 2.5;display:flex;flex-direction:column;gap:10px}.home-card:active{transform:translateY(1px)}.home-card-top{display:flex;align-items:center;gap:10px}.home-card-icon{width:28px;height:28px;background:transparent;display:inline-flex;align-items:center;justify-content:center}.home-card-iconImg{width:28px;height:28px;display:block}.home-card-spacer{flex:1}.home-card-more-wrap{position:relative}.home-card-more{border:none;background:transparent;padding:2px 4px;color:#111827;opacity:.6;font-size:20px;line-height:1;transform:translateY(-2px);cursor:pointer}.home-card-menu{position:absolute;top:100%;right:0;z-index:20;min-width:110px;margin-top:4px;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000024;padding:4px 0;overflow:hidden}.home-card-menu-item{width:100%;border:none;background:transparent;padding:10px 16px;font-size:14px;color:#111827;text-align:left;cursor:pointer}.home-card-menu-item:active{background:#f3f4f6}.home-card-menu-item-danger{color:#ef4444}.home-card-title{margin-top:auto;font-size:16px;font-weight:800;color:#111827;letter-spacing:-.01em}.home-card-meta{font-size:12px;color:#6b7280}.home-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:10;height:calc(64px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#fff;border-top:1px solid #eeeeee;display:grid;grid-template-columns:1fr 1fr;align-items:center}.home-tab{height:100%;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#6b7280;cursor:pointer}.home-empty{padding:28px 18px;border-radius:16px;background:#ffffffb3;color:#6b7280;display:flex;flex-direction:column;gap:14px;align-items:center;justify-content:center;text-align:center}.home-tab-active{color:#111827}.home-tab-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.home-tab-iconImg{width:100%;height:100%;object-fit:contain;display:block;opacity:.7}.home-tab-active .home-tab-iconImg{opacity:1}.home-tab-label{font-size:12px}.home-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0006;display:flex;align-items:center;justify-content:center;padding:24px}.home-modal{width:100%;max-width:340px;background:#fff;border-radius:14px;padding:24px 22px 18px;box-shadow:0 8px 32px #0000002e}.home-modal-title{margin:0 0 16px;font-size:18px;font-weight:700;color:#111827}.home-modal-text{margin:0 0 20px;font-size:14px;color:#374151;line-height:1.6}.home-modal-input{width:100%;box-sizing:border-box;padding:10px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:15px;color:#111827;outline:none;transition:border-color .15s;margin-bottom:20px}.home-modal-input:focus{border-color:#2f47ff}.home-modal-actions{display:flex;gap:10px;justify-content:flex-end}.home-modal-btn{padding:8px 20px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;font-size:14px;font-weight:600;color:#374151;cursor:pointer}.home-modal-btn:disabled{opacity:.5;cursor:not-allowed}.home-modal-btn:active:not(:disabled){transform:translateY(1px)}.home-modal-btn-primary{background:#2f47ff;border-color:#2f47ff;color:#fff}.home-modal-btn-danger{background:#ef4444;border-color:#ef4444;color:#fff}@media (min-width: 900px){.home-page{padding-bottom:0;padding-left:248px}.home-container{padding:40px 40px 36px;max-width:1320px;margin:0 auto}.home-main{overflow:auto;overflow:overlay}.home-header{align-items:flex-start}.home-top+.home-section-head,.home-top+.home-section-head--between{margin-top:44px}.home-header-title{font-size:52px;text-align:left}.home-header-hero{margin:0}.home-header-note{margin-top:18px;justify-content:center}.home-tabbar{top:0;right:auto;bottom:0;width:248px;height:100vh;height:100dvh;padding:20px 8px;border-top:none;border-right:1px solid #eeeeee;display:flex;flex-direction:column;align-items:stretch;gap:22px;box-sizing:border-box}.home-sidebar-brand{display:flex;align-items:center;gap:12px;padding:4px 6px}.home-tablist{display:grid;gap:6px}.home-sidebar-sections{display:grid;gap:18px}.home-sidebar-link{width:100%}.home-tab{height:auto;min-height:0;padding:10px;border-radius:10px;flex-direction:row;justify-content:flex-start;gap:10px;font-size:14px;width:100%}.home-tab-active{background:#f3f4f6}.home-tab-label{font-size:13px}.home-sidebar-actions{position:static;left:auto;right:auto;bottom:auto;z-index:auto;grid-template-columns:1fr;gap:12px;margin-top:auto;padding:4px 0;pointer-events:auto}.home-sidebar-actions .home-action{height:56px;font-size:18px;box-shadow:none}.home-sidebar-actions .home-action-primary{height:112px;font-size:26px}.home-top{flex-direction:row;align-items:stretch;gap:24px}.home-recent{flex:1}.home-recent-card{height:130px}.home-recent-card-top{height:42px}.home-hero{flex:1;min-height:280px}.home-hero-title{font-size:42px}.home-hero-copy{max-width:420px;padding:34px 36px}.home-hero-text{font-size:15px}.home-overview{margin-top:24px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.home-overview-main,.home-overview-side{padding:28px 30px}.home-overview-title{font-size:30px;max-width:420px}.home-overview-side{border-top:none;border-left:1px solid #e5e7eb;grid-template-columns:1fr;align-content:center}.home-cards{width:100%;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));justify-content:start;gap:18px}.home-card{border-radius:18px;aspect-ratio:1 / 1.22;min-height:auto;padding:18px 18px 20px;width:auto}}.login-page{width:100%;height:100vh;height:100dvh;background-color:#f6f6f6;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14px;overflow:hidden;padding:1.5rem}.login-card{width:100%;max-width:380px;background:#fff;border-radius:16px;padding:2.5rem 2rem 2rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 24px #1118270f}.login-logo{width:72px;height:72px;border-radius:999px;object-fit:cover;object-position:center center;margin-bottom:1rem}.login-title{font-size:1.35rem;font-weight:700;color:#111827;margin-bottom:.35rem}.login-subtitle{font-size:.85rem;color:#9ca3af;margin-bottom:2rem}.login-qrWrapper{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1.5rem;min-height:220px;min-width:220px}.login-wxContainer{display:flex;align-items:center;justify-content:center;min-width:220px;min-height:220px}.login-wxContainer iframe{border:none!important}.login-qrLoading--overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#ffffffeb}.login-qrLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.login-spinner{width:28px;height:28px;border:3px solid #e5e7eb;border-top-color:#313bdd;border-radius:50%;animation:login-spin .7s linear infinite}.login-loadingText{font-size:.8rem;color:#9ca3af}.login-statusBar{display:flex;align-items:center;gap:.5rem;margin-bottom:1.75rem;min-height:20px}.login-statusDot{width:6px;height:6px;border-radius:999px;background-color:#313bdd;animation:login-pulse 1.5s ease-in-out infinite}.login-statusText{font-size:.8rem;color:#9ca3af}.login-refreshBtn{border:none;background:transparent;color:#313bdd;font-size:.8rem;cursor:pointer;padding:0;font-family:inherit}.login-refreshBtn:hover{text-decoration:underline}.login-divider{width:100%;height:1px;background:#e5e7eb;margin-bottom:1.25rem}.login-footer{font-size:.75rem;color:#9ca3af;text-align:center;line-height:1.6}.login-footerLink{color:#313bdd;text-decoration:none;cursor:pointer}.login-footerLink:hover{text-decoration:underline}.login-expiredOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:#ffffffeb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border-radius:10px}.login-expiredText{font-size:.85rem;color:#111827;font-weight:500;text-align:center;padding:0 .5rem}.login-expiredBtn{padding:.4rem 1.25rem;border-radius:999px;border:none;background-color:#313bdd;color:#fff;font-size:.82rem;cursor:pointer;font-family:inherit;transition:background-color .15s ease}.login-expiredBtn:hover{background-color:#2930b8}.login-processing{width:100%;height:100vh;height:100dvh;background-color:#f6f6f6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;font-size:14px}.login-processingText{font-size:.95rem;color:#111827;font-weight:500}.login-processingError{font-size:.85rem;color:#ef4444;text-align:center;max-width:320px}@keyframes login-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes login-spin{to{transform:rotate(360deg)}}@media (min-width: 900px){.login-card{max-width:420px;padding:3rem 2.5rem 2.5rem}}:root{--bg: #0f0f12;--surface: #18181d;--border: #2a2a32;--text: #e8e8ed;--text-muted: #8b8b98;--accent: #c9a227;--accent-hover: #dbb63a}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:Noto Sans SC,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh}
