*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#1a1a1a;color:#e0e0e0;min-height:100vh;overflow-x:hidden;width:100%;max-width:100%;position:relative}#root{overflow-x:hidden;width:100%;max-width:100%}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.login-container>div{background-color:#2d2d2d;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000004d;width:100%;max-width:400px;margin:0 auto}.logo{text-align:center;margin-bottom:2rem}.logo h1{color:#fff;font-size:2rem;font-weight:300}.form-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;color:#b0b0b0;font-size:.9rem}input[type=text],input[type=password]{width:100%;padding:.75rem;background-color:#3d3d3d;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:1rem;min-height:44px}input[type=text]:focus,input[type=password]:focus{outline:none;border-color:#666;background-color:#404040}.login-btn{width:100%;padding:.875rem;background-color:#4a4a4a;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;min-height:48px;touch-action:manipulation}.login-btn:hover{background-color:#555}.login-btn:disabled{background-color:#333;cursor:not-allowed}.guest-login-btn{width:100%;padding:.875rem;background-color:#4a4a4a;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s;min-height:48px;touch-action:manipulation;margin-top:1rem}.guest-login-btn:hover{background-color:#555}.login-divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background-color:#444}.login-divider span{padding:0 1rem;color:#888;font-size:.9rem;background-color:#1a1a1a}.login-divider-simple{height:1px;background-color:#888;margin:1.5rem 0}.error-message{color:#ff6b6b;font-size:.9rem;margin-top:.5rem;text-align:center}.loading{display:none;text-align:center;margin-top:1rem;color:#b0b0b0}.header{background-color:#2d2d2d;padding:1rem 2rem;border-bottom:1px solid #3d3d3d;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:100}.header-left{display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:1rem}.header .logo{text-align:left;margin-bottom:0;display:flex;align-items:center;gap:2rem}.header .logo h1{font-size:1.5rem;margin:0}.home-link{cursor:default;transition:color .2s}.home-link:hover{color:inherit}.home-link.clickable{cursor:pointer}.home-link.clickable:hover{color:#e0e0e0}.nav-links{display:flex;align-items:center;gap:1rem;margin-left:1rem}.desktop-nav{display:flex}.desktop-logout{display:block}.mobile-menu-controls{display:none;align-items:center;gap:.5rem}.hamburger-btn{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s ease}.hamburger-line{width:20px;height:2px;background-color:#fff;margin:2px 0;transition:all .3s ease;transform-origin:center}.hamburger-line.active:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger-line.active:nth-child(2){opacity:0}.hamburger-line.active:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:999}.mobile-menu{position:fixed;top:0;right:0;width:280px;height:100vh;background-color:#2d2d2d;border-left:1px solid #3d3d3d;z-index:1000;transform:translate(100%);animation:slideInRight .3s ease forwards}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-content{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-nav-link{background:none;border:none;color:#fff;font-size:1.2rem;font-family:inherit;font-weight:500;cursor:pointer;padding:1rem;text-align:left;border-radius:8px;transition:all .2s;border:1px solid transparent}.mobile-nav-link:hover{background-color:#3d3d3d;border-color:#555}.mobile-menu-divider{height:1px;background-color:#3d3d3d;margin:.5rem 0}.mobile-logout-link{color:#ff6b6b;font-weight:600}.mobile-logout-link:hover{background-color:#ff6b6b1a;border-color:#ff6b6b4d}.resume-link{background:none;border:none;color:#fff;font-size:1.2rem;font-family:inherit;font-weight:inherit;cursor:pointer;transition:color .2s;padding:0;-webkit-user-select:none;user-select:none}.resume-link:hover{color:#e0e0e0}.blog-link{background:none;border:none;color:#fff;font-size:1.2rem;font-family:inherit;font-weight:inherit;cursor:pointer;transition:color .2s;padding:0;-webkit-user-select:none;user-select:none}.blog-link:hover{color:#e0e0e0}.projects-link{background:none;border:none;color:#fff;font-size:1.2rem;font-family:inherit;font-weight:inherit;cursor:pointer;transition:color .2s;padding:0;-webkit-user-select:none;user-select:none}.projects-link:hover{color:#e0e0e0}.logout-btn{background-color:#4a4a4a;color:#fff;border:none;padding:.625rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;min-height:44px;touch-action:manipulation}.logout-btn:hover{background-color:#555}.container{max-width:750px;margin:0 auto;padding:2rem}.compose-section{background-color:#2d2d2d;padding:1.5rem;border-radius:8px;margin-bottom:2rem;box-shadow:0 2px 4px #0000004d}.compose-textarea{width:100%;min-height:120px;padding:1rem;background-color:#3d3d3d;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1rem;touch-action:manipulation}.compose-textarea:focus{outline:none;border-color:#666;background-color:#404040}.compose-textarea::placeholder{color:#888}.compose-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem}.image-upload-btn{background-color:#3d3d3d;color:#e0e0e0;padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:background-color .2s;font-size:.9rem;border:1px solid #555}.image-upload-btn:hover{background-color:#4a4a4a}.image-upload-btn:disabled{opacity:.5;cursor:not-allowed}.image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin:1rem 0;padding:1rem;background-color:#2d2d2d;border-radius:8px;border:1px solid #3d3d3d}.image-preview{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;background-color:#1a1a1a}.remove-preview-btn{position:absolute;top:4px;right:4px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;padding:0;line-height:1}.remove-preview-btn:hover{background-color:#dc2626e6}.char-count{color:#888;font-size:.9rem}.post-btn{background-color:#4a4a4a;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s;min-height:48px;touch-action:manipulation}.post-btn:hover:not(:disabled){background-color:#555}.post-btn:disabled{background-color:#333;cursor:not-allowed}.notes-feed{display:flex;flex-direction:column;gap:1rem}.note-item{background-color:#2d2d2d;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000004d;position:relative}.note-content{color:#e0e0e0;line-height:1.5;margin-bottom:1rem;white-space:pre-wrap;word-wrap:break-word}.note-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:1rem;margin-bottom:1rem}.note-image-wrapper{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background-color:#1a1a1a;cursor:pointer}.note-image{width:100%;height:100%;object-fit:cover;transition:transform .2s,opacity .2s}.note-image:hover{transform:scale(1.05);opacity:.9}.delete-image-btn{position:absolute;top:8px;right:8px;background-color:#000000b3;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;padding:0;line-height:1;z-index:10}.delete-image-btn:hover{background-color:#dc2626e6}.delete-image-btn:disabled{opacity:.5;cursor:not-allowed}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in-out}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px}.lightbox-close{position:absolute;top:-40px;right:-40px;background-color:#ffffff1a;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;padding:0;line-height:1}.lightbox-close:hover{background-color:#fff3}.note-meta{display:flex;flex-direction:column;gap:.5rem;color:#888;font-size:.9rem}.note-meta-top{display:flex;justify-content:space-between;align-items:center}.note-date{color:#888}.edited-indicator{color:#888;cursor:pointer;transition:color .2s}.edited-indicator:hover{color:#aaa}.edited-indicator-disabled{cursor:default!important;opacity:.7}.edited-indicator-disabled:hover{color:#888!important}.note-footer{display:flex;justify-content:flex-end;align-items:flex-start;margin-top:.5rem}.note-footer:has(.note-tags){justify-content:space-between}.note-tags{flex:1}.note-actions{display:flex;gap:.5rem}.edit-btn{background-color:transparent;color:#87ceeb;border:none;cursor:pointer;font-size:1.089rem;padding:.3025rem .605rem;border-radius:4px;transition:background-color .2s}.edit-btn:hover{background-color:#87ceeb1a}.delete-btn{background-color:transparent;color:#ff6b6b;border:none;cursor:pointer;font-size:1.089rem;padding:.3025rem .605rem;border-radius:4px;transition:background-color .2s}.delete-btn:hover{background-color:#ff6b6b1a}.edit-textarea{width:100%;min-height:80px;padding:.75rem;background-color:#3d3d3d;border:1px solid #555;border-radius:4px;color:#e0e0e0;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:.5rem}.edit-textarea:focus{outline:none;border-color:#666;background-color:#404040}.edit-tags{margin-top:1rem}.edit-tags label{display:block;margin-bottom:.5rem;color:#e0e0e0;font-weight:500}.tag-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.keyboard-shortcuts{margin-top:.5rem;color:#888;font-size:.8rem}.tag-btn{padding:.25rem .75rem;border:1px solid #555;background:#2a2a2a;color:#e0e0e0;border-radius:4px;cursor:pointer;transition:all .2s;font-size:.9rem}.tag-btn:hover{background:#3a3a3a}.tag-btn.selected{background:#4a4a4a;border-color:#666}.tag-btn.tag-public.selected{background:#1db954;border-color:#1db954;color:#fff}.tag-btn.tag-private.selected{background:#e74c3c;border-color:#e74c3c;color:#fff}.tag-btn.tag-tech.selected{background:#3498db;border-color:#3498db;color:#fff}.tag-btn.tag-general.selected{background:#9370dbcc;border-color:#9370dbcc;color:#fff}.edit-actions{display:flex;gap:.5rem;margin-top:1rem;margin-bottom:1rem}.save-btn,.cancel-btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.save-btn{background-color:#4a9eff;color:#fff}.save-btn:hover{background-color:#3a8eef}.cancel-btn{background-color:#666;color:#fff}.cancel-btn:hover{background-color:#777}.version-history{margin-top:1rem;padding:1rem;background-color:#1a1a1a;border-radius:4px;border:1px solid #333}.version-item{padding:.5rem 0;border-bottom:1px solid #333}.version-item:last-child{border-bottom:none}.version-content{color:#b0b0b0;font-size:.9rem;margin-bottom:.25rem}.version-timestamp{color:#888;font-size:.8rem}.empty-state{text-align:center;color:#888;padding:3rem 1rem;font-style:italic}@media (max-width: 768px){.container{padding:1rem}.app-layout{flex-direction:column!important;align-items:center}.app-sidebar{width:100%!important;max-width:600px!important;border:none!important;padding:1.5rem 1rem 1rem!important;order:-1!important;background-color:transparent!important;margin:1rem auto 0!important}.app-main,.container{max-width:600px!important}.sidebar-divider{display:none!important}.header{padding:1rem 1rem 1rem 1.625rem;flex-wrap:nowrap;gap:.5rem}.desktop-nav,.desktop-logout{display:none}.mobile-menu-controls{display:flex}.mobile-nav-link{font-size:1.1rem}.blog-header,.projects-header,.resume-header{margin-top:1rem}.blog-header h1,.projects-header h1{font-size:2rem}.blog-subtitle,.projects-subtitle{font-size:1rem}.project-title{font-size:1.1rem}.project-subtitle{font-size:.95rem}.project-description{font-size:.9rem}.project-date,.project-link{font-size:.85rem}.project-tag{font-size:.8rem;padding:.3rem .75rem}.projects-footer{font-size:.9rem}.blog-page{padding:1rem}.blog-header{margin-bottom:1.5rem}.blog-content{min-height:200px}.coming-soon{padding:2rem 1.5rem;max-width:100%}.coming-soon-icon{font-size:3rem;margin-bottom:1rem}.coming-soon h2{font-size:1.5rem}.coming-soon p{font-size:.95rem}.compose-section{padding:1rem}.compose-textarea{min-height:100px;font-size:16px}.compose-actions{flex-direction:column;gap:1rem;align-items:stretch}.image-upload-btn{width:100%;text-align:center}.image-previews{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.post-btn{width:100%;padding:1rem}.note-item{padding:1rem}.note-images{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.lightbox-close{top:10px;right:10px}.note-meta{flex-direction:column;gap:.5rem;align-items:flex-start}.delete-btn{align-self:flex-end;padding:.5rem 1rem;min-height:44px}.login-container>div{padding:1.5rem;margin:1rem}.logo h1{font-size:1.75rem}input[type=text],input[type=password]{font-size:16px}}.spotify-widget{background-color:#2d2d2d;border-radius:8px;box-shadow:0 2px 4px #0000004d;margin-bottom:1rem;overflow:hidden}.spotify-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#1db954;color:#fff}.spotify-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#fff}.spotify-expand-btn{background:#fff3;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.spotify-expand-btn:hover{background:#ffffff4d}.spotify-logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.spotify-logo svg{width:20px;height:20px}.spotify-disconnect-btn{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background-color .2s}.spotify-disconnect-btn:hover{background-color:#ffffff1a}.spotify-content{padding:1rem}.spotify-connect-text{color:#b0b0b0;margin-bottom:1rem;text-align:center}.spotify-connect-btn{width:100%;background-color:#1db954;color:#fff;border:none;padding:.75rem;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .2s}.spotify-connect-btn:hover{background-color:#1ed760}.spotify-loading,.spotify-error,.spotify-no-track{text-align:center;color:#b0b0b0;padding:1rem 0}.spotify-error{color:#ff6b6b}.spotify-subtitle{font-size:.8rem;color:#888;margin-top:.25rem}.spotify-track{display:flex;gap:1rem;margin-bottom:1rem}.spotify-album-art{flex-shrink:0}.spotify-album-art img{border-radius:4px;width:64px;height:64px;object-fit:cover}.spotify-track-info{flex:1;min-width:0}.spotify-track-name{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:#e0e0e0}.spotify-track-link{color:inherit;text-decoration:none;transition:color .2s}.spotify-track-link:hover{color:#1db954}.spotify-artist{margin:0 0 .25rem;font-size:.8rem;color:#b0b0b0}.spotify-album{margin:0;font-size:.75rem;color:#888}.spotify-progress{margin-bottom:.75rem}.spotify-progress-bar{width:100%;height:4px;background-color:#404040;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.spotify-progress-fill{height:100%;background-color:#1db954;transition:width .3s ease}.spotify-progress-time{font-size:.7rem;color:#888;text-align:right}.spotify-status{text-align:center;font-size:.8rem}.spotify-playing{color:#1db954}.spotify-paused{color:#888}.spotify-recent{color:#87ceeb}.spotify-playing{color:#1db954;font-weight:500}.favorite-songs{background:#2a2a2a;border-radius:8px;margin-bottom:1rem;overflow:hidden}.favorite-songs-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#2a2a2a;border-bottom:1px solid #333}.favorite-songs-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#fff}.favorite-songs-expand-btn{background:#fff3;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.favorite-songs-expand-btn:hover{background:#ffffff4d}.favorite-songs-content{padding:1rem}.favorite-songs-loading,.favorite-songs-error,.favorite-songs-empty{text-align:center;color:#888;padding:1rem 0}.favorite-songs-empty-subtitle{font-size:.8rem;color:#666;margin-top:.5rem}.resume-page{max-width:1000px;margin:0 auto;padding:2rem}.resume-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:2rem}.download-btn{background:#4a4a4a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.download-btn:hover{background:#5a5a5a;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.resume-content{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #0000004d}.resume-iframe{border:none;width:100%;min-height:800px}.blog-page{max-width:800px;margin:0 auto;padding:2rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-size:3rem;font-weight:700;color:#fff;margin:0 0 .5rem}.blog-subtitle{font-size:1.2rem;color:#888;margin:0}.blog-content{display:flex;justify-content:center;align-items:center;min-height:400px}.projects-page{max-width:none;margin:0 auto;padding:2rem}.projects-header{text-align:center;margin-bottom:1rem}.projects-header h1{font-size:3rem;font-weight:700;color:#fff;margin:0 0 .5rem}.projects-subtitle{font-size:1.2rem;color:#888;margin:0}.projects-content{padding:2rem;width:55%;max-width:none;margin:0 auto}.projects-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}.project-card{background-color:#2d2d2d;border-radius:12px;padding:3rem;box-shadow:0 4px 12px #0000004d;transition:transform .2s,box-shadow .2s;max-width:none;margin:0 auto;width:100%}.project-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0006}.project-header{margin-bottom:2rem}.project-title{color:#fff;font-size:1.75rem;font-weight:600;margin-bottom:.5rem;line-height:1.3}.project-subtitle{color:#a0a0a0;font-size:1.3rem;font-weight:400;margin:0;line-height:1.4}.project-date{color:#888;font-size:1rem;font-weight:400;margin:.5rem 0 1rem;font-style:italic}.project-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.project-tag{display:inline-block;background-color:#3a3a3a;color:#4a9eff;padding:.4rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;border:1px solid #4a4a4a}.project-description{color:#b0b0b0;font-size:1.1rem;line-height:1.6;margin-top:2rem;margin-bottom:1.5rem}.project-link{display:inline-block;color:#4a9eff;font-size:1rem;font-weight:500;text-decoration:none;margin-bottom:2rem;transition:color .2s}.project-link:hover{color:#6db3ff;text-decoration:underline}.project-video{width:100%;max-width:100%;border-radius:8px;box-shadow:0 2px 8px #0000004d;background-color:#000}.projects-footer{text-align:center;margin-top:4rem;padding:2rem 0;color:#b0b0b0;font-size:1.1rem}.projects-footer p{margin:0}.projects-footer-link{color:#4a9eff;text-decoration:none;font-weight:500;transition:color .2s}.projects-footer-link:hover{color:#6db3ff;text-decoration:underline}.projects-footer-button{background:none;border:none;padding:0;cursor:pointer;font-size:inherit;font-family:inherit}@media (max-width: 768px){.projects-page{padding:1rem}.projects-content{width:80%;padding:.5rem}.project-card{padding:1.5rem}.projects-footer{margin-top:2rem;padding:1rem 0}}.coming-soon{text-align:center;padding:3rem 2rem;background:#2a2a2a;border-radius:12px;border:1px solid #333;max-width:500px}.coming-soon-icon{font-size:4rem;margin-bottom:1.5rem}.coming-soon h2{font-size:2rem;font-weight:600;color:#fff;margin:0 0 1rem}.coming-soon p{font-size:1.1rem;color:#b3b3b3;line-height:1.6;margin:0}.favorite-songs-player{margin:1rem 0;border-radius:8px;overflow:hidden}.spotify-iframe{border-radius:8px;background:transparent}.favorite-songs-navigation{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.favorite-songs-counter{color:#888;font-size:.8rem;font-weight:500;text-align:center}.favorite-songs-dots{display:flex;gap:.5rem;align-items:center}.favorite-songs-dot{width:8px;height:8px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;transition:all .2s}.favorite-songs-dot:hover:not(:disabled){background:#ffffff80;transform:scale(1.2)}.favorite-songs-dot.active{background:#1db954;transform:scale(1.3)}.favorite-songs-dot:disabled{opacity:.3;cursor:not-allowed}.favorite-songs-note{text-align:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #333}.favorite-songs-note small{color:#666;font-size:.7rem;font-style:italic}.app-layout{display:flex;min-height:100vh;width:100%;max-width:100%;overflow-x:hidden}.app-main{flex:1;max-width:750px;margin:0 auto}.app-sidebar{width:300px;padding:2rem 1rem;background-color:#1a1a1a;border-left:1px solid #3d3d3d;transition:width .3s ease}.sidebar-divider{width:4px;background-color:#3d3d3d;cursor:col-resize;transition:background-color .2s;position:relative}.sidebar-divider:hover{background-color:#4a9eff}.sidebar-divider:active{background-color:#87ceeb}.quotes-section{background-color:#1a1a1a;border-radius:8px;border:1px solid #3d3d3d;margin-bottom:1rem;overflow:hidden;display:flex;flex-direction:column}.quotes-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#2d2d2d;color:#fff}.quotes-title{display:flex;align-items:center;gap:.5rem;font-weight:600}.quotes-expand-btn{background:#ffffff1a;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.quotes-expand-btn:hover{background:#fff3}.quotes-content{padding:1rem;padding-bottom:0;overflow-y:auto;border:1px solid rgba(255,255,255,.1);border-radius:4px;position:relative;display:flex;flex-direction:column}.quotes-resize-handle{position:absolute;bottom:0;left:0;right:0;height:6px;background:#fff3;cursor:ns-resize;border-radius:0 0 4px 4px;transition:background-color .2s;touch-action:none}.quotes-resize-handle:hover{background:#fff6}@media (max-width: 768px){.quotes-resize-handle{height:12px}.quotes-list{padding-bottom:12px}}.add-quote-btn{width:100%;background-color:#4a4a4a;color:#fff;border:none;padding:.75rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s;margin-bottom:1rem;flex-shrink:0}.add-quote-btn:hover{background-color:#555}.add-quote-form{margin-bottom:1rem;flex-shrink:0}.quote-textarea{width:100%;background-color:#2d2d2d;color:#fff;border:1px solid #3d3d3d;border-radius:6px;padding:.75rem;font-size:.9rem;resize:vertical;min-height:80px;margin-bottom:.5rem;font-family:inherit}.quote-textarea:focus{outline:none;border-color:#4a9eff}.quote-textarea::placeholder{color:#888}.quote-author-input{width:100%;background-color:#2d2d2d;color:#fff;border:1px solid #3d3d3d;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;margin-bottom:.75rem}.quote-author-input:focus{outline:none;border-color:#4a9eff}.quote-author-input::placeholder{color:#888}.quote-form-buttons{display:flex;gap:.5rem}.save-quote-btn{flex:1;background-color:#4a9eff;color:#fff;border:none;padding:.5rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.save-quote-btn:hover{background-color:#3a8eef}.cancel-quote-btn{flex:1;background-color:#666;color:#fff;border:none;padding:.5rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.cancel-quote-btn:hover{background-color:#777}.quotes-list{flex:1;overflow-y:auto;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none}.quotes-list::-webkit-scrollbar{display:none}.quotes-empty{text-align:center;color:#888;padding:2rem 1rem;flex:1;display:flex;flex-direction:column;justify-content:center}.quotes-empty-subtitle{font-size:.8rem;margin-top:.5rem}.quote-item{background-color:#2d2d2d;border:1px solid #3d3d3d;border-radius:6px;padding:1rem;margin-bottom:.75rem;position:relative}.quote-item:last-child{margin-bottom:0}.quote-text{color:#e0e0e0;font-style:italic;line-height:1.5;margin-bottom:.5rem;white-space:pre-wrap;word-wrap:break-word}.quote-author{color:#87ceeb;font-size:.9rem;margin-bottom:.75rem}.quote-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#888}.quote-actions{display:flex;gap:.5rem}.quote-actions .edit-btn,.quote-actions .delete-btn{transform:scale(.9)}.quote-actions-container{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.toggle-switch{position:relative;display:inline-block;width:60px;height:24px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ff6b6b;transition:.3s;border-radius:24px;display:flex;align-items:center;justify-content:center}.toggle-text{font-size:8px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:.3s;z-index:1;padding:0 8px;margin:0 15px;text-align:center;min-width:40px}.toggle-switch input:not(:checked)+.toggle-slider .toggle-text{margin-left:15px;margin-right:2px}.toggle-switch input:checked+.toggle-slider .toggle-text{margin-left:2px;margin-right:20px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.toggle-switch input:checked+.toggle-slider{background-color:#4a9eff}.toggle-switch input:checked+.toggle-slider:before{transform:translate(36px)}.toggle-switch:hover .toggle-slider{box-shadow:0 0 8px #4a9eff4d}.quote-edit-form{display:flex;flex-direction:column;gap:.5rem}.interests-section{background-color:#1a1a1a;border-radius:8px;border:1px solid #3d3d3d;margin-bottom:1rem;overflow:hidden;display:flex;flex-direction:column}.interests-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#2d2d2d;color:#fff}.interests-title{display:flex;align-items:center;gap:.5rem;font-weight:600}.interests-title svg{flex-shrink:0}.interests-expand-btn{background:#ffffff1a;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.interests-expand-btn:hover{background:#fff3}.interests-content{padding:1rem}.interests-list{display:flex;flex-direction:column;gap:.75rem}.interest-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#2d2d2d;border:1px solid #3d3d3d;border-radius:6px;transition:transform .2s,box-shadow .2s}.interest-item:hover{transform:translate(4px);box-shadow:0 2px 8px #87ceeb1a}.interest-icon{font-size:1.5rem;flex-shrink:0}.interest-name{color:#e0e0e0;font-size:.9rem;font-weight:500}.tag-selection{margin-bottom:1rem}.tag-label{font-size:.9rem;color:#e0e0e0;margin-bottom:.5rem;font-weight:500}.tag-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.tag-btn{background-color:#3d3d3d;color:#e0e0e0;border:1px solid #555;padding:.4rem .8rem;border-radius:16px;cursor:pointer;font-size:.8rem;transition:all .2s;font-weight:500}.tag-btn:hover{background-color:#4a4a4a;border-color:#666}.tag-btn.tag-selected[data-tag=Public]{background-color:#2d5a2d;color:#4ade80;border-color:#4ade80}.tag-btn.tag-selected[data-tag=Private]{background-color:#5a2d2d;color:#f87171;border-color:#f87171}.tag-btn.tag-selected[data-tag=Tech]{background-color:#2d3d5a;color:#60a5fa;border-color:#60a5fa}.tag-btn.tag-selected[data-tag=General]{background-color:#9370dbcc;color:#fff;border-color:#9370dbcc}.tag-btn:disabled{opacity:.5;cursor:not-allowed}.note-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.note-tag{padding:.25rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid}.note-tag-public{background-color:#2d5a2d;color:#4ade80;border-color:#4ade80}.note-tag-private{background-color:#5a2d2d;color:#f87171;border-color:#f87171}.note-tag-tech{background-color:#2d3d5a;color:#60a5fa;border-color:#60a5fa}.note-tag-general{background-color:#3d3d3d;color:#fff;border-color:#666}.tag-filter{background-color:#1a1a1a;border-radius:8px;border:1px solid #3d3d3d;margin-bottom:1rem;overflow:hidden}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#2d2d2d;color:#fff}.filter-title{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.filter-svg{cursor:pointer;transition:color .2s,transform .3s ease;transform:rotate(-90deg)}.filter-svg:hover{color:#4a9eff}.filter-svg.rotated{transform:rotate(0)}.filter-count{color:#4a9eff;font-weight:500;background:none;border:none;cursor:pointer;padding:0;font-size:inherit;transition:color .2s}.filter-count:hover{color:#6bb6ff}.filter-controls{display:flex;align-items:center;gap:.5rem}.clear-filters-btn{background:#ff6b6b1a;border:1px solid #ff6b6b;color:#ff6b6b;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:all .2s;margin-top:3px;margin-left:3px}.clear-filters-btn:hover{background:#ff6b6b33}.filter-expand-btn{background:#ffffff1a;border:none;color:#fff;width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.filter-expand-btn:hover{background:#fff3}.filter-content{padding:1rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.filter-tag-btn{background-color:#3d3d3d;color:#e0e0e0;border:1px solid #555;padding:.4rem .8rem;border-radius:16px;cursor:pointer;font-size:.8rem;transition:all .2s;font-weight:500}.filter-tag-btn:hover{background-color:#4a4a4a;border-color:#666}.filter-tag-btn.filter-tag-selected[data-tag=Public]{background-color:#2d5a2d;color:#4ade80;border-color:#4ade80}.filter-tag-btn.filter-tag-selected[data-tag=Private]{background-color:#5a2d2d;color:#f87171;border-color:#f87171}.filter-tag-btn.filter-tag-selected[data-tag=Tech]{background-color:#2d3d5a;color:#60a5fa;border-color:#60a5fa}.filter-tag-btn.filter-tag-selected[data-tag=General]{background-color:#9370dbcc;color:#fff;border-color:#9370dbcc}.active-filters{border-top:1px solid #3d3d3d;padding-top:1rem}.active-filters-label{font-size:.8rem;color:#888;margin-bottom:.5rem;display:block}.active-filter-tags{display:flex;flex-wrap:wrap;gap:.4rem}.active-filter-tag{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid}.active-filter-tag-public{background-color:#2d5a2d;color:#4ade80;border-color:#4ade80}.active-filter-tag-private{background-color:#5a2d2d;color:#f87171;border-color:#f87171}.active-filter-tag-tech{background-color:#2d3d5a;color:#60a5fa;border-color:#60a5fa}.active-filter-tag-general{background-color:#3d3d3d;color:#fff;border-color:#666}.remove-filter-btn{background:none;border:none;color:inherit;cursor:pointer;font-size:.9rem;font-weight:700;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.remove-filter-btn:hover{background-color:#fff3}.show-more-btn{background:none;border:none;color:#888;cursor:pointer;font-size:.9rem;padding:.25rem .5rem;margin-top:.5rem;text-decoration:none;transition:all .2s;border-radius:4px;display:inline-block}.show-more-btn:hover{color:#e0e0e0;background-color:#ffffff1a}@media (max-width: 1200px){.app-sidebar{width:280px}.projects-page{padding:1rem}.projects-content{width:90%;padding:.5rem}}@media (max-width: 1024px) and (min-width: 769px){.app-layout{flex-direction:column!important;align-items:center}.app-sidebar{width:100%!important;max-width:600px!important;border:none!important;padding:1.5rem 1rem 1rem!important;order:-1!important;background-color:transparent!important;margin:1rem auto 0!important}.app-main,.container{max-width:600px!important}.sidebar-divider{display:none}.spotify-widget,.interests-section,.quotes-section{margin:0 0 1rem;width:100%;border-radius:8px;box-shadow:0 2px 8px #00000026;border:1px solid rgba(61,61,61,.3)}.app-sidebar>*{margin-bottom:1rem}.app-sidebar>*:last-child{margin-bottom:0}.spotify-content,.quotes-content{padding:.75rem 1rem;background-color:#1a1a1acc;border-radius:0 0 8px 8px;max-height:60vh;min-height:150px}}@media (max-width: 480px){.header{padding:1rem 1rem 1rem 1.5rem}.container{padding:.75rem}.mobile-nav-link{font-size:1rem}.blog-header,.projects-header,.resume-header{margin-top:1rem}.blog-header h1,.projects-header h1{font-size:1.75rem}.blog-subtitle,.projects-subtitle{font-size:.95rem}.project-title{font-size:1.1rem}.project-subtitle{font-size:.95rem}.project-description{font-size:.9rem}.project-date,.project-link{font-size:.85rem}.project-tag{font-size:.8rem;padding:.3rem .75rem}.projects-footer{font-size:.9rem}.blog-page{padding:.75rem}.blog-header{margin-bottom:1rem}.blog-content{min-height:150px}.coming-soon{padding:1.5rem 1rem;max-width:100%}.coming-soon-icon{font-size:2.5rem;margin-bottom:.75rem}.coming-soon h2{font-size:1.35rem;margin-bottom:.75rem}.coming-soon p{font-size:.9rem}.app-sidebar,.app-main{max-width:600px!important}.compose-section,.note-item{padding:.75rem}.login-container>div{padding:1rem;margin:.5rem}.app-sidebar{padding:.75rem}.spotify-track{gap:.75rem}.spotify-album-art img{width:48px;height:48px}}.image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin:1rem 0}.image-thumbnail-wrapper{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;background-color:#1a1a1a}.image-thumbnail{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s,filter .2s}.image-thumbnail:hover{transform:scale(1.05);filter:brightness(1.1)}.delete-image-btn{position:absolute;top:.5rem;right:.5rem;background-color:#ff6b6be6;color:#fff;border:none;border-radius:50%;width:28px;height:28px;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;opacity:0;z-index:10}.image-thumbnail-wrapper:hover .delete-image-btn{opacity:1}.delete-image-btn:hover:not(:disabled){background-color:#ff3232f2;transform:scale(1.1)}.delete-image-btn:disabled{background-color:#646464b3;cursor:not-allowed}.image-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin-bottom:1rem}.image-preview{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1;background-color:#1a1a1a}.image-preview img{width:100%;height:100%;object-fit:cover}.remove-preview-btn{position:absolute;top:.25rem;right:.25rem;background-color:#ff6b6be6;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.remove-preview-btn:hover:not(:disabled){background-color:#ff3232f2;transform:scale(1.1)}.remove-preview-btn:disabled{background-color:#646464b3;cursor:not-allowed}.image-upload-btn{background-color:#4a4a4a;color:#fff;border:none;padding:.875rem 1rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s;min-height:48px;touch-action:manipulation}.image-upload-btn:hover:not(:disabled){background-color:#555}.image-upload-btn:disabled{background-color:#333;cursor:not-allowed;opacity:.5}.lightbox-overlay{position:fixed;inset:0;background-color:#000000f2;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 32px #00000080}.lightbox-close{position:fixed;top:1.5rem;right:1.5rem;background-color:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:48px;height:48px;font-size:2rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10001}.lightbox-close:hover{background-color:#fff3;border-color:#ffffff80;transform:rotate(90deg)}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);background-color:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50%;width:56px;height:56px;font-size:2.5rem;font-weight:300;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10001}.lightbox-nav:hover{background-color:#fff3;border-color:#ffffff80}.lightbox-nav-prev{left:1.5rem}.lightbox-nav-next{right:1.5rem}.lightbox-counter{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:.75rem 1.5rem;border-radius:24px;font-size:1rem;font-weight:500;z-index:10001;border:1px solid rgba(255,255,255,.2)}@media (max-width: 768px){.lightbox-close{top:1rem;right:1rem;width:44px;height:44px;font-size:1.75rem}.lightbox-nav{width:48px;height:48px;font-size:2rem}.lightbox-nav-prev{left:.5rem}.lightbox-nav-next{right:.5rem}.lightbox-counter{bottom:1rem;font-size:.9rem;padding:.5rem 1rem}.image-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}}@media (max-width: 480px){.image-gallery{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.lightbox-content img{max-height:85vh}}.tiktok-embed-container{margin:1rem 0;border:none;border-radius:12px;background:#333;overflow:hidden;transition:all .3s ease}.tiktok-embed-container:hover{box-shadow:0 4px 12px #0000004d}.tiktok-embed-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#333;border-bottom:1px solid #444}.tiktok-embed-info{display:flex;align-items:center;gap:.5rem;color:#e0e0e0;font-size:.9rem;font-weight:500}.tiktok-icon{font-size:1.1rem}.tiktok-label{color:#fff}.tiktok-title{color:#ccc;font-weight:400}.tiktok-embed-controls{display:flex;gap:.5rem}.tiktok-control-btn{background:#444;border:1px solid #555;color:#e0e0e0;border-radius:6px;padding:.25rem .5rem;font-size:.8rem;cursor:pointer;transition:all .2s ease;min-width:28px;height:28px;display:flex;align-items:center;justify-content:center}.tiktok-control-btn:hover{background:#555;border-color:#666;color:#fff}.tiktok-embed-content{padding:1rem;background:#333;display:flex;justify-content:center;align-items:center}.tiktok-embed-content iframe{max-width:100%;border-radius:8px;background-color:#666;border:none!important;outline:none!important;box-shadow:none!important}.tiktok-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#888}.tiktok-loading-spinner{width:32px;height:32px;border:3px solid #444;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.tiktok-resolving{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#888}.tiktok-embed-error{margin:1rem 0;border:1px solid #dc3545;border-radius:12px;background:#2a1a1a;overflow:hidden}.tiktok-error-content{display:flex;align-items:center;gap:1rem;padding:1rem}.tiktok-error-icon{font-size:1.5rem}.tiktok-error-text{flex:1;color:#e0e0e0}.tiktok-error-text p{margin:0 0 .5rem;color:#dc3545;font-weight:500}.tiktok-error-link{background:#dc3545;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.8rem;cursor:pointer;transition:background .2s ease}.tiktok-error-link:hover{background:#c82333}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.note-tiktok-embed{margin:1rem 0}@media (max-width: 768px){.tiktok-embed-header{padding:.5rem .75rem}.tiktok-embed-info{font-size:.8rem}.tiktok-control-btn{padding:.2rem .4rem;font-size:.7rem;min-width:24px;height:24px}.tiktok-embed-content{padding:.75rem}}@media (max-width: 480px){.tiktok-embed-header{padding:.4rem .5rem}.tiktok-embed-info{font-size:.75rem}.tiktok-embed-controls{gap:.25rem}.tiktok-control-btn{padding:.15rem .3rem;font-size:.65rem;min-width:20px;height:20px}.tiktok-embed-content{padding:.5rem}.tiktok-loading{padding:1rem}}
