.note-card{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:24px;position:relative;background:linear-gradient(135deg,#ffffff,#fefefe 50%,#fdfdfd);border-radius:16px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.08),0 4px 20px rgba(0,0,0,.04),0 1px 4px rgba(0,0,0,.04);transform:rotate(var(--rotation,0deg));transition:all .4s cubic-bezier(.34,1.56,.64,1);border:2px solid transparent;background-clip:padding-box;animation:fadeInUp .6s ease forwards;animation-delay:calc(var(--card-index, 0) * .05s);opacity:0;overflow:visible}.clickable-card{cursor:pointer}.clickable-card:active{transform:rotate(0deg) translateY(-2px) scale(.98)}.note-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:var(--hover-color,linear-gradient(135deg,#667eea 0,#764ba2 100%));border-radius:20px;z-index:-1;opacity:0;transition:opacity .4s ease}.note-card:hover:before{opacity:.3}.note-card:not(.featured-note):nth-child(3n+1){--hover-color:linear-gradient(135deg,#e8eaf6,#c5cae9)}.note-card:not(.featured-note):nth-child(3n+2){--hover-color:linear-gradient(135deg,#fce4ec,#f8bbd0)}.note-card:not(.featured-note):nth-child(3n+3){--hover-color:linear-gradient(135deg,#e3f2fd,#bbdefb)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px) rotate(var(--rotation,0deg))}to{opacity:1;transform:translateY(0) rotate(var(--rotation,0deg))}}.note-card:hover{transform:rotate(0deg) translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:100;background:linear-gradient(135deg,#ffffff,#fefefe)}.card-inner,.note-header{position:relative}.note-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.04)}.featured-note .note-header{border-bottom-color:rgba(0,0,0,.08)}.note-avatar{width:48px;height:48px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid white;flex-shrink:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 3px 12px rgba(0,0,0,.12),0 1px 4px rgba(0,0,0,.08);position:relative;background:white}.note-avatar:before{content:"";position:absolute;inset:-3px;border-radius:50%;padding:3px;background:linear-gradient(135deg,var(--coral),#ff6b9d,#c471ed);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.note-card:hover .note-avatar{transform:scale(1.08);box-shadow:0 4px 16px rgba(0,0,0,.2)}.note-card:hover .note-avatar:before{opacity:1}.featured-note .note-avatar{border-color:white;box-shadow:0 3px 12px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1)}.featured-note .note-avatar:before{background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.2))}.featured-note:hover .note-avatar{transform:scale(1.05);box-shadow:0 4px 16px rgba(0,0,0,.15)}.note-avatar-initials{width:48px;height:48px;border-radius:50%;color:white;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;flex-shrink:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);box-shadow:0 3px 12px rgba(0,0,0,.15),0 1px 4px rgba(0,0,0,.1);border:3px solid white;position:relative;letter-spacing:-.5px}.note-avatar-initials:before{content:"";position:absolute;inset:-3px;border-radius:50%;background:inherit;filter:brightness(1.2);opacity:0;transition:opacity .4s ease;z-index:-1}.note-card:hover .note-avatar-initials{transform:scale(1.08);box-shadow:0 4px 16px rgba(0,0,0,.2)}.note-card:hover .note-avatar-initials:before{opacity:.3}.featured-initials{background:linear-gradient(135deg,#f5f5f5,#e8e8e8)!important;border-color:white;box-shadow:0 3px 12px rgba(0,0,0,.15),0 2px 8px rgba(0,0,0,.1);color:#333333!important;position:relative}.featured-initials:after{content:"";position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,rgba(0,0,0,.1),rgba(0,0,0,.05));opacity:0;transition:opacity .4s ease}.featured-note:hover .featured-initials{transform:scale(1.05);box-shadow:0 4px 16px rgba(0,0,0,.15)}.featured-note:hover .featured-initials:after{opacity:.5}.note-author{flex:1;min-width:0}.note-author strong{display:block;font-size:17px;font-weight:800;color:#1a1a1a;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.3px;position:relative;padding-bottom:2px;background:linear-gradient(90deg,#1a1a1a,#1a1a1a);background-clip:text;-webkit-background-clip:text;transition:all .3s ease}.note-card:hover .note-author strong{background:linear-gradient(90deg,var(--coral) 0,#ff6b9d 50%,var(--coral) 100%);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}.note-link{font-size:13px;color:#666;text-decoration:none;transition:all .3s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-flex;align-items:center;gap:4px;font-weight:600;position:relative}.note-link:before{content:"→";opacity:0;transform:translateX(-4px);transition:all .3s ease}.note-link:hover:before{opacity:1;transform:translateX(0)}.note-link:hover{color:var(--coral);transform:translateX(4px)}.featured-note .note-author strong{color:#1a1a1a}.featured-note:hover .note-author strong{color:#000000}.featured-note .note-link{color:#666666}.featured-note .note-link:hover{color:#000000}.note-message{margin:0;font-size:16px;line-height:1.75;color:#1a1a1a;font-family:Georgia,Times New Roman,serif;word-wrap:break-word;position:relative;padding:14px 16px 14px 18px;border-left:4px solid transparent;-o-border-image:linear-gradient(180deg,rgba(237,104,71,.3),rgba(237,104,71,.1)) 1;border-image:linear-gradient(180deg,rgba(237,104,71,.3),rgba(237,104,71,.1)) 1;font-style:italic;background:linear-gradient(90deg,rgba(237,104,71,.02),transparent 50%);border-radius:0 8px 8px 0;transition:all .3s ease}.note-message:before{content:'"';position:absolute;left:0;top:8px;font-size:32px;font-family:Georgia,serif;color:rgba(237,104,71,.15);line-height:1;font-style:normal}.note-card:hover .note-message{-o-border-image:linear-gradient(180deg,rgba(237,104,71,.5),rgba(237,104,71,.2)) 1;border-image:linear-gradient(180deg,rgba(237,104,71,.5),rgba(237,104,71,.2)) 1;background:linear-gradient(90deg,rgba(237,104,71,.04),transparent 50%);transform:translateX(2px)}.note-card:hover .note-message:before{color:rgba(237,104,71,.3)}.featured-note .note-message{-o-border-image:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.08)) 1;border-image:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.08)) 1;background:linear-gradient(90deg,rgba(0,0,0,.02),transparent 50%);color:#1a1a1a;font-weight:500}.featured-note .note-message:before{color:rgba(0,0,0,.12)}.featured-note:hover .note-message{-o-border-image:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.12)) 1;border-image:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.12)) 1;background:linear-gradient(90deg,rgba(0,0,0,.03),transparent 50%)}.featured-note:hover .note-message:before{color:rgba(0,0,0,.2)}.featured-note{animation:fadeInUp .5s ease forwards;animation-delay:calc(var(--card-index, 0) * .03s);background:linear-gradient(135deg,#fffef5,#fff9e8);position:relative;box-shadow:0 3px 12px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.06);border:3px dotted rgba(0,0,0,.25);border-radius:20px;--hover-color:linear-gradient(135deg,#f8b500,#ffd700)}.featured-note:hover{background:linear-gradient(135deg,#fff9e8,#fff3d6);transform:rotate(0deg) translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12);border-color:rgba(0,0,0,.3)}.note-footer{margin-top:16px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.note-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.stat-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#666;font-weight:500;letter-spacing:.1px;transition:color .2s ease}.note-card:hover .stat-item{color:#4a4a4a}.stat-item svg{opacity:.5;flex-shrink:0;transition:opacity .2s ease}.note-card:hover .stat-item svg{opacity:.7}.stat-separator{opacity:.3;font-size:11px;color:#999}.featured-note .note-footer{border-top-color:rgba(0,0,0,.1)}.featured-note .stat-item{color:#666666}.featured-note:hover .stat-item{color:#333333}@media (max-width:768px){.note-card{transform:none!important;animation:mobileSlideIn .4s ease forwards;animation-delay:calc(var(--card-index, 0) * .03s);margin-bottom:12px;padding:16px;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06)}@keyframes mobileSlideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.note-card:active{transform:scale(.98)!important;box-shadow:0 2px 8px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.note-card:before{display:none}.note-card:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.08)}.note-header{gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}.note-avatar,.note-avatar-initials{width:40px;height:40px;border-width:2px;box-shadow:0 2px 8px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.06)}.note-avatar-initials:before,.note-avatar:before{display:none}.note-card:active .note-avatar,.note-card:hover .note-avatar{transform:none}.note-avatar-initials{font-size:16px;letter-spacing:-.3px}.note-author strong{font-size:15px;letter-spacing:-.2px;margin-bottom:3px}.note-card:hover .note-author strong{background:none;-webkit-text-fill-color:unset;color:#1a1a1a}.note-link{font-size:12px}.note-link:before{display:none}.note-link:hover{transform:none}.note-message{font-size:15px;line-height:1.6;padding:10px 12px 10px 14px;border-left-width:3px;border-radius:0 6px 6px 0;background:linear-gradient(90deg,rgba(237,104,71,.015),transparent 50%)}.note-message:before{font-size:24px;top:6px;opacity:.5}.note-card:active .note-message,.note-card:hover .note-message{transform:none;-o-border-image:linear-gradient(180deg,rgba(237,104,71,.3),rgba(237,104,71,.1)) 1;border-image:linear-gradient(180deg,rgba(237,104,71,.3),rgba(237,104,71,.1)) 1}.note-footer{margin-top:10px;padding-top:10px;border-top:1px solid rgba(0,0,0,.06)}.note-stats{gap:6px}.stat-item{gap:4px;font-size:11px}.stat-item svg{width:10px;height:10px;opacity:.6}.stat-separator{font-size:10px;opacity:.4}.featured-note{background:linear-gradient(135deg,#fffef5,#fff9e8);border:2px solid rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.06)}.featured-note:active{background:linear-gradient(135deg,#fff9e8,#fff3d6);box-shadow:0 3px 12px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.08)}.featured-note:hover{transform:none;box-shadow:0 2px 8px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.06)}.featured-note .note-message{-o-border-image:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.06)) 1;border-image:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.06)) 1;background:linear-gradient(90deg,rgba(0,0,0,.015),transparent 50%)}}@media (max-width:480px){.note-card{padding:14px;margin-bottom:10px;border-radius:14px}.note-header{gap:10px;margin-bottom:10px;padding-bottom:10px}.note-avatar,.note-avatar-initials{width:36px;height:36px}.note-author strong,.note-avatar-initials{font-size:14px}.note-link{font-size:11px}.note-message{font-size:14px;line-height:1.55;padding:8px 10px 8px 12px}.note-message:before{font-size:20px;top:4px}.note-footer{margin-top:8px;padding-top:8px}.stat-item{font-size:10px;gap:3px}.stat-item svg{width:9px;height:9px}.stat-separator{font-size:9px}}.cta-card{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:20px;background:linear-gradient(135deg,#fff5f0,#ffe8e0);border:3px dashed var(--coral);border-radius:12px;text-align:center;padding:30px 24px;min-height:200px;justify-content:center}.cta-card,.cta-content{display:flex;align-items:center}.cta-content{flex-direction:column;gap:10px}.cta-icon{font-size:48px;margin-bottom:12px;display:block;color:var(--coral);animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cta-card h3{margin:0 0 10px;font-size:20px;color:var(--ink);font-weight:700;font-family:Georgia,serif}.cta-card p{margin:0 0 20px;font-size:14px;color:var(--ink-light);line-height:1.6;max-width:280px}.cta-card .button-coral{display:inline-block;padding:12px 28px;background:var(--coral);color:white;border-radius:25px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;box-shadow:0 4px 12px rgba(237,104,71,.3)}.cta-card .button-coral:hover{transform:scale(1.05);background:var(--coral-dark);box-shadow:0 6px 20px rgba(237,104,71,.4)}@media (max-width:768px){.cta-card{margin-bottom:12px;padding:24px 20px;min-height:160px;border-radius:16px;border-width:2px}.cta-content{gap:8px}.cta-icon{font-size:40px;margin-bottom:8px}.cta-card h3{font-size:18px;margin-bottom:8px}.cta-card p{font-size:13px;margin-bottom:16px;max-width:240px}.cta-card .button-coral{padding:10px 24px;font-size:13px;box-shadow:0 3px 10px rgba(237,104,71,.25)}.cta-card .button-coral:active{transform:scale(.96)}}@media (max-width:480px){.cta-card{padding:20px 16px;min-height:140px;border-radius:14px;margin-bottom:10px}.cta-icon{font-size:36px;margin-bottom:6px}.cta-card h3{font-size:16px;margin-bottom:6px}.cta-card p{font-size:12px;margin-bottom:14px;max-width:220px}.cta-card .button-coral{padding:9px 20px;font-size:12px}}.masonry-grid{-moz-column-count:4;column-count:4;-moz-column-gap:24px;column-gap:24px;transition:opacity .3s;padding-top:16px}@media (max-width:1100px){.masonry-grid{-moz-column-count:3;column-count:3;-moz-column-gap:18px;column-gap:18px}}@media (max-width:768px){.masonry-grid{-moz-column-count:1;column-count:1;display:flex;flex-direction:column;gap:0;padding:0 16px;max-width:100%;width:100%}.masonry-grid>*{-moz-column-break-inside:auto;break-inside:auto;page-break-inside:auto;width:100%}}@media (max-width:480px){.masonry-grid{padding:0 12px}}@media (min-width:769px) and (max-width:1100px){.masonry-grid{-moz-column-gap:16px;column-gap:16px}}