@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--glass-bg:#1e1e1e73;--glass-border:#ffffff26;--terminal-bg:#1c1c1ee6;--terminal-header:#2d2d2df2;--terminal-text:#f0f0f0;--prompt-color:#50fa7b;--apple-text:#fff}*{box-sizing:border-box;margin:0;padding:0}body,html{width:100%;height:100%;color:var(--apple-text);-webkit-font-smoothing:antialiased;background:url(/rick-and-morty.png) 50%/cover no-repeat;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow:hidden}.liquid-glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px)saturate(180%);border:1px solid var(--glass-border);box-shadow:0 8px 32px #0000004d}#root{flex-direction:column;height:100%;display:flex}.desktop-container{flex-direction:column;justify-content:space-between;height:100vh;display:flex;position:relative;overflow:hidden}.menu-bar{color:#fff;z-index:100;text-shadow:0 1px 4px #000000e6,0 0 2px #00000080;background:linear-gradient(#0000004d 0%,#0000 100%);justify-content:space-between;align-items:center;width:100%;height:28px;padding:0 16px;font-size:13px;font-weight:500;transition:transform .4s cubic-bezier(.25,1,.5,1);display:flex}.maximized-mode .menu-bar{transform:translateY(-100%)}.menu-left,.menu-right{align-items:center;gap:16px;display:flex}.menu-item{cursor:pointer;letter-spacing:.2px}.menu-item.bold{font-weight:700}.icon-box{justify-content:center;align-items:center;display:flex}.time-text{font-variant-numeric:tabular-nums}.dock-hit-area{pointer-events:auto;z-index:201;width:100%;height:20px;position:absolute;bottom:0;left:0}.dock-container{z-index:200;pointer-events:none;justify-content:center;width:100%;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.maximized-mode .dock-hit-area,.maximized-mode .dock-container{display:none}.dock{-webkit-backdrop-filter:blur(24px)saturate(180%);pointer-events:auto;background:#ffffff2e;border:1px solid #ffffff4d;border-radius:24px;align-items:flex-end;gap:12px;height:72px;padding:8px 12px;transition:transform .3s cubic-bezier(.25,1,.5,1);display:flex;transform:translateY(0);box-shadow:0 10px 30px #0000004d,inset 0 1px 1px #ffffff80}.dock-container.obstructed .dock{transform:translateY(150%)}.dock-hit-area:hover+.dock-container.obstructed .dock,.dock-container.obstructed .dock:hover,.dock-container.obstructed .dock:focus-within{transform:translateY(0)}.dock-icon-wrapper{cursor:pointer;transform-origin:bottom;justify-content:center;align-items:flex-end;display:flex;position:relative}.dock-icon{object-fit:contain;filter:drop-shadow(0 4px 6px #0000004d);width:100%;height:100%}.dock-icon-wrapper:after{content:attr(data-name);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0009;border-radius:10px;padding:6px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.25,1,.5,1);position:absolute;bottom:calc(100% + 10px);transform:translateY(10px);box-shadow:0 4px 12px #0000004d}.dock-icon-wrapper:before{content:"";opacity:0;pointer-events:none;z-index:1000;border:5px solid #0000;border-top-color:#0009;border-bottom-width:0;transition:all .2s cubic-bezier(.25,1,.5,1);position:absolute;bottom:calc(100% + 5px);left:50%;transform:translate(-50%)translateY(10px)}.dock-icon-wrapper:hover:after{opacity:1;transform:translateY(0)}.dock-icon-wrapper:hover:before{opacity:1;transform:translate(-50%)translateY(0)}.dock-dot{background-color:#fffc;border-radius:50%;width:4px;height:4px;position:absolute;bottom:-6px;box-shadow:0 0 2px #00000080}.dock-divider{background-color:#ffffff4d;align-self:center;width:1px;height:44px;margin:0 4px;box-shadow:1px 0 #0000001a}.terminal-wrapper{z-index:50;-webkit-backdrop-filter:blur(20px)saturate(150%);background:#1e1e1ed9;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3,0 0 0 1px #0000004d}.rnd-animating{transition:all .4s cubic-bezier(.25,1,.5,1)!important}.terminal-header{background:linear-gradient(#464646e6 0%,#2d2d2de6 100%);border-bottom:1px solid #000c;justify-content:center;align-items:center;height:28px;display:flex;position:relative}.window-controls{gap:8px;display:flex;position:absolute;left:12px}.control-dot{cursor:pointer;border:1px solid #00000026;border-radius:50%;justify-content:center;align-items:center;width:12px;height:12px;display:flex;box-shadow:inset 0 1px 1px #fff3}.control-dot:after{color:#000000b3;opacity:0;font-family:-apple-system,sans-serif;font-size:10px;font-weight:800;line-height:1;transition:opacity .1s}.window-controls:hover .control-dot:after{opacity:1}.dot-close{background:#ff5f56}.dot-close:after{content:"×";margin-top:-1px;font-size:12px}.dot-minimize{background:#ffbd2e}.dot-minimize:after{content:"−";margin-top:-1px;font-size:11px}.dot-maximize{background:#27c93f}.dot-maximize:after{content:"+";margin-top:-1px;font-size:11px}.terminal-title{color:#d1d1d1;text-shadow:0 1px 1px #00000080;align-items:center;gap:6px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:13px;font-weight:600;display:flex}.terminal-body{color:var(--terminal-text);cursor:text;flex:1;padding:12px 16px;font-family:JetBrains Mono,Menlo,Courier New,monospace;font-size:14px;line-height:1.5;overflow-y:auto}::-webkit-scrollbar{background:0 0;width:8px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-corner{background:0 0}.terminal-footer{color:#888;background:0 0;border-top:none;justify-content:space-between;align-items:center;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:12px;display:flex}.footer-right{align-items:center;gap:16px;display:flex}.footer-right a{color:#888;align-items:center;text-decoration:none;transition:color .2s;display:flex}.footer-right a:hover{color:#fff}.terminal-body pre{white-space:pre-wrap;word-break:break-word;margin:0;font-family:inherit}.ascii-art{margin-bottom:16px;font-weight:700;line-height:1.2}.input-line{align-items:flex-start;margin-top:4px;display:flex}.prompt{white-space:nowrap;margin-right:8px;font-weight:500}.terminal-input{color:inherit;font-family:inherit;font-size:inherit;caret-color:#fff;background:0 0;border:none;outline:none;flex:1}.history-item{margin-bottom:24px}.text-prompt{color:var(--prompt-color)}@media (width<=768px){.menu-bar,.dock-container{display:none!important}.desktop-container{background:#000}.terminal-wrapper{box-shadow:none;border:none;border-radius:0;margin:0}.ascii-art{white-space:pre;font-size:min(2.2vw,14px)}}.snap-overlay{z-index:150;pointer-events:none;-webkit-backdrop-filter:blur(6px);background:#ffffff26;border:2px solid #ffffff80;border-radius:16px;position:absolute;box-shadow:0 0 30px #0000004d}.snap-preview-full{inset:36px 8px 8px}.snap-preview-left{inset:36px 50% 8px 8px}.snap-preview-right{inset:36px 8px 8px 50%}.context-menu{z-index:9999;-webkit-backdrop-filter:blur(25px)saturate(150%);color:#fff;-webkit-user-select:none;user-select:none;background:#282828a6;border:1px solid #ffffff26;border-radius:8px;min-width:180px;padding:6px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:13px;animation:.1s ease-out forwards contextFade;position:absolute;box-shadow:0 10px 40px #00000080,0 0 0 1px #0000001a}@keyframes contextFade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.context-menu-item{cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;padding:4px 12px;display:flex}.context-menu-item:hover{color:#fff;background:#0a60ff}.context-menu-divider{background:#ffffff26;height:1px;margin:4px 0}.context-shortcut{color:#fff6;font-size:11px}.context-menu-item:hover .context-shortcut{color:#ffffffe6}@keyframes dockBounce{0%{transform:translateY(0)}25%{transform:translateY(-25px)}50%{transform:translateY(0)}75%{transform:translateY(-12px)}to{transform:translateY(0)}}.dock-bounce{animation:1.5s cubic-bezier(.28,.84,.42,1) forwards dockBounce}.cmd-output{margin-top:10px;animation:.2s ease-out contextFade}.cmd-title{color:#fff;letter-spacing:.5px;border-bottom:1px dashed #ffffff4d;margin-bottom:12px;padding-bottom:4px;font-weight:700;display:inline-block}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.cmd-help-grid{flex-direction:column;gap:8px;display:flex}.help-row{gap:16px;display:flex}.help-cmd{min-width:100px}.help-desc{color:#ffffffb3}.about-header{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.ascii-avatar{color:#34c759;white-space:pre;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:10px;font-family:Courier New,Courier,monospace;font-size:10px;line-height:1.2}.about-title-block h2{color:#fff;margin:0;font-size:24px;font-weight:800}.subtitle{color:#ffffffb3;margin-bottom:12px}.cmd-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:6px 16px;font-size:13px;text-decoration:none;transition:all .2s;display:inline-block}.cmd-btn:hover:not(:disabled){color:#000;background:#fff}.cmd-btn:disabled{opacity:.5;cursor:not-allowed}.tech-grid{flex-wrap:wrap;gap:8px;display:flex}.tech-tag{color:#34c759;background:#34c75926;border:1px solid #34c7594d;border-radius:12px;padding:4px 10px;font-size:12px}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.project-card{background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:16px;transition:transform .2s,border-color .2s}.project-card:hover{border-color:#ffffff4d;transform:translateY(-2px)}.project-title{color:#fff;margin:0 0 8px;font-size:16px}.project-desc{color:#ffffffb3;margin-bottom:12px;font-size:13px;line-height:1.4}.project-tags{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.proj-tag{color:#66a3ff;background:#0a60ff33;border-radius:4px;padding:2px 8px;font-size:11px}.project-link{color:#34c759;font-size:13px;font-weight:500;text-decoration:none}.project-link:hover{text-decoration:underline}.contact-links{flex-direction:column;gap:10px;display:flex}.contact-link{color:#fffc;background:#ffffff0d;border-radius:6px;align-items:center;gap:10px;width:fit-content;padding:8px 12px;text-decoration:none;transition:all .2s;display:flex}.contact-link:hover{color:#fff;background:#ffffff26}.link-icon{font-size:16px}.terminal-form{flex-direction:column;gap:12px;max-width:400px;display:flex}.form-group{flex-direction:column;gap:4px;display:flex}.form-group label{color:#fff9;font-size:12px}.cmd-form-input{color:#fff;background:#0006;border:1px solid #fff3;border-radius:4px;outline:none;padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .2s}.cmd-form-input:focus{border-color:#34c759}.cmd-form-input::placeholder{color:#ffffff4d}.form-success{color:#34c759;background:#34c7591a;border:1px solid #34c7594d;border-radius:6px;padding:12px}@keyframes terminalPrint{0%{opacity:0}to{opacity:1}}.cmd-output>*,.cmd-help-grid>.help-row,.projects-grid>.project-card,.tech-grid>.tech-tag{opacity:0;animation:10ms ease-out forwards terminalPrint}.cmd-output>:first-child,.cmd-help-grid>.help-row:first-child,.projects-grid>.project-card:first-child,.tech-grid>.tech-tag:first-child{animation-delay:20ms}.cmd-output>:nth-child(2),.cmd-help-grid>.help-row:nth-child(2),.projects-grid>.project-card:nth-child(2),.tech-grid>.tech-tag:nth-child(2){animation-delay:40ms}.cmd-output>:nth-child(3),.cmd-help-grid>.help-row:nth-child(3),.projects-grid>.project-card:nth-child(3),.tech-grid>.tech-tag:nth-child(3){animation-delay:60ms}.cmd-output>:nth-child(4),.cmd-help-grid>.help-row:nth-child(4),.projects-grid>.project-card:nth-child(4),.tech-grid>.tech-tag:nth-child(4){animation-delay:80ms}.cmd-output>:nth-child(5),.cmd-help-grid>.help-row:nth-child(5),.projects-grid>.project-card:nth-child(5),.tech-grid>.tech-tag:nth-child(5){animation-delay:.1s}.cmd-output>:nth-child(6),.cmd-help-grid>.help-row:nth-child(6),.projects-grid>.project-card:nth-child(6),.tech-grid>.tech-tag:nth-child(6){animation-delay:.12s}.cmd-output>:nth-child(7),.cmd-help-grid>.help-row:nth-child(7),.projects-grid>.project-card:nth-child(7),.tech-grid>.tech-tag:nth-child(7){animation-delay:.14s}.cmd-output>:nth-child(8),.cmd-help-grid>.help-row:nth-child(8),.projects-grid>.project-card:nth-child(8),.tech-grid>.tech-tag:nth-child(8){animation-delay:.16s}.cmd-output>:nth-child(9),.cmd-help-grid>.help-row:nth-child(9),.projects-grid>.project-card:nth-child(9),.tech-grid>.tech-tag:nth-child(9){animation-delay:.18s}.cmd-output>:nth-child(10),.cmd-help-grid>.help-row:nth-child(10),.projects-grid>.project-card:nth-child(10),.tech-grid>.tech-tag:nth-child(10){animation-delay:.2s}.cmd-output>:nth-child(11),.cmd-help-grid>.help-row:nth-child(11),.projects-grid>.project-card:nth-child(11),.tech-grid>.tech-tag:nth-child(11){animation-delay:.22s}.cmd-output>:nth-child(12),.cmd-help-grid>.help-row:nth-child(12),.projects-grid>.project-card:nth-child(12),.tech-grid>.tech-tag:nth-child(12){animation-delay:.24s}.cmd-output>:nth-child(13),.cmd-help-grid>.help-row:nth-child(13),.projects-grid>.project-card:nth-child(13),.tech-grid>.tech-tag:nth-child(13){animation-delay:.26s}.cmd-output>:nth-child(14),.cmd-help-grid>.help-row:nth-child(14),.projects-grid>.project-card:nth-child(14),.tech-grid>.tech-tag:nth-child(14){animation-delay:.28s}.cmd-output>:nth-child(15),.cmd-help-grid>.help-row:nth-child(15),.projects-grid>.project-card:nth-child(15),.tech-grid>.tech-tag:nth-child(15){animation-delay:.3s}.cmd-output>:nth-child(16),.cmd-help-grid>.help-row:nth-child(16),.projects-grid>.project-card:nth-child(16),.tech-grid>.tech-tag:nth-child(16){animation-delay:.32s}.cmd-output>:nth-child(17),.cmd-help-grid>.help-row:nth-child(17),.projects-grid>.project-card:nth-child(17),.tech-grid>.tech-tag:nth-child(17){animation-delay:.34s}.cmd-output>:nth-child(18),.cmd-help-grid>.help-row:nth-child(18),.projects-grid>.project-card:nth-child(18),.tech-grid>.tech-tag:nth-child(18){animation-delay:.36s}.cmd-output>:nth-child(19),.cmd-help-grid>.help-row:nth-child(19),.projects-grid>.project-card:nth-child(19),.tech-grid>.tech-tag:nth-child(19){animation-delay:.38s}.cmd-output>:nth-child(20),.cmd-help-grid>.help-row:nth-child(20),.projects-grid>.project-card:nth-child(20),.tech-grid>.tech-tag:nth-child(20){animation-delay:.4s}.settings-wrapper{-webkit-backdrop-filter:blur(25px)saturate(180%);color:#fff;background:#1e1e1ed9;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3,0 0 0 1px #0000004d}.settings-header{cursor:grab;background:#2d2d2d80;border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;height:38px;display:flex;position:relative}.settings-header:active{cursor:grabbing}.settings-title{color:#d1d1d1;font-size:13px;font-weight:600}.settings-body{flex:1;display:flex;overflow:hidden}.settings-sidebar{background:#14141480;border-right:1px solid #ffffff1a;flex-direction:column;gap:8px;width:220px;padding:16px 12px;display:flex}.sidebar-item{cursor:pointer;color:#a1a1a1;border-radius:6px;align-items:center;gap:12px;padding:8px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.sidebar-item:hover{color:#fff;background:#ffffff0d}.sidebar-item.active{color:#fff;background:#0a60ff}.settings-content{flex:1;padding:24px 32px;overflow-y:auto}.settings-section h2{color:#fff;margin-top:0;margin-bottom:24px;font-size:20px;font-weight:600}.setting-group{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.setting-group:last-child{border-bottom:none}.setting-group label{color:#fff;font-size:14px;font-weight:500}.color-picker-container{align-items:center;gap:12px;display:flex}.color-picker-container input[type=color]{-webkit-appearance:none;cursor:pointer;background:0 0;border:none;border-radius:4px;width:32px;height:32px;padding:0}.color-picker-container input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-picker-container input[type=color]::-webkit-color-swatch{border:1px solid #fff3;border-radius:4px}.color-picker-container span{color:#a1a1a1;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:12px}.slider{-webkit-appearance:none;background:#fff3;border-radius:2px;outline:none;width:150px;height:4px}.slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 1px 3px #0000004d}.wallpaper-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;display:grid}.wallpaper-thumbnail{aspect-ratio:16/10;cursor:pointer;border:2px solid #0000;border-radius:8px;transition:all .2s;background-position:50%!important;background-size:cover!important}.wallpaper-thumbnail:hover{transform:scale(1.02);box-shadow:0 4px 12px #0000004d}.wallpaper-thumbnail.active{border-color:#0a60ff;box-shadow:0 0 0 2px #0a60ff4d}.upload-btn{color:#fff9;background:#ffffff0d;border:2px dashed #fff3;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.upload-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff6}
