.truths-page-background{background-color:#f3f0e8;min-height:100vh;padding:2rem 0}:root{--notebook-bg:#fff;--notebook-lines:#eef2f5;--clipboard-bg:#a1887f;--clip-bg:#c0c0c0;--text-color:#212529;--checkbox-color:#0077B6}.notebook-wrapper{max-width:800px;margin:2rem auto;perspective:1500px}.notebook-container{background-color:var(--clipboard-bg);border-radius:10px 10px 0 0;padding:1rem 1rem 2.5rem;box-shadow:0 15px 35px rgba(0,0,0,.3);position:relative;transform:rotateX(2deg);transform-origin:top center;transition:transform .5s ease}.notebook-wrapper:hover .notebook-container{transform:rotateX(0deg)}.clipboard-clip{width:150px;height:40px;background-color:var(--clip-bg);top:10px;border-radius:5px 5px 0 0;border:1px solid #a0a0a0;box-shadow:inset 0 2px 3px rgba(255,255,255,.4),inset 0 -2px 3px rgba(0,0,0,.2)}.clipboard-clip,.clipboard-clip:before{position:absolute;left:50%;transform:translateX(-50%)}.clipboard-clip:before{content:"";bottom:-10px;width:80px;height:10px;background-color:#a0a0a0;border-radius:0 0 5px 5px;border:1px solid #808080;border-top:none}.notebook-paper{background-color:var(--notebook-bg);padding:2rem 1.5rem 2rem 3.5rem;box-shadow:0 5px 15px rgba(0,0,0,.1);position:relative;border-radius:3px}.notebook-paper:before{content:"";position:absolute;top:0;left:2.5rem;width:2px;height:100%;background-color:#ffcdd2}.lined-paper{background-image:linear-gradient(var(--notebook-lines) 1px,transparent 1px);background-size:100% 2rem;line-height:2rem}.checklist-title{text-align:center;padding:1.5rem;background:#fdf5e6;border-bottom:2px dashed #ddd;margin:-2rem -1.5rem 2rem -3.5rem}.main-title{font-weight:900;font-size:1.5rem;letter-spacing:-1px;color:#333}.main-title,.sub-title{font-family:Courier New,monospace}.sub-title{font-weight:600;font-size:1rem;color:#555;margin-top:.5rem}.checklist-item{display:flex;align-items:center;padding:.25rem 0;transition:background-color .2s ease,transform .2s ease;position:relative;opacity:0;transform:translateY(20px);animation:fadeIn .5s ease-out forwards}.checklist-item:first-child{animation-delay:.1s}.checklist-item:nth-child(2){animation-delay:.2s}.checklist-item:nth-child(3){animation-delay:.3s}.checklist-item:nth-child(4){animation-delay:.4s}.checklist-item:nth-child(5){animation-delay:.5s}.checklist-item:nth-child(6){animation-delay:.6s}.checklist-item:nth-child(7){animation-delay:.7s}.checklist-item:nth-child(8){animation-delay:.8s}.checklist-item:nth-child(9){animation-delay:.9s}.checklist-item:nth-child(10){animation-delay:1s}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.checklist-item:hover{background-color:rgba(0,119,182,.05)}.custom-checkbox{flex-shrink:0;width:1.25rem;height:1.25rem;border:2px solid #999;border-radius:3px;margin-right:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:all .2s ease}.custom-checkbox svg{width:1rem;height:1rem;color:white;opacity:0;transform:scale(.5);transition:all .2s ease}.custom-checkbox.checked{background-color:var(--checkbox-color);border-color:var(--checkbox-color)}.custom-checkbox.checked svg{opacity:1;transform:scale(1)}.checklist-label{font-family:Inter,sans-serif;color:var(--text-color);flex-grow:1;transition:color .3s}.checklist-label.checked{color:#888;text-decoration:line-through;text-decoration-color:#aaa}.checklist-sub-item{padding-left:2.75rem}.bonus-truth{margin-top:2rem;padding:1.5rem;background-color:#ffffa5;font-family:Courier New,monospace;font-weight:900;box-shadow:5px 5px 15px rgba(0,0,0,.2);transform:rotate(-2deg);transition:transform .2s ease-in-out;border:none;font-size:1.2rem;color:#E3120B}.bonus-truth:hover{transform:rotate(0deg) scale(1.05)}.clipboard-ad{text-align:center;padding:1.5rem 1rem;font-family:Inter,sans-serif;font-size:1.2rem;color:white;font-weight:600}.clipboard-ad a{color:#fff;font-weight:700;text-decoration:none;background-color:#0077B6;padding:.75rem 1.5rem;border-radius:5px;transition:background-color .3s;margin-left:.5rem;display:inline-block;margin-top:.5rem}.clipboard-ad a:hover{background-color:#005f94;text-decoration:none}