:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at center,#fff,#ebf4ff 70%,#e8f3ff);background-attachment:fixed}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.container{max-width:800px;text-align:center;color:#333}.smile-emoticon{font-family:Things To Remember,cursive;font-size:4rem;color:#2196f3;margin-bottom:2rem;display:inline-block}.main-title{font-family:Things To Remember,cursive;font-size:4rem;font-weight:600;color:#2196f3;text-transform:uppercase;letter-spacing:2px;margin-bottom:3rem;line-height:1}.content{max-width:700px;margin:0 auto}.description{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;color:#333;font-weight:400}.feedback-text{margin-bottom:3rem}.feedback-text p{font-size:1.25rem;line-height:1.6;margin-bottom:.5rem;color:#333;font-weight:400}.bold{font-weight:700;color:#000}.cta-button{background:transparent;border:3px solid #2196F3;color:#2196f3;padding:1rem 2.5rem;font-size:1.1rem;font-weight:500;font-family:Things To Remember,cursive;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;border-radius:0}.cta-button:hover{background:#2196f3;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.app{padding:1rem .5rem}.main-title{font-size:2.5rem;margin-bottom:2rem;letter-spacing:1px}.description,.feedback-text p{font-size:1rem;line-height:1.5;padding:0 1rem}.content{padding:0 .5rem}.cta-button{padding:.875rem 2rem;font-size:1rem;width:90%;max-width:300px}.smile-emoticon{font-size:2.5rem}}@media (max-width: 480px){.main-title{font-size:2rem}.description,.feedback-text p{font-size:.95rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem;letter-spacing:.5px}.smile-emoticon{font-size:2rem}}.showcase{height:100vh;font-family:Inter,sans-serif;display:flex;flex-direction:row;overflow:hidden}.sidebar{width:350px;background:#fff;border-right:2px solid #E1F5FE;display:flex;flex-direction:column;overflow-y:auto}.showcase-header{padding:4rem 1rem 2rem;text-align:center;position:relative;background:#fff;border-bottom:2px solid #E1F5FE}.back-button{position:absolute;top:1rem;left:1rem;background:transparent;border:2px solid #2196F3;color:#2196f3;padding:.4rem .8rem;font-size:.8rem;font-weight:500;font-family:Things To Remember,cursive;cursor:pointer;transition:all .3s ease;border-radius:0}.back-button:hover{background:#2196f3;color:#fff;transform:translateY(-2px)}.showcase-title{font-family:Things To Remember,cursive;font-size:2rem;font-weight:600;color:#2196f3;margin:2rem 0 0;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.sidebar-nav{flex:1;padding:1rem}.nav-buttons{display:flex;flex-direction:column;gap:1rem}.nav-button{background:transparent;border:2px solid #2196F3;color:#2196f3;padding:1rem;font-size:1rem;font-weight:500;font-family:Things To Remember,cursive;cursor:pointer;transition:all .3s ease;border-radius:0;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #2196f34d;width:100%}.nav-button:hover{background:#2196f3;color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px #2196f366}.nav-button.active{background:#2196f3;color:#fff;font-weight:600;box-shadow:0 6px 12px #2196f366}.showcase-content{flex:1;padding:2rem;overflow-y:auto;background:#fafafa}.content-section{animation:fadeIn .5s ease-in-out}.content-section h2{font-size:2.5rem;font-weight:600;color:#333;margin-bottom:2rem;text-align:center}.posts-grid{display:flex;flex-direction:column;align-items:center;gap:3rem;margin-bottom:2rem}.post-item{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;width:fit-content;max-width:550px}.post-item:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.post-item h3{font-family:Things To Remember,cursive;font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-align:center}.linkedin-embed{width:504px;border-radius:8px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center}.linkedin-embed iframe{border-radius:8px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-toggle{display:none;position:fixed;top:1rem;left:1rem;z-index:1001;background:#2196f3;border:none;width:45px;height:45px;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer;box-shadow:0 4px 8px #2196f34d}.mobile-menu-toggle span{width:20px;height:2px;background:#fff;transition:all .3s ease}.mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:999}@media (max-width: 768px){.showcase{flex-direction:column;height:100vh}.mobile-menu-toggle{display:flex;position:fixed;top:1rem;left:1rem;z-index:1001;background:#2196f3;border:none;border-radius:8px;padding:.75rem;box-shadow:0 4px 12px #2196f366}.sidebar{position:fixed;top:0;left:-100%;width:85vw;max-width:320px;height:100vh;background:linear-gradient(135deg,#fff,#f8fbff);border-right:none;box-shadow:4px 0 20px #00000026;z-index:1000;transition:left .3s cubic-bezier(.4,0,.2,1);overflow-y:auto}.sidebar.sidebar-open{left:0}.showcase-header{padding:2rem 1.5rem 1rem;border-bottom:1px solid #E3F2FD;margin-bottom:1rem}.back-button{position:fixed;top:1rem;right:1rem;z-index:1002;margin-bottom:0;padding:.6rem 1rem;font-size:.85rem;background:#fffffff2;color:#666;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#f5f5f5fa;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.showcase-title{font-size:1.4rem;color:#1976d2;margin:0;text-align:center}.sidebar-nav{padding:0 1rem 2rem}.nav-buttons{flex-direction:column;gap:.75rem}.nav-button{padding:1rem 1.25rem;font-size:.95rem;border-radius:12px;min-height:auto;box-shadow:0 2px 8px #2196f333;width:100%;transition:all .2s ease;text-align:left}.nav-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2196f34d}.showcase-content{padding:0;margin-left:0;margin-top:0;width:100%;height:100vh;overflow-y:auto;background:#fafafa}.content-section{padding:5rem 1rem 2rem}.content-section h2{font-size:1.8rem;margin-bottom:2rem;text-align:center;color:#333}.posts-grid{gap:1.5rem;padding:0;max-width:none}.post-item{background:#fff;border-radius:16px;padding:0;margin:0;box-shadow:0 4px 16px #00000014;border:1px solid #f0f0f0;overflow:hidden;max-width:100%}.post-item h3{font-size:1.1rem;margin:0;padding:1rem 1.25rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;color:#495057;font-weight:600}.linkedin-embed{width:100%;border-radius:0;overflow:hidden}.linkedin-embed iframe{width:100%!important;border:none;display:block}}@media (max-width: 480px){.mobile-menu-toggle{top:.75rem;left:.75rem;padding:.6rem}.back-button{top:.75rem;right:.75rem;padding:.5rem .8rem;font-size:.8rem}.sidebar{width:90vw}.showcase-header{padding:1.5rem 1rem .75rem}.showcase-title{font-size:1.2rem}.nav-button{padding:.875rem 1rem;font-size:.9rem}.content-section{padding:4.5rem .75rem 1.5rem}.content-section h2{font-size:1.6rem;margin-bottom:1.5rem}.posts-grid{gap:1.25rem}.post-item h3{font-size:1rem;padding:.875rem 1rem}}
