
{"id":243,"date":"2026-01-03T17:50:27","date_gmt":"2026-01-03T17:50:27","guid":{"rendered":"https:\/\/ganjiki.org\/?page_id=243"},"modified":"2026-01-03T18:45:28","modified_gmt":"2026-01-03T18:45:28","slug":"account","status":"publish","type":"page","link":"https:\/\/ganjiki.org\/?page_id=243","title":{"rendered":"\u0410\u043a\u043a\u0430\u0443\u043d\u0442"},"content":{"rendered":"        <style>\n            :root{\n                --ga-bg: rgba(0,0,0,.55);\n                --ga-card: rgba(18,18,18,.72);\n                --ga-card2: rgba(12,12,12,.62);\n                --ga-line: rgba(255,255,255,.08);\n                --ga-text: rgba(255,255,255,.92);\n                --ga-muted: rgba(255,255,255,.66);\n                --ga-accent: #3c8f86;\n                --ga-accent2: #2f776f;\n                --ga-radius: 14px;\n            }\n            .ga-wrap{ width: 100%; padding: 22px 0; }\n            .ga-shell{ display: grid; grid-template-columns: 280px 1fr; gap: 18px; align-items: start; }\n            .ga-surface{ background: var(--ga-bg); border: 1px solid var(--ga-line); border-radius: var(--ga-radius); overflow: hidden; }\n            .ga-sidebar{ padding: 18px; background: var(--ga-card2); min-height: 420px; }\n            .ga-main{ padding: 18px; background: var(--ga-card); min-height: 420px; }\n\n            .ga-userhead{ display:flex; gap: 12px; align-items:center; margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--ga-line); }\n            .ga-avatar{ width: 48px; height: 48px; border-radius: 999px; overflow:hidden; flex: 0 0 48px; border: 1px solid var(--ga-line); background: rgba(255,255,255,.05); }\n            .ga-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }\n            .ga-userinfo .ga-username{ color: var(--ga-text); font-weight: 700; font-size: 18px; line-height: 1.15; }\n            .ga-userinfo .ga-usermeta{ color: var(--ga-muted); font-size: 13px; margin-top: 2px; }\n\n            .ga-nav{ display:flex; flex-direction: column; gap: 10px; margin-top: 6px; }\n            .ga-nav a{ display:flex; align-items:center; justify-content: space-between; gap: 10px; text-decoration:none; color: var(--ga-text); padding: 12px 12px; border-radius: 12px; border: 1px solid var(--ga-line); background: rgba(0,0,0,.15); transition: .15s ease; }\n            .ga-nav a:hover{ border-color: rgba(255,255,255,.14); background: rgba(0,0,0,.22); transform: translateY(-1px); }\n            .ga-nav a.is-active{ background: rgba(60,143,134,.22); border-color: rgba(60,143,134,.55); }\n            .ga-nav .ga-pill{ font-size: 12px; color: var(--ga-muted); }\n\n            .ga-title{ color: var(--ga-text); font-weight: 800; font-size: 22px; margin-bottom: 8px; }\n            .ga-muted{ color: var(--ga-muted); }\n            .ga-center{ text-align:center; }\n            .ga-actions{ display:flex; gap: 10px; justify-content:center; margin-top: 14px; flex-wrap: wrap; }\n\n            .ga-alert{ padding: 12px 14px; border-radius: 12px; border: 1px solid var(--ga-line); margin: 0 0 14px 0; font-size: 14px; }\n            .ga-alert--success{ background: rgba(60,143,134,.16); border-color: rgba(60,143,134,.45); color: var(--ga-text); }\n            .ga-alert--error{ background: rgba(198,75,75,.14); border-color: rgba(198,75,75,.45); color: var(--ga-text); }\n\n            .ga-panel__title{ color: var(--ga-text); font-weight: 800; font-size: 20px; margin-bottom: 12px; }\n\n            .ga-grid{ display:grid; gap: 14px; }\n            .ga-grid--2{ grid-template-columns: 1fr 1fr; }\n\n            .ga-box{ border: 1px solid var(--ga-line); border-radius: 14px; padding: 14px; background: rgba(0,0,0,.18); }\n            .ga-box__title{ color: var(--ga-text); font-weight: 800; font-size: 16px; margin-bottom: 10px; }\n\n            .ga-form{ display:flex; flex-direction:column; gap: 10px; }\n            .ga-label{ display:flex; flex-direction:column; gap: 6px; font-size: 13px; color: var(--ga-muted); }\n            .ga-input{ padding: 10px 12px; border-radius: 12px; border: 1px solid var(--ga-line); background: rgba(0,0,0,.35); color: var(--ga-text); outline: none; }\n            .ga-input:focus{ border-color: rgba(60,143,134,.65); box-shadow: 0 0 0 3px rgba(60,143,134,.18); }\n            .ga-input[readonly]{ opacity: .85; }\n\n            .ga-btn{ display:inline-flex; align-items:center; justify-content:center; gap: 8px; padding: 11px 14px; border-radius: 12px; border: 1px solid rgba(60,143,134,.55); background: var(--ga-accent); color: #fff; font-weight: 700; cursor:pointer; text-decoration:none; transition: .15s ease; width: fit-content; }\n            .ga-btn:hover{ background: var(--ga-accent2); transform: translateY(-1px); }\n            .ga-btn--ghost{ background: rgba(0,0,0,.22); border-color: rgba(255,255,255,.16); color: var(--ga-text); }\n            .ga-btn--ghost:hover{ background: rgba(0,0,0,.30); }\n\n            .ga-hint{ font-size: 12px; color: var(--ga-muted); margin-top: -4px; }\n\n            .ga-list{ list-style:none; padding: 0; margin: 0; display:flex; flex-direction:column; gap: 10px; }\n            .ga-list__item{ border: 1px solid var(--ga-line); border-radius: 12px; padding: 10px 12px; background: rgba(0,0,0,.22); }\n            .ga-link{ color: var(--ga-text); text-decoration:none; font-weight: 700; }\n            .ga-link:hover{ text-decoration: underline; }\n            .ga-meta{ color: var(--ga-muted); font-size: 12px; margin-top: 4px; }\n\n            .ga-stat{ display:flex; flex-direction:column; gap: 10px; }\n            .ga-stat__row{ display:flex; justify-content: space-between; align-items:center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.06); padding-bottom: 10px; }\n            .ga-stat__row:last-child{ border-bottom: none; padding-bottom: 0; }\n            .ga-stat__label{ color: var(--ga-muted); font-size: 13px; }\n            .ga-stat__value{ color: var(--ga-text); font-weight: 800; }\n\n            .ga-lvl-track{ width: 100%; height: 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); overflow:hidden; }\n            .ng-lvl-bar{ height: 100%; border-radius: 999px; background: var(--ga-accent); width: 0%; transition: width .25s ease; }\n\n            @media (max-width: 900px){\n                .ga-shell{ grid-template-columns: 1fr; }\n                .ga-grid--2{ grid-template-columns: 1fr; }\n            }\n        <\/style>\n                <div class=\"ga-wrap\">\n            <div class=\"ga-card ga-center\">\n                <div class=\"ga-title\">\u041d\u0443\u0436\u0435\u043d \u0432\u0445\u043e\u0434<\/div>\n                <div class=\"ga-muted\">\u0427\u0442\u043e\u0431\u044b \u0443\u0432\u0438\u0434\u0435\u0442\u044c \u0430\u043a\u043a\u0430\u0443\u043d\u0442, \u0432\u043e\u0439\u0434\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443.<\/div>\n                <div class=\"ga-actions\">\n                    <a class=\"ga-btn\" href=\"https:\/\/ganjiki.org\/wp-login.php?redirect_to=https%3A%2F%2Fganjiki.org%2F%3Fpage_id%3D243\">\u0412\u043e\u0439\u0442\u0438<\/a>\n                    <a class=\"ga-btn ga-btn--ghost\" href=\"https:\/\/ganjiki.org\/wp-login.php?action=register\">\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-243","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ganjiki.org\/index.php?rest_route=\/wp\/v2\/pages\/243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ganjiki.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ganjiki.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ganjiki.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ganjiki.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=243"}],"version-history":[{"count":2,"href":"https:\/\/ganjiki.org\/index.php?rest_route=\/wp\/v2\/pages\/243\/revisions"}],"predecessor-version":[{"id":248,"href":"https:\/\/ganjiki.org\/index.php?rest_route=\/wp\/v2\/pages\/243\/revisions\/248"}],"wp:attachment":[{"href":"https:\/\/ganjiki.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}