@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #f5f6f8;--surface: #ffffff;--surface-2: #f0f2f5;--surface-3: #e4e8ed;--border: #dde1e7;--text: #161b22;--text-muted: #5b6573;--primary: #2563eb;--primary-hover: #1d4ed8;--accent: #c2620a;--danger: #dc2626;--success: #16a34a;--shadow: 0 6px 24px rgba(20, 28, 46, .1);--radius: 12px;--radius-sm: 8px;--font: "Inter", ui-sans-serif, system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, "SF Mono", "JetBrains Mono", Menlo, monospace}:root[data-theme=dark]{--bg: #0d1017;--surface: #151a22;--surface-2: #1b212b;--surface-3: #212936;--border: #262d39;--text: #e6e9ef;--text-muted: #8b94a3;--primary: #3b82f6;--primary-hover: #2f6fe0;--accent: #d97706;--danger: #ef4444;--success: #22c55e;--shadow: 0 8px 30px rgba(0, 0, 0, .38)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{font-weight:600;letter-spacing:-.01em}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea,button{font:inherit}input,select,textarea{width:100%;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:9px 11px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f638}input:disabled,select:disabled{opacity:.5;cursor:not-allowed}input[type=checkbox],input[type=radio]{width:auto;padding:0;box-shadow:none;accent-color:var(--primary);cursor:pointer}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid transparent;border-radius:var(--radius-sm);padding:8px 14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f666}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.btn-ghost{background:var(--surface-2);color:var(--text);border-color:var(--border)}.btn-ghost:hover{background:var(--surface-3)}.btn-danger{background:transparent;color:var(--danger)}.btn-danger:hover{background:#ef44441f}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:500}.tnum{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--surface-3)}::-webkit-scrollbar-track{background:transparent}@media (prefers-reduced-motion: reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.auth{min-height:100vh;min-height:100dvh;display:flex;justify-content:center;background:var(--surface)}.auth__inner{width:100%;max-width:420px;display:flex;flex-direction:column;padding:max(32px,env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom))}.auth__logo{align-self:center;width:76px;height:76px;margin:12px 0 8px;border-radius:20px;background:var(--surface);box-shadow:var(--shadow);display:grid;place-items:center}.auth__title{margin:36px 0 24px;font-size:28px;font-weight:700;letter-spacing:-.02em}.auth__field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.auth__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.auth__label{font-size:14px;font-weight:600;color:var(--text)}.auth__link{background:none;border:0;padding:0;font-size:14px;color:var(--primary);cursor:pointer}.auth__link:hover{text-decoration:underline}.auth__input-wrap{position:relative}.auth__input{width:100%;height:52px;padding:0 14px;font-size:16px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth__input::placeholder{color:var(--text-muted)}.auth__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.auth__input--error,.auth__input--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 20%,transparent)}.auth__error{margin:6px 0 0;font-size:13px;color:var(--danger)}.auth__input-wrap .auth__input{padding-right:48px}.auth__eye{position:absolute;top:0;right:0;height:52px;width:48px;display:grid;place-items:center;background:none;border:0;color:var(--text-muted);cursor:pointer}.auth__eye:hover{color:var(--text)}.auth__submit{margin-top:8px;height:54px;border:0;border-radius:999px;background:var(--primary);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease}.auth__submit:hover:not(:disabled){background:var(--primary-hover)}.auth__submit:disabled{opacity:.5;cursor:default}.auth__submit--ghost{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.auth__submit--ghost:hover:not(:disabled){background:var(--surface-3)}.auth__note{margin:0 0 16px;font-size:13px;line-height:1.4}.auth__note--err{color:var(--danger)}.auth__note--ok{color:var(--success)}.auth__note--muted{color:var(--text-muted)}.cab{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--surface)}.cab__topbar{background:var(--surface);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top)}.cab__topbar-inner{position:relative;max-width:680px;margin:0 auto;padding:10px 20px;min-height:40px;display:flex;align-items:center;justify-content:center}.cab__topbar-logo{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:grid;place-items:center;color:var(--primary)}.cab__progress{display:flex;flex-direction:column;align-items:center;gap:5px}.cab__progress-label{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text)}.cab__progress-bar{width:190px;max-width:46vw;height:8px;border-radius:999px;background:var(--surface-3);overflow:hidden}.cab__progress-bar>span{display:block;height:100%;border-radius:999px;background:#f0715a}.cab__scroll{flex:1;overflow-y:auto;padding-bottom:calc(72px + env(safe-area-inset-bottom))}.cab__col{width:100%;max-width:680px;margin:0 auto;padding:20px 20px 24px}.tabbar{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:space-around;align-items:center;height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);z-index:10}.tabbar__item{flex:1;height:100%;display:grid;place-items:center;background:none;border:0;color:var(--text-muted);cursor:pointer}.tabbar__item--active{color:var(--primary)}.tabbar__item:disabled{opacity:.35;cursor:not-allowed}.pf__title{margin:4px 0 16px;font-size:22px;font-weight:700;text-align:center;letter-spacing:-.02em}.pf__chips{display:flex;align-items:center;gap:8px;margin-bottom:20px}.chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 14px;border:0;border-radius:999px;background:var(--surface-2);color:var(--text);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none}.chip:hover{background:var(--surface-3)}.chip svg{color:var(--primary)}.pf__chips-spacer{flex:1}.pf__avatar{width:96px;height:96px;margin:0 auto 22px;border-radius:50%;background:var(--surface-2);border:0;display:grid;place-items:center;color:var(--text-muted);cursor:pointer;overflow:hidden}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.field__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.field__label{font-size:14px;font-weight:600;color:var(--text)}.input{width:100%;height:52px;padding:0 14px;font-size:16px;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.input:disabled,.input[readonly]{background:var(--surface-2);color:var(--text-muted);cursor:not-allowed}.input--error,.input--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px color-mix(in srgb,var(--danger) 20%,transparent)}.field__error{margin:6px 0 0;font-size:13px;color:var(--danger)}.banner{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:12px 14px;border-radius:12px;background:var(--danger);color:#fff}.banner__text{flex:1;font-size:14px;font-weight:500}.banner__close{flex:none;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;background:#ffffff38;color:#fff;cursor:pointer}.banner__close:hover{background:#ffffff59}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238b94a3' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.linkbtn{background:none;border:0;padding:0;font-size:14px;color:var(--primary);cursor:pointer}.linkbtn:hover{text-decoration:underline}.linkbtn:disabled{color:var(--text-muted);cursor:not-allowed;text-decoration:none}.pill{width:100%;height:54px;margin-top:8px;border:0;border-radius:999px;background:var(--primary);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .15s ease,opacity .15s ease}.pill:hover:not(:disabled){background:var(--primary-hover)}.pill:disabled{opacity:.5;cursor:default}.pf__saved{margin:12px 0 0;font-size:13px;color:var(--success);text-align:center}.avatar{flex:none;border-radius:50%;display:grid;place-items:center;font-weight:600}.screen-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.screen-head .pf__title{flex:1;margin:4px 0;text-align:left}.screen-head__close{flex:none;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--surface-2);color:var(--text-muted);cursor:pointer}.screen-head__close:hover{background:var(--surface-3)}.added__check{width:72px;height:72px;margin:24px auto 20px;border-radius:50%;background:var(--primary);display:grid;place-items:center}.added__card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface);margin-bottom:20px}.pill--ghost{background:var(--surface-2);color:var(--text)}.pill--ghost:hover:not(:disabled){background:var(--surface-3)}.friends{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.friends__empty{margin:20px 0 0;color:var(--text-muted);font-size:14px;text-align:center}.friend{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.friend__avatar{flex:none;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:600}.friend__body{flex:1;min-width:0}.friend__name{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend__meta{margin-top:2px;font-size:13px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.friend__status{flex:none;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.guide-back{display:inline-flex;align-items:center;gap:4px;margin:4px 0 4px -4px;padding:4px;background:none;border:0;color:var(--primary);font-size:14px;cursor:pointer}.article{font-size:15px;line-height:1.6;color:var(--text)}.article h1{font-size:24px;font-weight:700;letter-spacing:-.02em;margin:8px 0 16px}.article h2{font-size:18px;font-weight:600;margin:22px 0 8px}.article h3{font-size:16px;font-weight:600;margin:16px 0 6px}.article p{margin:0 0 12px}.article ul,.article ol{margin:0 0 12px;padding-left:20px}.article li{margin-bottom:6px}.article a{color:var(--primary)}.article strong{font-weight:600}.tasks{display:flex;flex-direction:column;padding-top:8px}.task{display:flex;gap:14px}.task__spine{position:relative;flex:none;width:26px;display:flex;align-items:center;justify-content:center}.task__spine:before{content:"";position:absolute;left:50%;top:0;bottom:-16px;transform:translate(-50%);width:2px;background:var(--border)}.task--first .task__spine:before{top:50%}.task--last .task__spine:before{bottom:50%}.task__node{position:relative;z-index:1;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;box-shadow:0 0 0 5px var(--surface)}.task__node--done{background:var(--primary);color:#fff}.task__node--active{background:var(--surface);border:2px solid var(--primary);color:var(--primary)}.task__card{flex:1;min-width:0;margin-bottom:16px;border-radius:16px;padding:16px}.task--last .task__card{margin-bottom:0}.task__card--done{background:color-mix(in srgb,var(--primary) 8%,var(--surface))}.task__card--active{background:var(--surface);border:1.5px solid var(--primary);box-shadow:var(--shadow)}.task__title{font-size:16px;font-weight:600}.task__sub{margin:4px 0 0;font-size:14px;line-height:1.4;color:var(--text-muted)}.task__btn{height:46px;margin-top:14px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.task__done{display:inline-flex;align-items:center;gap:6px;margin-top:12px;font-size:13px;font-weight:500;color:var(--primary)}.slots{display:flex;gap:8px;margin:14px 0}.slot{width:40px;height:40px;flex:none;border-radius:50%}.slot--empty{background:var(--surface-3)}.slot--more{display:grid;place-items:center;background:var(--surface-2);color:var(--text-muted);font-size:13px;font-weight:600}.fab-row{display:flex;align-items:center;justify-content:space-between;margin-top:2px}.fab{width:56px;height:56px;flex:none;border:0;border-radius:50%;background:var(--primary);color:#fff;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer}.fab:hover{background:var(--primary-hover)}.chip--tint{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}.chip--tint:hover{background:color-mix(in srgb,var(--primary) 18%,transparent)}@media (min-width: 900px){.cab__topbar-inner{max-width:620px}.cab__col{max-width:620px;padding-top:32px}}
