body{background:url(/images/GIF-by-Omer-Studios.gif) center center;background-size:cover!important;background-attachment:fixed!important;background-repeat:no-repeat!important;background-position:center center;overflow-x:hidden;width:100%;min-width:0;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0000004d,#000000b3);z-index:-998;opacity:.8;pointer-events:none}.nav{text-align:center;margin:20px 0;z-index:20}.nav a{display:inline-block;padding:5px 15px;background:#000;border:2px solid #ffff00;color:#ff0;text-decoration:none;transition:all .3s}.nav a:hover{background:#ff0;color:#000}.portal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:9999;display:none;overflow:hidden}.portal-gif{position:absolute;width:100%;height:100%;object-fit:cover;filter:brightness(1.2) contrast(1.1)}.portal-scanlines{position:absolute;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(to bottom,transparent 0%,rgba(0,255,255,.05) 1px,transparent 2px,transparent 4px);z-index:1}.portal-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ff0;font-size:2.5rem;text-shadow:0 0 10px #ff00ff,0 0 20px #ff00ff;z-index:2;text-align:center;font-weight:700;text-transform:uppercase;letter-spacing:5px;animation:text-pulse 1.5s infinite alternate}@keyframes text-pulse{0%{opacity:.8;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1.05)}}.container{flex:1;display:flex;max-width:1200px;margin:30px auto;padding:0 20px;gap:25px;align-items:flex-start;justify-content:center}.left-column{min-width:250px;width:250px;max-width:250px}.right-column{flex:1;display:flex;flex-direction:column;min-width:20%;max-width:600px}.right-column .section-box:last-of-type{margin-bottom:5px;max-width:100%}.post-body,.post-left,.post-right,.post-meta,.post-tags,.post-currently,.post-content,.section-box,.nav{position:relative;z-index:12}.blog-post-container{width:100vw;max-width:calc(100vw - 20px);margin:0 auto;padding:10px;box-sizing:border-box;position:relative;z-index:10}.blog-post{border:2px solid #ff00ff;padding:20px;margin-bottom:20px;background:#000c;position:relative;transition:all .3s;max-width:100%;width:100%;margin-left:auto;margin-right:auto;z-index:10}.blog-post:hover{box-shadow:0 5px 15px #ff00ff4d;transform:translateY(-3px)}.blog-post:before{content:"✧･ﾟ:*";position:absolute;top:-15px;left:10px;color:#ff0;background:#000;padding:0 5px}.blog-date{font-size:12px;color:#ff0;margin-bottom:10px;font-style:italic}.blog-title{font-size:1.5em;color:#ff0;margin-bottom:15px;font-weight:700}.blog-content{font-size:14px;margin-bottom:15px}.blog-posts-container{flex:1;padding-right:0;position:relative;margin:0;display:flex;flex-direction:column;max-width:100%;z-index:2}.blog-posts-container::-webkit-scrollbar{width:8px}.blog-posts-container::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}.blog-posts-container::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#f0f,#ff0);border-radius:4px}.blog-posts-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#ff0,#f0f)}.blog-tags{margin-top:15px;display:flex;flex-wrap:wrap;gap:5px}.tag{font-size:.75em;padding:3px 8px;background:#222;border-radius:12px;cursor:pointer;transition:all .2s}.tag:hover{transform:translateY(-1px);box-shadow:0 2px 5px #ff00ff4d}.tag.active{background:#f0f;color:#000;font-weight:700}.projects-list{list-style-type:none;padding-left:0;margin:0}.projects-list li{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #333}.project-item{flex-grow:1;padding-right:10px}.wip-badge{font-size:.7em;padding:2px 6px;margin-left:8px;border-radius:3px;font-family:Courier New,monospace}.wip-badge.started{background:#f0f;color:#000}.wip-badge.progress{background:#ff0;color:#000}.wip-badge.done{background:#0ff;color:#000}.stuffed-friends{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 0;padding:10px 0;justify-items:center}.friend-icon{cursor:pointer;transition:all .3s;background:transparent;border:none;padding:0;display:flex;justify-content:center;align-items:center;width:100%;margin:0}.friend-icon:hover{border-color:#f0f;box-shadow:0 0 10px #ff00ff80}.friend-avatar-section{text-align:center;margin-bottom:20px;position:relative}.friend-avatar-circle{width:120px;height:120px;border-radius:60px;display:flex;align-items:center;justify-content:center;border:2px solid yellow;outline:6px solid transparent;outline-offset:2px;box-shadow:0 0 0 6px #fff,0 0 0 12px #fff,0 0 20px #ff149399,inset 0 0 20px #ffffff1a;font-size:48px;margin:0 auto 15px;position:relative;background:radial-gradient(circle,#ffffff1a,#0000004d);animation:avatar-glow 2s ease-in-out infinite alternate}@keyframes avatar-glow{0%{box-shadow:0 0 20px #ff149399,inset 0 0 20px #ffffff1a}to{box-shadow:0 0 30px #00bfffcc,inset 0 0 20px #fff3}}.friend-avatar-circle:after{content:"★";position:absolute;top:-10px;right:-10px;color:gold;font-size:20px;text-shadow:0 0 10px #ffd700;animation:star-twinkle 2s infinite}@keyframes star-twinkle{0%,to{opacity:.5;transform:scale(.8) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}.section-header{background:linear-gradient(to right,#f0f,#0ff);padding:4px;font-family:Impact,monospace;letter-spacing:5px;font-size:30px;text-align:center;color:#fff;margin:0 0 15px;width:100%;border:3px dotted rgb(0,0,0);border-radius:3px;-webkit-text-stroke:2px #000;overflow:hidden;box-sizing:border-box}.section-header-main{background:linear-gradient(to right,#f0f,#ff0);padding:4px;font-family:Impact,sans-serif;letter-spacing:3px;font-size:20px;text-align:center;color:#000;margin:0 0 15px;width:100%;border-radius:3px;box-sizing:border-box;display:block}.friend-modal{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100;font-family:Trebuchet MS,Comic Sans MS,sans-serif;background:radial-gradient(circle at 20% 30%,rgba(255,0,255,.3) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(0,255,255,.3) 0%,transparent 50%),linear-gradient(135deg,#003,#50072a,#306);border:3px ridge #555555;box-shadow:0 0 30px #f0fc,inset 0 0 20px #ffffff1a,0 8px 32px #0009;padding:0;width:420px;max-width:90vw;color:#fff;line-height:1.4;text-align:left;max-height:85vh;overflow:hidden;border-radius:8px;animation:modal-bounce .6s cubic-bezier(.68,-.55,.265,1.55)}@keyframes modal-bounce{0%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(10deg)}50%{transform:translate(-50%,-50%) scale(1.05) rotate(-5deg)}to{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}}.modal-header{background:#000;padding:12px 15px;margin:0;position:relative;overflow:hidden}.modal-header:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent)}.section-header-friend{background:transparent;text-shadow:2px 2px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,0 0 10px rgba(255,255,255,.8);font-family:Arial Black,sans-serif;letter-spacing:2px;font-size:20px;text-align:center;color:#fff;margin:0;width:100%;border:none;text-transform:uppercase;font-weight:900;padding:0 0 0 3px}.modal-content{padding:20px;background:#0003;position:relative;overflow-y:auto;max-height:calc(85vh - 80px)}.modal-content:before{content:"";position:absolute;inset:0;background-size:20px 20px;opacity:.1;pointer-events:none}.friend-modal::-webkit-scrollbar{width:12px}.friend-modal::-webkit-scrollbar-track{background:#000;border:1px solid #ff00ff}.friend-modal::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#f0f,#ff0);border-radius:6px}.friend-modal{border:3px solid;border-image:linear-gradient(90deg,#f0f,#ff0,#0ff,#f0f) 1;animation:modal-glow 3s infinite alternate}.friend-details{background:#000;padding:20px;border:2px solid;border-image:linear-gradient(90deg,#f0f,#ff0) 1;margin:0;position:relative;border-radius:10px;backdrop-filter:blur(5px)}.friend-details:before{content:"♥ ★ PROFILE INFO ★ ♥";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#000;padding:4px 15px;font-size:11px;font-weight:700;letter-spacing:1px;border-radius:15px;text-shadow:1px 1px 0 #000;color:#ff0;border:1px solid #ffff00}.info-row{display:flex;align-items:center;margin:12px 0;background:#ffffff0d;padding:8px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.info-row:before{content:"";position:absolute;left:-100%;top:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.info-label{font-weight:700;color:#ff0;display:inline-block;width:100px;text-shadow:1px 1px 0 #000;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#fff;font-size:14px;flex:1;text-shadow:1px 1px 0 rgba(0,0,0,.7)}.modal-glitter{position:absolute;font-size:16px;color:gold;animation:enhanced-glitter 2s infinite;opacity:0;pointer-events:none;text-shadow:0 0 10px #ffd700;z-index:5}.modal-glitter:nth-child(odd){animation-delay:.5s;color:#ff69b4;text-shadow:0 0 10px #ff69b4}.modal-glitter:nth-child(2n){animation-delay:1s;color:#ff0;text-shadow:0 0 10px yellow}@keyframes enhanced-glitter{0%{opacity:0;transform:scale(.3) rotate(0) translateY(0)}25%{opacity:1;transform:scale(1) rotate(90deg) translateY(-5px)}50%{opacity:.8;transform:scale(1.3) rotate(180deg) translateY(-10px)}75%{opacity:1;transform:scale(.8) rotate(270deg) translateY(-5px)}to{opacity:0;transform:scale(.3) rotate(360deg) translateY(0)}}.modal-hearts{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;overflow:hidden}.floating-heart{position:absolute;color:#ff69b4;font-size:12px;opacity:0;animation:float-heart 4s infinite linear}@keyframes float-heart{0%{opacity:0;transform:translateY(100%) rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-20px) rotate(360deg)}}.friend-avatar-frame{display:flex;justify-content:center;align-items:center;margin:15px auto;width:100%}.friend-modal{animation:modal-glow 3s infinite alternate}@keyframes modal-glow{0%{box-shadow:0 0 15px #ff00ff4d}to{box-shadow:0 0 25px #ff00ffb3}}@keyframes scroll-text{0%{transform:translate(100%)}to{transform:translate(-100%)}}.scrolling-text{white-space:nowrap;overflow:hidden;width:100%;color:#ff69b4;margin-top:15px;text-align:center}.scrolling-text span{display:inline-block;padding-left:100%;animation:scroll-text 6s linear infinite}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;z-index:99;display:none}.modal-close{position:absolute;top:8px;right:12px;cursor:pointer;color:#ff0!important;font-size:18px;font-weight:700;z-index:10;background:#000!important;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:none;border:2px solid #ffff00!important;text-shadow:none!important;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.modal-close:hover{background:linear-gradient(135deg,gold,#ff69b4);box-shadow:0 0 15px gold,inset 0 0 5px #ffffff4d}.old-blog-link{color:#ff0;text-decoration:none;font-size:.9em;display:block;margin-top:5px;transition:all .3s}.old-blog-link:hover{color:#f0f;text-decoration:underline}footer{min-height:20px;margin-top:40px;box-shadow:0 0 20px #000}.post-meta{margin-bottom:20px}.post-date{font-size:14px;color:#ff0;font-style:italic;margin:0}.featured-image{margin:20px 0;text-align:center}.lifestyle-section{margin:25px 0;padding:15px;background:#00000080;border:2px dashed #00ffff;border-radius:8px}.lifestyle-header{text-align:center;color:#0ff;font-weight:700;margin-bottom:15px;font-size:16px;text-shadow:0 0 5px #00ffff}.lifestyle-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.lifestyle-box{background:#000000b3;padding:12px;border:1px solid #ff00ff;border-radius:4px}.lifestyle-label{font-size:12px;color:#f0f;font-weight:700;margin-bottom:5px;text-transform:uppercase}.lifestyle-content{color:#fff;font-size:14px;line-height:1.4}.post-content{line-height:1.6;font-size:16px;margin-top:25px}.post-content p{margin-bottom:1em}.post-content a{color:#0ff;text-decoration:underline}.post-content a:hover{color:#f0f}.tag{display:inline-block;padding:3px 8px;font-size:.8em;border:1px solid #ff00ff;background:#000;color:#f0f;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-weight:700;border-radius:3px}.tag:hover{background:#f0f;color:#000;transform:scale(1.05)}.tag.active{background:#ff0;color:#000;border-color:#ff0;box-shadow:0 0 10px #ffff0080}.tag.plants{border-color:#0f0;color:#0f0}.tag.plants:hover,.tag.plants.active{background:#0f0;color:#000}.tag.birds{border-color:#0ff;color:#0ff}.tag.birds:hover,.tag.birds.active{background:#0ff;color:#000}.tag.recs{border-color:#f60;color:#f60}.tag.recs:hover,.tag.recs.active{background:#f60;color:#000}.tag.art{border-color:#f0f;color:#f0f}.tag.art:hover,.tag.art.active{background:#f0f;color:#000}.tag.memes{border-color:#9f0;color:#9f0}.tag.memes:hover,.tag.memes.active{background:#9f0;color:#000}.tag.personal{border-color:#0ff;color:#0ff}.tag.personal:hover,.tag.personal.active{background:#0ff;color:#000}.tag.misc{border-color:#96f;color:#96f}.tag.misc:hover,.tag.misc.active{background:#96f;color:#000}.blog-card{display:flex;flex-direction:row;align-items:stretch;margin-bottom:20px;padding:13px;min-width:0;width:100%;max-width:100%;border:2px solid #ff00ff;background:#000000b3;transition:all .3s;gap:18px}.blog-card-image{flex-shrink:0;width:120px;height:120px;border:1px solid #ffff00;border-radius:4px;background:#111;display:flex;align-items:stretch}.blog-card-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-card-info{display:flex;flex-direction:column;flex:1;min-width:0;justify-content:flex-start}.blog-card-title{background:linear-gradient(to right,#f0f,#ff0);padding:4px;font-family:Courier New,sans-serif;letter-spacing:3px;font-size:20px;text-align:center;color:#000;margin:0 0 5px;width:100%;border-radius:3px;box-sizing:border-box;display:block}.blog-card-date{font-size:13px;color:#ff0;font-style:italic;margin-bottom:6px}.blog-card-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:8px}.blog-card-preview{font-size:14px;color:#fff;line-height:1.4;margin-top:2px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.post-tags{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0}.post-tags .tag{font-size:.75em;padding:2px 6px;cursor:default}.post-tags .tag:hover{transform:none;cursor:default}@media (max-width: 768px){.lifestyle-grid{grid-template-columns:1fr}}@media (max-width: 480px){.friend-modal{width:95vw;max-height:90vh}.friend-avatar-circle{width:100px;height:100px;font-size:40px}.section-header-main{font-size:16px}.info-row{flex-direction:column;align-items:flex-start;gap:5px}.info-label{width:auto}.container{flex-direction:column}.left-column{width:100%}.portal-text{font-size:1.5rem}}
