@charset "utf-8";

/* TOONPOP_NOTICE_SKIN_V001_20260718 */
.tpn-shell,
.tpn-view,
.tpn-write{
  max-width:1000px;
  margin:0 auto;
  color:var(--tp-text);
}
.tpn-shell,
.tpn-view__head,
.tpn-view__body,
.tpn-write{
  border:1px solid var(--tp-line);
  border-radius:20px;
  background:var(--tp-panel);
  box-shadow:var(--tp-shadow);
}
.tpn-head,
.tpn-view__head,
.tpn-write__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:22px 24px;
  border-top:4px solid var(--tp-hot);
}
.tpn-kicker{
  display:block;
  margin-bottom:5px;
  color:var(--tp-accent);
  font-size:10px;
  font-weight:950;
  letter-spacing:.14em;
}
.tpn-head h1,
.tpn-view__head h1,
.tpn-write__head h1{
  margin:0;
  color:var(--tp-text);
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.04em;
}
.tpn-head p,
.tpn-view__head p{
  margin:7px 0 0;
  color:var(--tp-muted);
  font-size:12px;
  font-weight:750;
}
.tpn-primary-btn,
.tpn-view__nav a,
.tpn-owner-actions a,
.tpn-write__actions a,
.tpn-write__actions button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 15px;
  border:1px solid var(--tp-line);
  border-radius:999px;
  background:var(--tp-panel2);
  color:var(--tp-text)!important;
  font-size:13px;
  font-weight:900;
  text-decoration:none!important;
}
.tpn-primary-btn,
.tpn-write__actions button{
  border-color:var(--tp-accent);
  background:var(--tp-accent);
  color:#fff!important;
}
.tpn-list{
  margin:0 14px 16px;
  overflow:hidden;
  border:1px solid var(--tp-line);
  border-radius:15px;
}
.tpn-list__head,
.tpn-list__row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 90px 120px;
  gap:12px;
  align-items:center;
}
.tpn-list__head{
  min-height:42px;
  padding:0 16px;
  background:var(--tp-panel2);
  color:var(--tp-muted);
  font-size:11px;
  font-weight:900;
}
.tpn-list__head span:nth-child(n+2){
  text-align:center;
}
.tpn-list__row{
  min-height:56px;
  padding:10px 16px;
  border-top:1px solid var(--tp-line);
  color:var(--tp-text);
}
.tpn-list__row:hover{
  background:var(--tp-panel2);
}
.tpn-list__row strong{
  min-width:0;
  overflow:hidden;
  color:var(--tp-text);
  font-size:14px;
  font-weight:850;
  line-height:1.4;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.tpn-list__row span,
.tpn-list__row time{
  color:var(--tp-muted);
  font-size:12px;
  font-weight:700;
  text-align:center;
}
.tpn-hit::before{content:none}
.tpn-empty{
  padding:34px 18px;
  color:var(--tp-muted);
  font-weight:800;
  text-align:center;
}
.tpn-pager{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:20px 14px 24px;
}
.tpn-pager a,
.tpn-pager strong{
  display:grid;
  place-items:center;
  min-width:36px;
  height:36px;
  padding:0 8px;
  border:1px solid var(--tp-line);
  border-radius:999px;
  background:var(--tp-panel);
  color:var(--tp-text);
  font-size:12px;
  font-weight:900;
}
.tpn-pager strong{
  border-color:var(--tp-accent);
  background:var(--tp-accent);
  color:#fff;
}
.tpn-view__head{
  margin-bottom:14px;
}
.tpn-owner-actions{
  display:flex;
  gap:7px;
}
.tpn-owner-actions .is-danger{
  color:#cf3150!important;
}
.tpn-view__body{
  padding:30px 32px 34px;
}
.tpn-content,
.tpn-content *{
  text-align:left!important;
}
.tpn-content{
  min-height:150px;
  color:var(--tp-text);
  font-size:15px;
  line-height:1.8;
  word-break:keep-all;
  overflow-wrap:anywhere;
}
.tpn-content p{
  margin:0 0 1em;
}
.tpn-content img{
  display:block;
  max-width:100%;
  height:auto;
  margin-left:0!important;
  margin-right:auto!important;
}
.tpn-view__nav{
  display:flex;
  justify-content:center;
  margin-top:14px;
}
.tpn-write{
  padding:22px 24px 26px;
}
.tpn-write__head{
  padding:0 0 18px;
  border-top:0;
  border-bottom:1px solid var(--tp-line);
}
.tpn-field{
  margin-top:18px;
}
.tpn-field > label{
  display:block;
  margin-bottom:8px;
  color:var(--tp-text);
  font-size:13px;
  font-weight:900;
}
.tpn-field input[type=text]{
  width:100%;
  min-height:44px;
  padding:0 14px;
  border:1px solid var(--tp-line);
  border-radius:12px;
  background:var(--tp-panel2);
  color:var(--tp-text);
  outline:none;
}
.tpn-editor textarea{
  width:100%!important;
  min-height:320px!important;
}
.tpn-write__actions{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  margin-top:20px;
}
@media(max-width:720px){
  .tpn-head,
  .tpn-view__head{
    align-items:flex-start;
    padding:18px;
  }
  .tpn-head h1,
  .tpn-view__head h1,
  .tpn-write__head h1{
    font-size:21px;
  }
  .tpn-list__head{
    display:none;
  }
  .tpn-list__row{
    display:block;
    min-height:0;
    padding:14px;
  }
  .tpn-list__row strong{
    display:block;
    white-space:normal;
  }
  .tpn-list__row span,
  .tpn-list__row time{
    display:inline-block;
    margin-top:7px;
    text-align:left;
  }
  .tpn-list__row span::after{
    content:" · ";
  }
  .tpn-view__head{
    display:block;
  }
  .tpn-owner-actions{
    margin-top:12px;
  }
  .tpn-view__body{
    padding:22px 19px 25px;
  }
  .tpn-content{
    font-size:14px;
    line-height:1.75;
    word-break:normal;
  }
  .tpn-write{
    padding:19px 16px 22px;
  }
}
