*{margin:0;padding:0;box-sizing:border-box;font-family:Comic Sans MS,Segoe UI,sans-serif}body{background:linear-gradient(135deg,#fdfbfb,#ebedee);min-height:100vh;padding:30px}form{display:flex;gap:10px;justify-content:center;margin-bottom:40px}form input{padding:10px 14px;border-radius:8px;border:1px solid #ccc;outline:none;font-size:14px}form input:focus{border-color:#f4c430}form button{padding:10px 18px;border:none;border-radius:8px;background:#f4c430;cursor:pointer;font-weight:700;transition:.3s}form button:hover{background:#e0b200}ul{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:25px;list-style:none}li{background:#fff8a6;padding:20px;min-height:150px;border-radius:6px;box-shadow:4px 6px 15px #00000026;transform:rotate(-2deg);transition:transform .2s,box-shadow .2s;position:relative}li:nth-child(2n){transform:rotate(2deg);background:#c7f0ff}li:nth-child(3n){transform:rotate(-1deg);background:#d4ffcf}li:hover{transform:scale(1.05) rotate(0);box-shadow:6px 10px 20px #00000040}li:before{content:"";width:12px;height:12px;background:#dc143c;border-radius:50%;position:absolute;top:-6px;left:50%;transform:translate(-50%)}li strong{display:block;margin-bottom:10px;font-size:16px}li p{font-size:14px;line-height:1.4}.notes-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px;list-style:none;padding:20px}.note{background:#fff9b1;border-radius:8px;padding:15px;min-height:260px;box-shadow:6px 8px 18px #0003;position:relative;transform:rotate(-2deg);transition:.3s}.note:nth-child(2n){background:#c7f0ff;transform:rotate(2deg)}.note:nth-child(3n){background:#d6ffd0;transform:rotate(-1deg)}.note:hover{transform:scale(1.05) rotate(0);box-shadow:10px 12px 25px #0000004d}.note-img{width:100%;height:120px;object-fit:cover;border-radius:6px;margin-bottom:12px}.note:before{content:"";width:14px;height:14px;background:#dc143c;border-radius:50%;position:absolute;top:-7px;left:50%;transform:translate(-50%)}.note h3{margin-bottom:8px;font-size:18px}.note p{font-size:14px;line-height:1.5}
