:root {
  --bg:#f7f8f5;
  --paper:#fff;
  --ink:#243b34;
  --muted:#7c8580;
  --line:#e6e9e3;
  --green:#265b47;
  --green-dark:#173e36;
  --lime:#d9ee9a;
  --soft:#eaf1e8;
  --radius:13px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;
  color:var(--ink);
  background:var(--bg);
  font-synthesis:none
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input,textarea,select {
  font:inherit
}
button,a,input,textarea,select {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:disabled {
  opacity:.5;
  cursor:not-allowed
}
button {
  color:inherit
}
a {
  color:inherit;
  text-decoration:none
}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible {
  outline:3px solid #8eaf60;
  outline-offset:3px
}
button {
  transition:background .16s,transform .16s,box-shadow .16s
}
button:active:not(:disabled) {
  transform:translateY(1px)
}
button svg,.icon {
  width:18px;
  height:18px;
  flex-shrink:0;
  vertical-align:middle;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
h1,h2,h3,p {
  margin:0
}
h1,h2,h3 {
  font-weight:600
}
button {
  border:0
}
small {
  font-size:11px
}
input,textarea,select {
  background:#fff;
  border:1px solid #dce2da;
  border-radius:7px;
  color:var(--ink);
  padding:11px 12px;
  width:100%;
  transition:border-color .15s
}
input:hover,textarea:hover,select:hover {
  border-color:#adbda8
}
textarea {
  resize:vertical;
  min-height:78px
}
label {
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:12px;
  font-weight:600
}
label small,fieldset small {
  font-size:11px;
  font-weight:400;
  line-height:1.6;
  color:var(--muted)
}
[hidden] {
  display:none!important
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.app {
  display:flex;
  min-height:100vh
}
.sidebar {
  position:fixed;
  inset:0 auto 0 0;
  width:240px;
  background:#fff;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  padding:34px 20px 0;
  z-index:5
}
.brand {
  display:flex;
  align-items:center;
  gap:11px;
  letter-spacing:1.8px;
  font-size:22px;
  font-weight:750;
  padding:0 12px
}
.brand-symbol {
  width:42px;
  height:42px;
  border-radius:12px;
  background:var(--green-dark);
  color:var(--lime);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:39px;
  font-weight:400;
  line-height:1
}
.brand-caption {
  display:block;
  font-size:9px;
  color:#89918a;
  letter-spacing:3.6px;
  margin-top:3px;
  font-weight:550
}
.workspace {
  display:flex;
  gap:10px;
  align-items:center;
  background:#f7f8f5;
  border:1px solid var(--line);
  padding:12px 10px;
  margin:35px 0 30px;
  border-radius:9px
}
.workspace-avatar {
  width:32px;
  height:32px;
  border-radius:7px;
  display:grid;
  place-items:center;
  border:1px solid #dce4d6;
  background:#e8eee1;
  font-family:Georgia,serif;
  font-size:20px
}
.workspace strong {
  font-size:10px;
  white-space:nowrap;
  display:block
}
.workspace small {
  display:block;
  font-size:10px;
  color:var(--muted);
  margin-top:5px
}
.workspace>svg {
  margin-left:auto;
  width:12px
}
.nav-label {
  color:#91968f;
  font-size:9px;
  letter-spacing:1.7px;
  font-weight:600;
  margin:0 14px 12px
}
.nav-item {
  display:flex;
  align-items:center;
  width:100%;
  gap:12px;
  background:none;
  text-align:left;
  padding:13px 14px;
  border-radius:7px;
  margin-bottom:6px;
  font-size:12px;
  font-weight:500;
  color:#6c766e
}
.nav-item:hover {
  background:#f6f8f3
}
.nav-item.active {
  background:#eaf1e6;
  color:#315239
}
.nav-count {
  margin-left:auto;
  font-size:10px;
  border-radius:5px;
  background:#dce8d5;
  padding:3px 6px;
  color:#4f6a44
}
.sidebar-note {
  border:1px solid #e5e8df;
  border-radius:10px;
  background:#fafbf7;
  padding:17px 14px;
  margin:64px 5px 24px
}
.note-icon {
  color:#687d44;
  display:block;
  margin-bottom:12px;
  width:20px;
  height:20px
}
.sidebar-note strong {
  font-size:12px
}
.sidebar-note p {
  font-size:11px;
  line-height:1.8;
  color:#87907f;
  margin:9px 0 14px
}
.text-button {
  background:none;
  padding:0;
  display:flex;
  gap:8px;
  align-items:center;
  font-size:10px;
  font-weight:600
}
.text-button svg {
  width:13px
}
.sidebar-bottom {
  margin-top:auto
}
.connection {
  display:flex;
  align-items:center;
  gap:7px;
  padding:18px 10px;
  border-bottom:1px solid var(--line);
  font-size:10px;
  color:#798777
}
.status-dot {
  width:6px;
  height:6px;
  display:inline-block;
  background:#669263;
  border-radius:50%;
  flex-shrink:0
}
.status-dot.offline {
  background:#c6a068
}
.account-button {
  display:flex;
  gap:10px;
  align-items:center;
  text-align:left;
  background:none;
  padding:19px 0;
  width:100%
}
.account-avatar {
  display:grid;
  place-items:center;
  background:#e9ebdf;
  border:1px solid #d9dece;
  border-radius:50%;
  width:34px;
  height:34px;
  font-size:12px;
  color:#566043
}
.account-button strong {
  font-size:11px;
  font-weight:550
}
.account-button small {
  display:block;
  color:#979e91;
  font-size:9px;
  margin-top:4px
}
.account-button>svg {
  margin-left:auto;
  width:15px;
  color:#929b8c
}
.main-shell {
  margin-left:240px;
  flex:1;
  min-width:0
}
.topbar {
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 38px;
  border-bottom:1px solid var(--line);
  background:#fdfefa
}
.breadcrumbs {
  display:flex;
  align-items:center;
  gap:13px;
  font-size:11px;
  color:#90968e
}
.breadcrumbs>svg {
  width:15px
}
.breadcrumbs strong {
  color:#455746;
  font-weight:500
}
.slash {
  color:#c5cbc0
}
.topbar-right {
  display:flex;
  gap:23px;
  align-items:center
}
.saved-indicator {
  font-size:10px;
  color:#839077;
  display:flex;
  gap:6px;
  align-items:center
}
.account-avatar.small {
  width:29px;
  height:29px;
  font-size:10px
}
main {
  max-width:1600px;
  margin:auto;
  padding:34px 38px 20px
}
.page-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:27px
}
.eyebrow {
  color:#899480;
  font-size:9px;
  font-weight:650;
  letter-spacing:1.5px;
  margin-bottom:9px
}
.page-heading h1 {
  font-size:31px;
  letter-spacing:-1.3px;
  line-height:1.3
}
.heading-dot {
  color:#91a96c
}
.page-heading p {
  font-size:12px;
  color:#889081;
  margin-top:9px;
  line-height:1.6
}
.heading-actions {
  display:flex;
  gap:9px;
  padding-top:10px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:7px;
  min-height:39px;
  padding:10px 15px;
  font-size:11px;
  font-weight:550;
  white-space:nowrap
}
.button svg {
  width:14px;
  height:14px
}
.button.primary {
  background:var(--green);
  color:white;
  border:1px solid var(--green)
}
.button.primary:hover {
  background:#194831;
  box-shadow:0 3px 7px #203c3214
}
.button.secondary {
  background:#fff;
  border:1px solid #dce3d7;
  color:#546348
}
.button.secondary:hover {
  background:#f0f4eb
}
.button.danger-quiet {
  background:none;
  color:#a06052;
  padding-left:0
}
.welcome-banner {
  background:var(--green-dark);
  color:#fff;
  border-radius:var(--radius);
  padding:29px 32px;
  display:flex;
  justify-content:space-between;
  overflow:hidden;
  position:relative;
  min-height:209px
}
.banner-kicker {
  display:flex;
  align-items:center;
  gap:8px;
  letter-spacing:1.9px;
  font-size:8px;
  color:#d5e9ac;
  font-weight:600
}
.tiny-spark {
  font-size:17px
}
.welcome-banner h2 {
  font-size:26px;
  letter-spacing:-.6px;
  font-weight:500;
  margin-top:13px
}
.welcome-banner p {
  font-size:11px;
  color:#b8cdc0;
  line-height:1.8;
  margin-top:10px
}
.banner-link {
  color:#e4efbd;
  background:none;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:10px;
  font-weight:550;
  margin-top:18px;
  padding:0
}
.banner-link svg {
  width:14px
}
.banner-art {
  width:280px;
  position:absolute;
  right:37px;
  top:0;
  bottom:0
}
.art-card {
  position:absolute;
  width:121px;
  height:147px;
  border-radius:13px;
  top:36px;
  box-shadow:0 8px 16px #0e282730
}
.art-back {
  background:#90ad8b;
  transform:rotate(-16deg);
  left:42px;
  top:35px;
  display:flex;
  padding:14px 20px;
  color:#244735;
  font-size:52px;
  align-items:flex-start
}
.art-front {
  background:var(--lime);
  transform:rotate(12deg);
  left:123px;
  top:53px;
  padding:13px 19px;
  color:#214636
}
.art-front>span {
  font-size:60px;
  line-height:1.0;
  display:block
}
.art-front>small {
  font-size:9px;
  letter-spacing:1.6px;
  font-weight:700;
  line-height:1.5;
  display:block;
  margin-top:11px
}
.orbit {
  position:absolute;
  border:1px solid #79957d33;
  border-radius:50%;
  width:265px;
  height:265px;
  top:-30px;
  left:13px
}
.orbit-two {
  width:350px;
  height:350px;
  top:-72px;
  left:-29px
}
.art-star {
  position:absolute;
  font-size:51px;
  right:-5px;
  top:18px;
  color:#d7e7b5
}
.art-dot {
  position:absolute;
  width:9px;
  height:9px;
  left:11px;
  bottom:31px;
  background:#d1e79a;
  border-radius:50%
}
.stats {
  display:grid;
  grid-template-columns:1fr 1fr 1.2fr;
  margin:20px 0 27px;
  gap:14px
}
.stat {
  display:flex;
  align-items:center;
  gap:13px;
  min-height:86px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:10px;
  padding:17px 18px;
  position:relative
}
.stat-icon {
  width:37px;
  height:37px;
  padding:10px;
  border-radius:9px;
  flex-shrink:0
}
.mint {
  background:#eaf1e3;
  color:#67864b
}
.lavender {
  background:#efedf6;
  color:#8a78b5
}
.peach {
  background:#faf0e6;
  color:#b49269
}
.stat-label {
  font-size:10px;
  color:#92978b;
  display:block;
  margin-bottom:5px
}
.stat strong {
  font-size:22px;
  line-height:1;
  font-weight:550;
  letter-spacing:-.8px;
  display:block
}
.stat strong.date-stat {
  font-size:15px;
  letter-spacing:-.2px;
  margin-top:7px
}
.stat-detail {
  margin-left:auto;
  font-size:9px;
  color:#909a86;
  max-width:92px;
  line-height:1.6;
  text-align:right
}
.content-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) 318px;
  gap:24px;
  align-items:start
}
.editor-panel {
  min-width:0
}
.panel-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin:3px 0 19px
}
.panel-header h2 {
  font-size:17px;
  letter-spacing:-.3px
}
.panel-header p {
  font-size:10px;
  color:#909787;
  margin-top:7px;
  line-height:1.7
}
.panel-header .button {
  min-height:33px;
  padding:8px 12px;
  font-size:10px
}
.count-label {
  background:#eaf0e3;
  font-size:10px;
  padding:3px 7px;
  border-radius:5px;
  vertical-align:middle;
  margin-left:7px;
  color:#6b8058
}
.toolbar {
  display:flex;
  gap:9px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:16px
}
.search {
  position:relative;
  flex:1;
  min-width:170px
}
.search>svg {
  position:absolute;
  left:11px;
  top:12px;
  color:#9aa290;
  width:14px;
  height:14px
}
.search input {
  padding:10px 12px 10px 34px;
  font-size:10px;
  min-height:37px;
  border-color:var(--line)
}
.toolbar select {
  width:116px;
  font-size:10px;
  padding:9px;
  min-height:37px
}
.tabs {
  display:flex;
  gap:3px;
  background:#ecf0e8;
  padding:4px;
  border-radius:7px;
  margin-bottom:17px;
  overflow-x:auto
}
.tab {
  font-size:10px;
  background:none;
  padding:8px 11px;
  border-radius:5px;
  white-space:nowrap;
  flex:1;
  color:#85917c
}
.tab.active {
  background:white;
  color:#3a573b;
  box-shadow:0 1px 3px #283c2212;
  font-weight:550
}
.table-labels {
  display:flex;
  justify-content:space-between;
  font-size:8px;
  letter-spacing:1.2px;
  color:#939d89;
  margin:0 15px 11px
}
.table-labels span:last-child {
  padding-right:16px
}
.resource-list {
  display:flex;
  flex-direction:column;
  gap:9px
}
.resource-card {
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:17px 15px;
  transition:border-color .15s,box-shadow .15s
}
.resource-card:hover {
  border-color:#bfccb2;
  box-shadow:0 3px 8px #233a2405
}
.resource-card.disabled .resource-avatar,.resource-card.disabled .resource-info {
  opacity:.58
}
.resource-avatar {
  height:39px;
  width:39px;
  flex-shrink:0;
  border-radius:10px;
  display:grid;
  place-items:center;
  font-size:17px;
  font-weight:600;
  letter-spacing:-.7px;
  background:#edf1e7;
  color:#667a4d
}
.resource-avatar.bullmania {
  background:#f2f1e2;
  color:#a6994d;
  font-size:23px
}
.resource-avatar.crypto-com {
  background:#eaf0fa;
  color:#3157a0;
  font-size:19px
}
.resource-avatar.phantom {
  background:#eeeafb;
  color:#917cd0
}
.resource-avatar.rabby {
  background:#eaf3fc;
  color:#679bdb
}
.resource-avatar.coinbase {
  background:#e9efff;
  color:#3060db
}
.resource-avatar.cashapp {
  background:#e8f4e4;
  color:#49a052
}
.resource-avatar.orbiter {
  background:#fce9e6;
  color:#dd705b
}
.resource-info {
  flex:1;
  min-width:0
}
.resource-title {
  display:flex;
  gap:8px;
  align-items:center;
  margin:1px 0 6px
}
.resource-title h3 {
  font-size:12px;
  font-weight:600
}
.resource-info>p {
  font-size:10px;
  color:#8d9686;
  line-height:1.6;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  margin-bottom:9px
}
.resource-url {
  color:#6b8260;
  font-size:9px;
  display:flex;
  gap:4px;
  align-items:center;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  max-width:100%
}
.resource-url span {
  overflow:hidden;
  text-overflow:ellipsis
}
.resource-url svg {
  width:10px;
  height:10px;
  flex-shrink:0
}
.resource-meta {
  display:flex;
  flex-wrap:wrap;
  gap:4px;
  margin-top:9px
}
.page-chip {
  font-size:8px;
  background:#f2f4ed;
  color:#8b967c;
  border:1px solid #e9ece3;
  border-radius:4px;
  padding:3px 5px
}
.resource-actions {
  display:flex;
  gap:9px;
  align-items:center;
  padding-top:3px
}
.switch {
  width:28px;
  height:16px;
  border-radius:10px;
  background:#d8ddd3;
  position:relative;
  padding:0;
  flex-shrink:0
}
.switch:before {
  content:'';
  position:absolute;
  width:12px;
  height:12px;
  left:2px;
  top:2px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 1px 3px #0002;
  transition:transform .15s
}
.switch[aria-checked=true] {
  background:#6c8957
}
.switch[aria-checked=true]:before {
  transform:translateX(12px)
}
.icon-button {
  display:inline-grid;
  place-items:center;
  background:none;
  border-radius:5px;
  padding:4px;
  min-width:26px;
  min-height:26px;
  color:#8a967c
}
.icon-button:hover {
  background:#edf1e6;
  color:#375238
}
.icon-button svg {
  width:14px;
  height:14px
}
.list-footer {
  font-size:9px;
  color:#98a08f;
  display:flex;
  align-items:center;
  gap:6px;
  margin:16px 2px;
  line-height:1.7
}
.list-footer svg {
  height:12px;
  width:12px
}
.preview-panel {
  background:#f0f3ed;
  border:1px solid #e4e9de;
  border-radius:12px;
  padding:21px 19px;
  position:sticky;
  top:20px
}
.preview-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.preview-heading .eyebrow {
  font-size:8px;
  letter-spacing:1.2px;
  margin-bottom:8px
}
.preview-heading h2 {
  font-size:17px;
  letter-spacing:-.2px;
  display:flex;
  align-items:center;
  gap:8px
}
.live-dot {
  height:5px;
  width:5px;
  border-radius:50%;
  background:#829a69;
  box-shadow:0 0 0 3px #e4ebdc
}
.preview-icon {
  color:#94a184;
  width:19px;
  height:19px
}
.preview-description {
  color:#939c88;
  font-size:9px;
  line-height:1.7;
  margin-top:7px
}
.preview-controls {
  margin:17px 0 18px
}
.segmented {
  display:flex;
  padding:3px;
  background:#e4eadd;
  border:1px solid #dfe6d6;
  border-radius:6px
}
.segmented button {
  flex:1;
  background:none;
  padding:7px;
  border-radius:4px;
  font-size:9px;
  color:#87947c
}
.segmented button.active {
  background:#fff;
  color:#526b43;
  box-shadow:0 1px 3px #334d2420
}
.preview-controls select {
  margin-top:9px;
  font-size:10px;
  padding:8px 10px;
  border-color:#dfe5d9
}
.phone {
  border:5px solid #fff;
  box-shadow:0 0 0 1px #dfe3da,0 12px 25px #2f493415;
  border-radius:28px;
  background:#fff;
  overflow:hidden
}
.phone-status {
  padding:13px 18px 9px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:9px;
  color:#233c35
}
.phone-status span {
  font-size:9px
}
.telegram-header {
  display:flex;
  align-items:center;
  gap:9px;
  padding:5px 10px 12px;
  background:#fff
}
.telegram-header>svg {
  width:14px;
  height:14px;
  color:#7d9683
}
.bot-avatar {
  width:29px;
  height:29px;
  border-radius:50%;
  background:#315443;
  color:#d9edb5;
  display:grid;
  place-items:center;
  font-size:24px
}
.telegram-header strong {
  font-size:10px;
  display:block;
  max-width:155px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.telegram-header small {
  font-size:8px;
  color:#8d9d85;
  display:block;
  margin-top:3px
}
.telegram-more {
  margin-left:auto;
  font-size:20px;
  color:#7e8f75
}
.telegram-chat {
  height:400px;
  overflow-y:auto;
  padding:12px 10px 18px;
  background-color:#e7eddf;
  background-image:radial-gradient(#b2bea229 .7px,transparent .7px);
  background-size:12px 12px;
  scrollbar-width:thin;
  scrollbar-color:#c0cdb4 transparent;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px
}
.chat-date {
  align-self:center;
  font-size:8px;
  padding:4px 9px;
  background:#cfd9c5;
  border-radius:10px;
  color:#fff;
  letter-spacing:.2px
}
.user-bubble {
  align-self:flex-end;
  background:#d6eac6;
  border-radius:9px 9px 2px 9px;
  font-size:10px;
  min-width:95px;
  padding:8px 9px
}
.user-bubble span {
  font-size:6px;
  color:#849876;
  margin-left:13px;
  vertical-align:bottom
}
.bot-photo {
  flex-shrink:0;
  overflow:hidden;
  border-radius:10px;
  background:#102733;
}
.bot-photo img {
  display:block;
  width:100%;
  height:auto;
}
.bot-bubble {
  background:#fff;
  box-shadow:0 1px 2px #53664215;
  padding:12px 11px 8px;
  border-radius:10px 10px 10px 2px;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font-size:10px;
  line-height:1.6;
  color:#43533b
}
.bot-bubble b {
  font-weight:650;
  color:#324731
}
.message-time {
  display:block;
  text-align:right;
  color:#9ba68f;
  font-size:7px;
  margin-top:2px
}
.telegram-buttons {
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-top:-6px
}
.telegram-buttons a,.telegram-buttons button {
  display:block;
  text-align:center;
  background:#ffffffba;
  color:#526c42;
  border-radius:5px;
  padding:9px 7px;
  font-size:9px;
  font-weight:500;
  line-height:1.3
}
.telegram-buttons a:hover,.telegram-buttons button:hover {
  background:#fff
}
.telegram-buttons .button-row {
  display:flex;
  gap:4px
}
.button-row>* {
  flex:1;
  min-width:0
}
.telegram-input {
  display:flex;
  gap:10px;
  align-items:center;
  color:#98a58c;
  padding:13px 13px 8px;
  font-size:10px
}
.telegram-input>span:first-child {
  color:#6e8f56
}
.telegram-input>span:nth-child(2) {
  flex:1
}
.telegram-input svg {
  height:13px;
  width:13px
}
.home-indicator {
  width:78px;
  height:3px;
  background:#35422d;
  border-radius:4px;
  margin:7px auto 6px
}
.preview-note {
  font-size:8px;
  color:#939e87;
  line-height:1.7;
  text-align:center;
  margin:15px 5px 0
}
.preview-note svg {
  height:10px;
  width:10px;
  vertical-align:-1px;
  margin-right:2px
}
.publish-tip {
  display:flex;
  align-items:flex-start;
  gap:10px;
  border-top:1px solid #dfe5d7;
  padding-top:17px;
  margin-top:18px
}
.publish-tip>svg {
  color:#84986f;
  width:17px;
  height:17px;
  margin-top:1px;
  flex-shrink:0
}
.publish-tip strong {
  font-size:10px;
  font-weight:550;
  color:#607452
}
.publish-tip p {
  font-size:9px;
  color:#99a18c;
  line-height:1.8;
  margin-top:5px
}
.page-footer {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:#a3aa9a;
  border-top:1px solid var(--line);
  margin-top:30px;
  padding-top:20px
}
.page-footer>span:last-child {
  font-size:8px;
  letter-spacing:1px
}
.page-footer>span:last-child span {
  margin:0 6px
}
.empty-state {
  text-align:center;
  background:#fff;
  border:1px dashed #ccd7c1;
  border-radius:10px;
  padding:45px 22px
}
.empty-state>svg {
  width:28px;
  height:28px;
  color:#a1b390;
  margin-bottom:15px
}
.empty-state h3 {
  font-size:15px
}
.empty-state p {
  font-size:11px;
  color:#87967a;
  line-height:1.8;
  margin:10px 0 18px
}
.settings-card {
  background:white;
  border:1px solid var(--line);
  border-radius:10px;
  padding:22px;
  margin-bottom:15px
}
.settings-card h3 {
  font-size:14px;
  margin-bottom:7px
}
.settings-card>p {
  font-size:10px;
  color:#909b84;
  line-height:1.7;
  margin-bottom:21px
}
.settings-card label {
  margin-top:19px
}
.page-tabs {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-bottom:17px
}
.page-tab {
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:13px;
  display:flex;
  align-items:center;
  gap:10px;
  text-align:left;
  font-size:11px
}
.page-tab svg {
  color:#8c9a7e;
  width:16px
}
.page-tab.active {
  background:#edf2e7;
  border-color:#abbf95;
  color:#54743d
}
.page-section-label {
  font-size:9px;
  letter-spacing:1px;
  color:#8d9b80;
  display:block;
  margin-top:25px
}
.page-resource-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font-size:11px
}
.page-resource-row:last-child {
  border:0
}
.page-resource-actions {
  display:flex;
  gap:5px
}
.history-item {
  display:flex;
  gap:15px;
  align-items:center;
  background:#fff;
  padding:19px;
  border:1px solid var(--line);
  border-radius:9px;
  margin-bottom:10px
}
.history-dot {
  width:32px;
  height:32px;
  border-radius:50%;
  background:#edf2e7;
  display:grid;
  place-items:center;
  color:#7c9665;
  flex-shrink:0
}
.history-dot svg {
  width:15px
}
.history-item h3 {
  font-size:12px
}
.history-item p {
  font-size:10px;
  color:#939d87;
  margin-top:7px
}
.history-item .button {
  margin-left:auto;
  padding:7px 9px;
  font-size:9px;
  min-height:29px
}
.callout {
  border:1px solid #e1e7d6;
  background:#f2f6e9;
  border-radius:8px;
  padding:15px;
  font-size:11px;
  line-height:1.8;
  color:#738366;
  margin:17px 0
}
.error-banner {
  border:1px solid #e8c5be;
  background:#fff4ef;
  color:#a65f4e;
  border-radius:8px;
  padding:14px;
  margin-bottom:18px;
  line-height:1.7;
  font-size:12px
}
.error-banner button {
  margin-left:12px;
  padding:3px 7px;
  background:#f1dfd5;
  font-size:11px;
  border-radius:4px
}
.form-error {
  color:#a25141;
  font-size:11px;
  line-height:1.7;
  margin-top:10px
}
.form-error:empty {
  display:none
}
dialog {
  padding:0;
  border:1px solid #e2e8db;
  border-radius:16px;
  box-shadow:0 25px 100px #17332230;
  max-height:90vh;
  color:var(--ink)
}
dialog::backdrop {
  background:#172b2566;
  backdrop-filter:blur(4px)
}
.edit-dialog {
  width:600px;
  max-width:calc(100vw - 32px)
}
.dialog-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:24px 26px 18px;
  border-bottom:1px solid var(--line)
}
.dialog-heading h2 {
  font-size:23px;
  letter-spacing:-.6px
}
.dialog-body {
  padding:5px 26px 25px;
  overflow-y:auto;
  max-height:65vh
}
.dialog-body>label,.dialog-body>fieldset,.dialog-body>.field-grid {
  margin-top:20px
}
.field-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px
}
.check-label {
  flex-direction:row;
  align-items:center;
  gap:8px;
  font-size:11px;
  line-height:1.5
}
.check-label input {
  width:15px;
  height:15px;
  accent-color:var(--green);
  margin:0
}
.checkbox-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:11px 0
}
fieldset {
  border:1px solid var(--line);
  border-radius:7px;
  padding:10px 13px
}
legend {
  font-weight:550;
  font-size:12px;
  padding:0 6px
}
.dialog-footer {
  border-top:1px solid var(--line);
  padding:18px 26px;
  display:flex;
  justify-content:space-between;
  gap:10px
}
.dialog-footer>div {
  display:flex;
  gap:8px
}
.confirm-dialog {
  padding:26px;
  max-width:calc(100vw - 32px);
  width:450px
}
.confirm-dialog .dialog-heading {
  border:0;
  padding:0;
  margin-bottom:20px
}
.dialog-emblem {
  background:#ecf2e5;
  border-radius:12px;
  width:46px;
  height:46px;
  padding:13px;
  color:#6f8f4f
}
.confirm-dialog h2 {
  font-size:25px;
  letter-spacing:-.7px;
  margin-bottom:13px
}
.confirm-dialog p {
  font-size:12px;
  color:#8a957e;
  line-height:1.8;
  margin:10px 0
}
.confirm-dialog ul {
  font-size:12px;
  line-height:2;
  color:#697b5a;
  padding-left:18px
}
.confirm-actions {
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:25px
}
.toast {
  position:fixed;
  bottom:26px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:10px;
  background:#203e32;
  color:#eef7e4;
  border:1px solid #71946b;
  border-radius:10px;
  padding:14px 21px;
  font-size:12px;
  box-shadow:0 7px 30px #25482528;
  z-index:50;
  max-width:calc(100vw - 30px)
}
.toast svg {
  width:16px;
  height:16px;
  color:#c7e38e
}
.loading-screen {
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:20px;
  font-size:12px;
  color:#8b9780
}
.login-screen {
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:100vh
}
.login-story {
  padding:50px 65px;
  background:var(--green-dark);
  color:white;
  display:flex;
  flex-direction:column;
  overflow:hidden
}
.brand.light {
  padding:0;
  color:#fff
}
.brand.light .brand-symbol {
  color:var(--green-dark);
  background:var(--lime)
}
.brand.light .brand-caption {
  color:#8daa95
}
.login-copy {
  margin:auto 0;
  padding:70px 0;
  position:relative
}
.light-text {
  color:#bdd394
}
.login-copy h1 {
  font-size:50px;
  letter-spacing:-2px;
  line-height:1.15;
  margin:23px 0
}
.login-copy p {
  font-size:14px;
  line-height:1.8;
  color:#a6bfae
}
.login-story>small {
  color:#7f9f8a;
  font-size:10px;
  letter-spacing:.3px
}
.login-art {
  height:190px;
  position:relative;
  margin:35px 0 0 60px
}
.login-art span {
  font-size:110px;
  line-height:1;
  display:grid;
  place-items:center;
  background:var(--lime);
  color:#234d39;
  width:155px;
  height:155px;
  border-radius:20px;
  transform:rotate(12deg);
  position:relative;
  z-index:1
}
.login-art i {
  position:absolute;
  width:160px;
  height:160px;
  border:1px solid #829c7133;
  top:-3px;
  left:-30px;
  border-radius:20px;
  transform:rotate(-13deg);
  background:#81a18166
}
.login-art b {
  position:absolute;
  width:285px;
  height:285px;
  border:1px solid #819f7933;
  border-radius:50%;
  top:-50px;
  left:-63px
}
.login-panel {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:50px
}
.login-panel form {
  width:350px;
  max-width:100%
}
.pill {
  font-size:8px;
  letter-spacing:1.3px;
  color:#7c915f;
  border:1px solid #dbe4cd;
  border-radius:20px;
  padding:7px 11px;
  background:#eff3e7
}
.login-panel h2 {
  font-size:34px;
  letter-spacing:-1px;
  margin-top:24px
}
.login-panel form>p {
  font-size:12px;
  line-height:1.8;
  color:#8c9683;
  margin:13px 0 33px
}
.login-panel form>label {
  font-size:11px;
  margin-bottom:10px
}
.login-panel input {
  min-height:45px
}
.login-panel form>.button {
  width:100%;
  margin-top:18px;
  min-height:44px;
  justify-content:space-between
}
.login-footnote {
  display:flex;
  gap:9px;
  align-items:flex-start;
  margin-top:28px;
  color:#99a18e;
  line-height:1.8;
  font-size:10px
}
.login-footnote svg {
  height:14px;
  width:14px;
  flex-shrink:0;
  margin-top:3px
}
code {
  font-size:.92em;
  background:#eaf0e4;
  padding:2px 4px;
  border-radius:4px;
  overflow-wrap:anywhere
}
@media(min-width:1550px) {
  .resource-card {
    padding:20px
  }
  .resource-info>p {
    font-size:11px
  }
  .resource-title h3 {
    font-size:13px
  }
  .resource-url {
    font-size:10px
  }
  .content-grid {
    grid-template-columns:minmax(0,1fr) 355px
  }
  .telegram-chat {
    height:450px
  }
}
@media(max-width:1200px) {
  .sidebar {
    width:210px;
    padding-left:14px;
    padding-right:14px
  }
  .main-shell {
    margin-left:210px
  }
  .workspace strong {
    font-size:9px
  }
  main {
    padding:28px 25px
  }
  .topbar {
    padding:0 25px
  }
  .page-heading h1 {
    font-size:27px
  }
  .heading-actions {
    gap:6px
  }
  .heading-actions .button {
    font-size:10px;
    padding:9px 10px
  }
  .content-grid {
    gap:17px;
    grid-template-columns:minmax(0,1fr) 285px
  }
  .preview-panel {
    padding:18px 14px
  }
  .stat {
    padding:15px 13px;
    gap:10px
  }
  .stat-detail {
    display:none
  }
  .banner-art {
    right:6px;
    transform:scale(.87)
  }
  .welcome-banner h2 {
    font-size:23px
  }
  .resource-card {
    padding:15px 12px;
    gap:10px
  }
  .resource-actions {
    gap:3px
  }
  .resource-info>p {
    -webkit-line-clamp:2
  }
  .resource-avatar {
    width:33px;
    height:33px
  }
  .sidebar-note {
    margin-top:40px
  }
  .preview-controls select {
    font-size:9px
  }
}
@media(max-width:1000px) {
  .sidebar {
    width:185px;
    padding-left:10px;
    padding-right:10px
  }
  .main-shell {
    margin-left:185px
  }
  .brand {
    font-size:18px;
    gap:8px
  }
  .brand-symbol {
    width:35px;
    height:35px;
    font-size:32px
  }
  .brand-caption {
    font-size:8px;
    letter-spacing:2.5px
  }
  .workspace>svg {
    display:none
  }
  .workspace {
    padding:9px 7px;
    gap:7px
  }
  .workspace-avatar {
    width:25px;
    height:28px
  }
  .workspace strong {
    font-size:8px
  }
  .workspace small {
    font-size:9px
  }
  .nav-item {
    font-size:11px;
    gap:9px;
    padding:12px 10px
  }
  .sidebar-note {
    margin-left:0;
    margin-right:0
  }
  .page-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:10px
  }
  .heading-actions {
    padding-top:0
  }
  .welcome-banner {
    padding:25px;
    min-height:205px
  }
  .welcome-banner h2 {
    max-width:260px;
    line-height:1.3
  }
  .banner-art {
    right:-34px;
    transform:scale(.75)
  }
  .welcome-banner p {
    font-size:10px
  }
  .content-grid {
    grid-template-columns:minmax(0,1fr) 260px;
    gap:16px
  }
  main {
    padding:27px 20px
  }
  .preview-panel {
    padding:16px 11px
  }
  .tabs .tab {
    padding:7px 5px;
    font-size:9px
  }
  .resource-card {
    flex-wrap:wrap
  }
  .resource-actions {
    margin-left:auto;
    align-self:center
  }
  .resource-meta {
    gap:3px
  }
  .resource-avatar {
    display:none
  }
  .resource-info {
    min-width:130px
  }
  .panel-header {
    align-items:flex-start
  }
  .panel-header h2 {
    font-size:15px
  }
  .panel-header p {
    font-size:9px
  }
  .resource-info>p {
    font-size:10px
  }
  .topbar {
    padding:0 20px
  }
  .saved-indicator {
    font-size:9px
  }
  .login-story {
    padding:40px
  }
  .login-copy h1 {
    font-size:40px
  }
  .login-panel {
    padding:35px
  }
}
@media(max-width:820px) {
  .sidebar {
    position:static;
    width:auto;
    padding:17px 20px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    border-right:0;
    border-bottom:1px solid var(--line);
    gap:17px
  }
  .app {
    display:block
  }
  .brand {
    padding:0
  }
  .sidebar .workspace,.nav-label,.sidebar-note,.sidebar-bottom {
    display:none
  }
  .sidebar nav {
    display:flex;
    gap:6px;
    margin-left:auto
  }
  .nav-item {
    margin:0;
    width:auto;
    font-size:10px;
    padding:10px
  }
  .nav-item svg {
    width:14px
  }
  .nav-count {
    display:none
  }
  .main-shell {
    margin-left:0
  }
  .topbar {
    height:49px
  }
  .topbar-right {
    gap:10px
  }
  .page-heading {
    flex-direction:row;
    align-items:center
  }
  .page-heading h1 {
    font-size:26px
  }
  .page-heading p {
    font-size:10px;
    max-width:280px
  }
  .eyebrow {
    font-size:8px
  }
  .content-grid {
    grid-template-columns:minmax(0,1fr) 278px
  }
  .preview-panel {
    padding:17px 13px
  }
  .welcome-banner h2 {
    max-width:none;
    font-size:25px
  }
  .banner-art {
    right:10px;
    transform:scale(.9)
  }
  .resource-avatar {
    display:grid;
    width:33px;
    height:33px
  }
  .resource-info {
    min-width:100px
  }
  .resource-card {
    flex-wrap:nowrap
  }
  .page-tabs {
    gap:6px
  }
  .page-tab {
    padding:10px;
    font-size:10px
  }
  .field-grid {
    gap:12px
  }
  .login-story {
    padding:35px
  }
  .login-copy h1 {
    font-size:36px
  }
  .login-copy p {
    font-size:12px
  }
}
@media(max-width:650px) {
  .sidebar {
    padding:15px 18px;
    gap:17px
  }
  .sidebar nav {
    order:2;
    width:100%;
    margin:0
  }
  .nav-item {
    flex:1;
    justify-content:center;
    font-size:10px;
    padding:10px 6px
  }
  .brand {
    font-size:18px
  }
  .brand-symbol {
    width:31px;
    height:31px;
    font-size:29px
  }
  .brand-caption {
    font-size:7px;
    letter-spacing:2.6px
  }
  .topbar {
    height:44px;
    padding:0 18px
  }
  .breadcrumbs {
    font-size:9px;
    gap:8px
  }
  .breadcrumbs>svg {
    width:13px
  }
  .saved-indicator {
    font-size:8px
  }
  .topbar-right>.account-avatar {
    display:none
  }
  main {
    padding:25px 18px 16px
  }
  .page-heading {
    display:block;
    margin-bottom:20px
  }
  .page-heading h1 {
    font-size:29px
  }
  .page-heading p {
    max-width:none;
    font-size:11px;
    margin-top:8px
  }
  .heading-actions {
    margin-top:18px
  }
  .heading-actions .button {
    flex:1;
    min-height:40px;
    font-size:11px
  }
  .welcome-banner {
    min-height:220px;
    padding:24px;
    isolation:isolate
  }
  .welcome-banner h2 {
    max-width:220px;
    font-size:24px
  }
  .welcome-banner p {
    max-width:205px;
    font-size:10px
  }
  .banner-kicker {
    font-size:7px;
    letter-spacing:1.3px
  }
  .banner-art {
    transform:scale(.63);
    transform-origin:right center;
    right:-23px;
    z-index:-1;
    opacity:.85
  }
  .banner-link {
    font-size:9px
  }
  .stats {
    gap:7px;
    margin:14px 0 25px;
    grid-template-columns:1fr 1fr 1.2fr
  }
  .stat {
    padding:12px 9px;
    gap:7px;
    min-height:76px
  }
  .stat-icon {
    display:none
  }
  .stat-label {
    font-size:8px
  }
  .stat strong {
    font-size:21px
  }
  .stat strong.date-stat {
    font-size:12px
  }
  .content-grid {
    display:flex;
    flex-direction:column;
    gap:25px
  }
  .editor-panel {
    width:100%
  }
  .preview-panel {
    width:100%;
    position:static;
    padding:23px;
    max-width:420px;
    align-self:center
  }
  .phone {
    max-width:290px;
    margin:auto
  }
  .preview-controls {
    max-width:290px;
    margin:17px auto
  }
  .telegram-chat {
    height:405px
  }
  .preview-description {
    font-size:10px
  }
  .resource-card {
    padding:16px;
    gap:13px
  }
  .resource-avatar {
    width:38px;
    height:38px;
    font-size:18px
  }
  .resource-title h3 {
    font-size:13px
  }
  .resource-info>p {
    font-size:11px
  }
  .resource-url {
    font-size:10px
  }
  .resource-actions {
    gap:7px
  }
  .resource-meta .page-chip {
    font-size:9px
  }
  .tab {
    font-size:10px
  }
  .toolbar select {
    font-size:11px
  }
  .search input {
    font-size:11px
  }
  .panel-header h2 {
    font-size:18px
  }
  .panel-header p {
    font-size:10px
  }
  .panel-header .button {
    font-size:11px
  }
  .list-footer {
    font-size:10px
  }
  .page-footer {
    font-size:8px;
    gap:15px;
    line-height:1.8
  }
  .dialog-heading {
    padding:21px
  }
  .dialog-body {
    padding:0 21px 21px;
    max-height:61vh
  }
  .dialog-footer {
    padding:15px;
    flex-wrap:wrap
  }
  .dialog-footer>div {
    margin-left:auto
  }
  .dialog-footer .button {
    font-size:10px;
    padding:9px 10px
  }
  .field-grid {
    grid-template-columns:1fr
  }
  .checkbox-grid {
    gap:14px
  }
  .login-screen {
    grid-template-columns:1fr
  }
  .login-story {
    padding:26px 28px
  }
  .login-copy {
    padding:32px 0 9px
  }
  .login-copy h1 {
    font-size:33px;
    margin:14px 0
  }
  .login-copy p {
    font-size:11px
  }
  .login-copy .eyebrow {
    font-size:7px
  }
  .login-art,.login-story>small {
    display:none
  }
  .login-panel {
    padding:42px 28px;
    align-items:flex-start
  }
  .login-panel form {
    width:100%
  }
  .login-panel h2 {
    font-size:29px
  }
  .login-panel form>p {
    margin-bottom:27px
  }
  .login-footnote {
    margin-top:22px
  }
  .page-tab {
    padding:14px;
    font-size:11px
  }
  .settings-card {
    padding:20px
  }
  .toast {
    font-size:11px;
    bottom:17px;
    padding:12px 17px
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    transition:none!important;
    scroll-behavior:auto!important
  }
}
/* Legible labels and generous touch targets at every viewport. */
.nav-item {
  white-space:nowrap;
  font-size:12px
}
.resource-title h3 {
  font-size:14px
}
.resource-info>p {
  font-size:12px;
  color:#717d69
}
.resource-url {
  font-size:11px;
  color:#637858
}
.page-chip {
  font-size:9px;
  color:#66765a
}
.panel-header p {
  font-size:11px;
  color:#76836a
}
.preview-description,.preview-note {
  color:#738368
}
.search input,.toolbar select {
  font-size:11px
}
.sidebar-note p {
  color:#758368
}
.stat-label {
  color:#77816f
}
.stat-detail {
  color:#77866c
}
.preview-heading .eyebrow {
  display:block
}
.resource-actions .icon-button {
  min-width:32px;
  min-height:32px
}
.resource-actions {
  padding-top:0
}
.switch {
  width:32px;
  height:20px
}
.switch:before {
  width:16px;
  height:16px
}
.switch[aria-checked=true]:before {
  transform:translateX(12px)
}
.telegram-chat {
  font-size:11px
}
.topbar-right>.account-avatar {
  display:grid
}
.resource-avatar {
  width:39px;
  height:39px
}
.page-section-label {
  margin-bottom:12px
}
@media(max-width:1200px) {
  .nav-item {
    font-size:11px
  }
  .resource-title h3 {
    font-size:13px
  }
  .resource-info>p {
    font-size:11px
  }
  .resource-url {
    font-size:10px
  }
}
@media(max-width:1000px) {
  .nav-item {
    font-size:10px
  }
  .resource-avatar {
    display:none
  }
}
@media(max-width:820px) {
  .nav-item {
    font-size:10px
  }
  .resource-avatar {
    display:grid
  }
}
@media(max-width:650px) {
  .topbar-right {
    gap:8px
  }
  .topbar-right>.account-avatar {
    width:24px;
    height:24px;
    font-size:9px
  }
  .nav-item {
    font-size:10px
  }
  .resource-info>p {
    font-size:12px
  }
  .resource-title h3 {
    font-size:14px
  }
  .resource-url {
    font-size:10px
  }
  .resource-card {
    gap:10px
  }
  .resource-actions {
    gap:3px
  }
  .resource-avatar {
    width:32px;
    height:34px
  }
  .welcome-banner p {
    max-width:180px
  }
  .banner-art {
    right:-44px;
    transform:scale(.56);
    opacity:.6
  }
  .stat {
    padding:12px 10px
  }
  .stat-icon {
    display:none
  }
  .saved-indicator {
    max-width:130px;
    line-height:1.5
  }
  .preview-note {
    font-size:10px
  }
  .publish-tip p {
    font-size:10px
  }
  .preview-description {
    font-size:10px
  }
  .preview-controls select {
    font-size:11px
  }
  .list-footer {
    font-size:10px
  }
}
