@charset "utf-8";

/* TOONTAP_NOTICE_SKIN_V001_20260718 */
.ttn-shell,
.ttn-view,
.ttn-write{
  max-width:1000px;
  margin:0 auto;
  color:var(--tt-text);
}
.ttn-shell{
  padding:18px;
}
.ttn-head,
.ttn-view__head,
.ttn-write__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
}
.ttn-head{
  margin-bottom:16px;
}
.ttn-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--tt-muted);
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
}
.ttn-head h1,
.ttn-view__head h1,
.ttn-write__head h1{
  margin:0;
  color:var(--tt-text);
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.04em;
}
.ttn-head p,
.ttn-view__head p{
  margin:7px 0 0;
  color:var(--tt-muted);
  font-size:12px;
  font-weight:700;
}
.ttn-primary-btn,
.ttn-view__nav a,
.ttn-owner-actions a,
.ttn-write__actions a,
.ttn-write__actions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 14px;
  border:1px solid var(--tt-line);
  border-radius:999px;
  background:var(--tt-paper2);
  color:var(--tt-text)!important;
  font-size:12px;
  font-weight:900;
  text-decoration:none!important;
}
.ttn-primary-btn,
.ttn-write__actions button{
  border-color:var(--tt-accent);
  background:var(--tt-accent);
  color:var(--tt-accent-ink)!important;
}
.ttn-list{
  overflow:hidden;
  border:1px solid var(--tt-line);
  border-radius:15px;
  background:var(--tt-paper2);
}
.ttn-list__row{
  display:grid;
  gap:6px;
  min-height:62px;
  padding:14px 16px;
  border-top:1px solid var(--tt-line);
  background:var(--tt-paper);
}
.ttn-list__row:first-child{
  border-top:0;
}
.ttn-list__row:hover{
  background:var(--tt-paper2);
}
.ttn-list__row strong{
  color:var(--tt-text);
  font-size:14px;
  font-weight:850;
  line-height:1.4;
}
.ttn-list__row span{
  color:var(--tt-muted);
  font-size:11px;
  font-weight:700;
}
.ttn-empty{
  padding:24px 16px;
  color:var(--tt-muted);
  font-weight:750;
}
.ttn-pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:20px 0 2px;
}
.ttn-pager a,
.ttn-pager strong{
  display:grid;
  place-items:center;
  min-width:34px;
  height:34px;
  padding:0 7px;
  border:1px solid var(--tt-line);
  border-radius:999px;
  background:var(--tt-paper);
  color:var(--tt-text);
  font-size:12px;
  font-weight:900;
}
.ttn-pager strong{
  border-color:var(--tt-accent);
  background:var(--tt-accent);
  color:var(--tt-accent-ink);
}
.ttn-view__head,
.ttn-view__body,
.ttn-write{
  border:1px solid var(--tt-line);
  border-radius:var(--tt-radius);
  background:var(--tt-paper);
}
.ttn-view__head{
  padding:22px 24px;
  margin-bottom:14px;
}
.ttn-owner-actions{
  display:flex;
  gap:7px;
}
.ttn-owner-actions .is-danger{
  color:var(--tt-danger)!important;
}
.ttn-view__body{
  padding:30px 32px 34px;
}
.ttn-content,
.ttn-content *{
  text-align:left!important;
}
.ttn-content{
  min-height:150px;
  color:var(--tt-text);
  font-size:15px;
  line-height:1.8;
  word-break:keep-all;
  overflow-wrap:anywhere;
}
.ttn-content p{
  margin:0 0 1em;
}
.ttn-content img{
  display:block;
  max-width:100%;
  height:auto;
  margin-left:0!important;
  margin-right:auto!important;
}
.ttn-view__nav{
  display:flex;
  justify-content:center;
  margin-top:14px;
}
.ttn-write{
  padding:22px 24px 26px;
}
.ttn-write__head{
  padding-bottom:18px;
  border-bottom:1px solid var(--tt-line);
}
.ttn-field{
  margin-top:18px;
}
.ttn-field > label{
  display:block;
  margin-bottom:8px;
  color:var(--tt-text);
  font-size:13px;
  font-weight:900;
}
.ttn-field input[type=text]{
  width:100%;
  min-height:44px;
  padding:0 14px;
  border:1px solid var(--tt-line)!important;
  border-radius:12px!important;
  background:var(--tt-paper2)!important;
  color:var(--tt-text)!important;
  outline:none;
}
.ttn-editor textarea{
  width:100%!important;
  min-height:320px!important;
}
.ttn-write__actions{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-top:20px;
}
@media(max-width:720px){
  .ttn-shell{
    padding:14px;
  }
  .ttn-head,
  .ttn-view__head{
    align-items:flex-start;
  }
  .ttn-head h1,
  .ttn-view__head h1,
  .ttn-write__head h1{
    font-size:21px;
  }
  .ttn-view__head{
    display:block;
    padding:18px;
  }
  .ttn-owner-actions{
    margin-top:12px;
  }
  .ttn-view__body{
    padding:22px 18px 25px;
  }
  .ttn-content{
    font-size:14px;
    line-height:1.75;
    word-break:normal;
  }
  .ttn-write{
    padding:19px 16px 22px;
  }
}
