/* Alphonse Mucha guest for the Notes catalogue inside the Claude design. */
html[data-interface-design="claude"][data-v74-route="notes"]{
  --mucha-panel:#fdf9f3;--mucha-ink:#3b2e2a;--mucha-rose:#b76e79;--mucha-gold:#c9a24b;--mucha-sage:#8fa07b
}
html[data-interface-design="claude"][data-v74-route="notes"] main>.topbar .page-title{
  font-family:'Cormorant Garamond',Georgia,serif;font-size:26px;color:var(--mucha-ink)
}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-grid{padding-top:24px}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card{position:relative;color:var(--mucha-ink)}
@media(max-width:1024px){html[data-interface-design="claude"][data-v74-route="notes"] .notes-preview{padding-top:26px!important}}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-preview{
  padding:20px 14px 12px;border:1px solid #ecdfd0;border-radius:8px;background:var(--mucha-panel);
  box-shadow:inset 0 0 0 6px var(--mucha-panel),inset 0 0 0 7px color-mix(in srgb,var(--mucha-gold) 38%,transparent)
}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card::before{
  content:"";position:absolute;z-index:2;top:-20px;left:50%;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;
  background:radial-gradient(circle,var(--mucha-panel) 0 54%,transparent 57%),conic-gradient(var(--mucha-gold),var(--mucha-rose),var(--mucha-sage),var(--mucha-gold));
  border:2px solid var(--mucha-panel);box-shadow:0 2px 6px #0000001f;pointer-events:none
}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card h3{
  font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;color:var(--mucha-ink)
}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card-meta{
  margin-top:5px;padding-top:7px;border-top:1px dashed #e6d9c8;font-family:'Cormorant Garamond',Georgia,serif
}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card time{color:#a08f7f}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card>[data-note-favorite]{z-index:5;left:50%;right:auto;top:-20px;transform:translateX(-50%)!important;display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0!important;border:0!important;border-radius:50%!important;pointer-events:auto;touch-action:manipulation;line-height:0;background:transparent!important}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card>[data-note-favorite] .v22-icon{display:block;width:20px!important;height:20px!important;margin:0!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card>[data-note-favorite][aria-pressed="false"]{background:transparent!important;color:var(--mucha-gold)!important}
html[data-interface-design="claude"][data-v74-route="notes"] .notes-card>[data-note-favorite][aria-pressed="true"]{background:transparent!important;color:var(--mucha-rose)!important;box-shadow:none!important}
@media(max-width:599px){html[data-interface-design="claude"][data-v74-route="notes"] .notes-grid{padding-top:18px}html[data-interface-design="claude"][data-v74-route="notes"] .notes-card::before{width:36px;height:36px;top:-15px}html[data-interface-design="claude"][data-v74-route="notes"] .notes-card>[data-note-favorite]{top:-15px;width:36px;height:36px;min-width:36px;min-height:36px}}
