body{margin:0;padding:0}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Courier New,monospace;background:#000;color:#fff;line-height:1.6}a{color:#fff;text-decoration:underline}a:hover{background:#fff;color:#000}.app{display:flex;min-height:100vh}.animation-sidebar{position:fixed;left:0;top:0;width:300px;height:100vh;background:#111;display:flex;align-items:center;justify-content:center;border-right:2px solid #333;z-index:100;transition:all .3s}.animation-sidebar:hover{background:#000;border-right-color:#fff}.rotating-cube{perspective:1000px;width:200px;height:200px;cursor:pointer;transition:all .3s}.rotating-cube:hover{transform:scale(1.1)}.animation-sidebar:hover .cube{animation-duration:10s}.cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:rotateCube 20s infinite linear}.face{position:absolute;width:200px;height:200px;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;background:#111;backface-visibility:hidden;transition:all .3s}.animation-sidebar:hover .face{border-color:#fff;box-shadow:0 0 20px #ffffff4d;background:#000}.front{transform:rotateY(0) translateZ(100px)}.back{transform:rotateY(180deg) translateZ(100px)}.right{transform:rotateY(90deg) translateZ(100px)}.left{transform:rotateY(-90deg) translateZ(100px)}.top{transform:rotateX(90deg) translateZ(100px)}.bottom{transform:rotateX(-90deg) translateZ(100px)}@keyframes rotateCube{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}.main-container{margin-left:300px;width:calc(100% - 300px);min-height:100vh}.content{max-width:900px;margin:0 auto;padding:40px 20px}section{margin-bottom:60px;border-bottom:1px solid #333;padding-bottom:40px}h1{font-size:2.5rem;margin-bottom:5px;font-weight:900}h2{font-size:1.5rem;margin-bottom:20px;font-weight:900;text-transform:uppercase}h3{font-size:1.2rem;margin-bottom:10px;font-weight:700}.title{font-size:1rem;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;color:#999}.bio{margin-bottom:20px;color:#ccc}.links{display:flex;gap:20px;flex-wrap:wrap;margin-top:20px}.links a{font-weight:700;text-transform:lowercase;padding:8px 16px;border:1px solid #333;text-decoration:none;transition:all .3s;display:inline-block}.links a:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #fff3}.search-section{border:none;padding:0}.search{width:100%;padding:15px;font-family:Courier New,monospace;font-size:1rem;border:2px solid #333;background:#000;color:#fff}.search:focus{outline:none;background:#fff;color:#000;border-color:#fff}.search::placeholder{color:#666}.classification-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #222}.tab{background:transparent;border:2px solid #333;color:#666;padding:10px 20px;font-family:Courier New,monospace;font-size:.9rem;cursor:pointer;text-transform:lowercase;transition:all .3s ease;position:relative;overflow:hidden}.tab:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff;transition:left .3s ease;z-index:-1}.tab:hover{border-color:#fff;color:#fff;transform:translateY(-2px)}.tab:hover:before{left:0}.tab.active{background:#fff;color:#000;border-color:#fff;font-weight:900}.tab.active:before{left:0;background:#fff}.project-section{margin-bottom:50px}.section-title{font-size:1.1rem;font-weight:700;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #333;color:#999;text-transform:none;cursor:default;transition:all .3s}.section-title:hover{color:#fff;border-bottom-color:#fff}.project{margin-bottom:20px;padding:20px;border:1px solid #333;cursor:pointer;transition:all .3s ease;position:relative}.project:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:#fff;transition:height .3s ease}.project:hover{border-color:#fff;transform:translate(10px);background:#ffffff05}.project:hover:before{height:100%}.project.highlighted{border:2px solid #fff;background:#ffffff0d;box-shadow:0 0 30px #ffffff1a}.project.highlighted:before{width:5px;height:100%;background:#fff}.project.highlighted:hover{transform:translate(15px) scale(1.02);box-shadow:0 0 40px #fff3}.project-header-row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;flex-wrap:wrap}.project h4{font-size:1.1rem;margin:0;font-weight:700;transition:all .3s}.project:hover h4{color:#fff}.project.highlighted h4{font-size:1.3rem;color:#fff}.featured-badge{background:#fff;color:#000;padding:4px 12px;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:1px;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.project p{margin-bottom:10px;color:#ccc}.project-links{display:flex;gap:15px;flex-wrap:wrap;margin-top:10px}.project-links a{font-weight:700;padding:4px 8px;border:1px solid #333;text-decoration:none;transition:all .2s;display:inline-block}.project-links a:hover{background:#fff;color:#000;border-color:#fff;transform:scale(1.05)}.users{font-size:.9rem;color:#666;border:1px solid #222;padding:4px 8px}.no-results{padding:40px 20px;text-align:center;color:#666;border:1px solid #222}.exp-item{margin-bottom:30px;padding:20px;border:1px solid #222;transition:all .3s ease;cursor:pointer}.exp-item:hover{border-color:#fff;background:#ffffff05;transform:translate(5px)}.exp-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:5px}.period{font-size:.9rem;color:#666}.company{margin-bottom:10px;font-weight:700;color:#ccc}.exp-item p{color:#ccc}.skill-list{display:flex;flex-direction:column;gap:15px}.skill-category{line-height:1.8;color:#ccc}.skill-category strong{text-transform:uppercase;font-size:.9rem;letter-spacing:1px;color:#fff}footer{text-align:center;padding:40px 0;border-top:2px solid #333;border-bottom:none}.easter-hint{margin-top:10px;font-size:.8rem;color:#666}.secret-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeInOut 5s ease-in-out}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0}}@media(max-width:1024px){.animation-sidebar{width:200px}.main-container{margin-left:200px;width:calc(100% - 200px)}.rotating-cube{width:150px;height:150px}.face{width:150px;height:150px;font-size:1.5rem}.front{transform:rotateY(0) translateZ(75px)}.back{transform:rotateY(180deg) translateZ(75px)}.right{transform:rotateY(90deg) translateZ(75px)}.left{transform:rotateY(-90deg) translateZ(75px)}.top{transform:rotateX(90deg) translateZ(75px)}.bottom{transform:rotateX(-90deg) translateZ(75px)}}@media(max-width:768px){.app{flex-direction:column}.animation-sidebar{position:relative;width:100%;height:50vh;border-right:none;border-bottom:2px solid #333}.main-container{margin-left:0;width:100%}.content{padding:30px 15px}h1{font-size:2rem}h2{font-size:1.3rem}.exp-header{flex-direction:column;align-items:flex-start}.links{gap:15px}}html{scroll-behavior:auto}::selection{background:#fff;color:#000}
