.os-wrapper{width:100%;height:100%;overflow:hidden;background:url(/assets/img/wallpaper.webp) no-repeat center center fixed;background-size:cover;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:fixed;inset:0}.gesture-handler{width:100%;height:100%}.macos{width:100%;height:100%;display:flex;flex-direction:column}.global-navbar{position:fixed;top:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:16px;padding:10px 20px;background:#1e1e1ed9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.1);z-index:9999}.navbar-apps{display:flex;align-items:center;gap:12px}.navbar-app{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;transition:all .2s;font-size:18px}.navbar-app:hover{background:#ffffff1a;transform:scale(1.1)}.navbar-time{color:#fff;font-size:13px;font-weight:500;padding-left:16px;border-left:1px solid rgba(255,255,255,.2);font-variant-numeric:tabular-nums;white-space:nowrap}.desktop{flex:1;padding-top:10px;padding-bottom:80px}.windows-container{position:fixed;inset:10px 0 80px;pointer-events:none;z-index:10}.app-window{position:absolute;background:#1e1e1ef2;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:12px;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff1a;display:flex;flex-direction:column;overflow:hidden;pointer-events:all;transition:box-shadow .2s}.app-window.active{box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff26}.app-window.maximized{border-radius:0}.window-title-bar{height:38px;background:#323232e6;display:flex;align-items:center;padding:0 12px;cursor:default;-webkit-user-select:none;user-select:none;flex-shrink:0}.window-buttons{display:flex;gap:8px}.window-button{width:12px;height:12px;border-radius:50%;border:none;cursor:pointer;transition:opacity .15s}.window-button:hover{opacity:.8}.window-button.close{background:#ff5f57}.window-button.minimize{background:#ffbd2e}.window-button.maximize{background:#28c940}.window-title{flex:1;text-align:center;color:#ccc;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}.window-title-spacer{width:52px}.window-content{flex:1;overflow:auto;background:#191919fa}.window-resizer{position:absolute;right:0;bottom:0;width:16px;height:16px;cursor:se-resize}.dock-container{position:fixed;bottom:10px;left:50%;transform:translate(-50%);z-index:9998}.dock{display:flex;align-items:flex-end;gap:4px;padding:4px 8px;background:#282828bf;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.dock-apps{display:flex;gap:4px}.dock-divider{width:1px;height:40px;background:#fff3;margin:0 4px}.dock-item{position:relative;cursor:pointer;transition:transform .15s ease}.dock-item:hover{transform:translateY(-8px) scale(1.2)}.dock-item.hovered~.dock-item{transform:translateY(-4px) scale(1.1)}.dock-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;box-shadow:0 4px 12px #0000004d}.dock-icon-image{width:100%;height:100%;object-fit:cover;border-radius:12px}.dock-indicator{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#ffffffb3;border-radius:50%}.dock-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:4px 10px;background:#1e1e1ef2;color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;pointer-events:none}.status-bar{height:47px;display:flex;justify-content:space-between;align-items:center;padding:0 24px;color:#fff;font-size:15px;font-weight:600;position:fixed;top:0;left:0;right:0;z-index:9999}.status-bar-left,.status-bar-right{display:flex;align-items:center;gap:6px;flex:1}.status-bar-right{justify-content:flex-end}.status-bar-notch{flex:1;display:flex;justify-content:center}.notch{width:126px;height:34px;background:#000;border-radius:0 0 20px 20px}.battery-icon{display:flex;align-items:center}.home-indicator{position:fixed;bottom:8px;left:50%;transform:translate(-50%);z-index:9999;cursor:pointer}.home-bar{width:134px;height:5px;background:#fff9;border-radius:3px}.app-grid{display:grid;gap:24px;padding:20px;justify-items:center}.ios-grid{grid-template-columns:repeat(4,1fr);max-width:360px;margin:0 auto}.ipad-grid{grid-template-columns:repeat(6,1fr);max-width:700px;margin:0 auto}.app-icon-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:transform .15s}.app-icon-wrapper:active{transform:scale(.9)}.app-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;box-shadow:0 4px 12px #0003}.app-name{font-size:11px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);max-width:70px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-dots{display:flex;justify-content:center;gap:6px;padding:6px 0;flex-shrink:0}.dot{width:7px;height:7px;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background .2s,transform .2s}.dot.active{background:#fff;transform:scale(1.15)}.home-pages{display:flex;transition:transform .35s cubic-bezier(.25,.46,.45,.94);flex:1}.home-page{min-width:100%;display:flex;flex-direction:column;justify-content:center}.ios{width:100%;height:100%;display:flex;flex-direction:column}.ios.ios-no-statusbar .ios-home-screen{padding-top:20px}.ios.ios-no-statusbar .ios-app-view{margin-top:0;height:calc(100% - 30px)}.ios-home-screen{flex:1;display:flex;flex-direction:column;padding-top:50px;padding-bottom:0;overflow:hidden}.ios-dock{position:fixed;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 14px;background:#282828d9;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:24px;max-width:calc(100vw - 24px);transition:all .3s ease}.ios-dock .main-dock-apps{display:flex;gap:10px;align-items:center}.ios-dock .social-dock-expanded{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:4px;max-width:280px}.ios-dock .dock-app{cursor:pointer;transition:transform .15s}.ios-dock .dock-app:active{transform:scale(.9)}.ios-dock .social-toggle .dock-app-icon{transition:transform .3s ease}.ios-dock.expanded .social-toggle .dock-app-icon{transform:rotate(45deg)}.ios-dock .dock-app-icon{width:48px;height:48px;min-width:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;box-shadow:0 2px 8px #0003}.ios-app-view{flex:1;display:flex;flex-direction:column;background:#141414fa;margin-top:0;height:100%;min-height:0;overflow:hidden}.ios-app-header{display:flex;align-items:center;padding:10px 16px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.ios-app-header .back-button{background:none;border:none;color:#0a84ff;font-size:18px;cursor:pointer;padding:8px}.ios-app-header .app-title{flex:1;text-align:center;color:#fff;font-size:17px;font-weight:600}.ios-app-header .header-spacer{width:44px}.ios-app-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:80px;-webkit-overflow-scrolling:touch;min-height:0}.ipados{width:100%;height:100%;display:flex;flex-direction:column}.ipados.ipados-no-statusbar .ipad-home-screen{padding-top:20px}.ipados.ipados-no-statusbar .ipad-app-view{margin-top:0}.ipad-home-screen{flex:1;display:flex;flex-direction:column;padding-top:60px;padding-bottom:120px;overflow:hidden}.ipad-dock-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:9998}.ipad-dock{display:flex;gap:12px;padding:12px 20px;background:#282828b3;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-radius:24px}.ipad-dock .dock-app{position:relative;cursor:pointer;transition:transform .15s}.ipad-dock .dock-app:hover{transform:scale(1.1)}.ipad-dock .dock-app-icon{width:60px;height:60px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff}.ipad-dock .dock-app-indicator{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:4px;height:4px;background:#ffffffb3;border-radius:50%}.ipad-app-view{flex:1;display:flex;flex-direction:column;background:#141414fa;border-radius:12px 12px 0 0;margin:47px 0 0}.ipad-app-header{display:flex;align-items:center;padding:12px 20px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px 12px 0 0;border-bottom:1px solid rgba(255,255,255,.1)}.ipad-app-header .back-button{background:none;border:none;color:#0a84ff;font-size:16px;cursor:pointer;display:flex;align-items:center;gap:6px}.ipad-app-header .app-title{flex:1;text-align:center;color:#fff;font-size:17px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.ipad-app-header .header-spacer{width:80px}.ipad-app-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:120px;-webkit-overflow-scrolling:touch;min-height:0}.app-switcher{position:fixed;inset:47px 0 0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9990;overflow-x:auto;padding:40px}.app-switcher-empty{text-align:center;color:#fff}.app-switcher-empty p{font-size:18px;margin-bottom:8px}.app-switcher-empty .hint{font-size:14px;opacity:.7}.app-switcher-cards{display:flex;gap:20px;max-width:100%}.app-card{width:280px;background:#1e1e1ef2;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s;flex-shrink:0}.app-card:hover{transform:scale(1.02)}.app-card-header{display:flex;align-items:center;gap:10px;padding:10px;background:#323232e6}.app-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff}.app-card-name{flex:1;color:#fff;font-size:14px;font-weight:500}.app-card-close{background:#ffffff1a;border:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;font-size:12px}.app-card-close:hover{background:#ff3b30cc}.app-card-preview{height:180px;overflow:hidden;transform:scale(.5);transform-origin:top left;width:200%;pointer-events:none}.terminal-app{height:100%;background:#1d1d1d;padding:12px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:14px;overflow-y:auto;color:#fff}.terminal-output-line{white-space:pre-wrap;word-wrap:break-word;line-height:1.5}.terminal-error{color:#ff5f57}.terminal-pre{white-space:pre}.terminal-input-line{display:flex;align-items:center;margin-top:8px}.terminal-prompt{margin-right:8px}.terminal-arrow{color:#28c940}.terminal-tilde{color:#5ac8fa}.terminal-input{flex:1;background:none;border:none;outline:none;color:#ff5f57;font-family:inherit;font-size:inherit}.terminal-input.valid{color:#28c940}.terminal-app a{color:#5ac8fa;text-decoration:none}.terminal-app a:hover{text-decoration:underline}.resume-app{width:100%;height:100%}.resume-iframe{width:100%;height:100%;border:none}.about-app{display:flex;height:100%;background:#1a1a1a;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:40px}.about-sidebar{width:280px;padding:30px 20px;background:#1e1e1ef2;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center}.about-avatar{position:relative;width:160px;height:160px;margin-bottom:20px}.about-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.2)}.avatar-nav{position:absolute;bottom:-10px;left:50%;transform:translate(-50%);display:flex;gap:8px}.avatar-nav button{width:28px;height:28px;border-radius:50%;border:none;background:#000000b3;color:#fff;cursor:pointer;font-size:12px}.about-sidebar h2{color:#fff;font-size:20px;margin-bottom:6px;text-align:center}.about-title{color:#8e8e93;font-size:14px;margin-bottom:24px}.about-tabs{display:flex;gap:8px;width:100%}.about-tabs button{flex:1;padding:10px;background:#ffffff1a;border:none;border-radius:8px;color:#8e8e93;cursor:pointer;font-size:14px;transition:all .2s}.about-tabs button.active{background:#0a84ff;color:#fff}.about-content{flex:1;padding:30px 30px 60px;overflow-y:auto;-webkit-overflow-scrolling:touch}.about-bio h3,.about-skills h3{color:#fff;font-size:24px;margin-bottom:20px}.about-bio p{color:#c7c7c7;font-size:15px;line-height:1.7;margin-bottom:16px}.about-stats{display:flex;gap:30px;margin-top:30px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1)}.stat{text-align:center}.stat-value{display:block;color:#0a84ff;font-size:32px;font-weight:700}.stat-label{color:#8e8e93;font-size:13px}.skills-grid{display:grid;gap:16px}.skill-item{background:#ffffff0d;padding:14px;border-radius:10px}.skill-header{display:flex;justify-content:space-between;margin-bottom:8px}.skill-name{color:#fff;font-size:14px}.skill-level{color:#8e8e93;font-size:13px}.skill-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.skill-progress{height:100%;background:linear-gradient(90deg,#0a84ff,#5ac8fa);border-radius:3px;transition:width .5s ease}.projects-app{padding:24px;background:#1a1a1a;min-height:100%}.projects-header{margin-bottom:24px}.projects-header h2{color:#fff;font-size:28px;margin-bottom:8px}.projects-header p{color:#8e8e93;font-size:15px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.project-card{background:#ffffff0d;border-radius:12px;padding:16px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:all .2s}.project-card:hover{background:#ffffff1a;transform:translateY(-2px)}.project-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;flex-shrink:0}.project-info{flex:1;min-width:0}.project-info h3{color:#fff;font-size:15px;margin-bottom:4px}.project-info p{color:#8e8e93;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-arrow{color:#8e8e93;font-size:14px}.projects-footer{margin-top:24px;text-align:center}.projects-footer a{color:#0a84ff;text-decoration:none;font-size:15px}.projects-footer a:hover{text-decoration:underline}.social-app{height:100%;display:flex;flex-direction:column;background:#1a1a1a}.social-toolbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#1e1e1ef2;border-bottom:1px solid rgba(255,255,255,.1)}.social-url{display:flex;align-items:center;gap:8px;color:#8e8e93;font-size:13px;background:#ffffff0d;padding:6px 12px;border-radius:8px;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-url i{color:#28c940}.social-external{background:#0a84ff;color:#fff;border:none;padding:8px 14px;border-radius:8px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px}.social-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#8e8e93}.spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.1);border-top-color:#0a84ff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 12px}@keyframes spin{to{transform:rotate(360deg)}}.social-iframe{flex:1;border:none;background:#fff}.contact-app{max-width:500px;margin:0 auto;padding:40px 24px}.contact-header{text-align:center;margin-bottom:32px}.contact-icon{width:80px;height:80px;background:linear-gradient(135deg,#007aff,#5ac8fa);border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;margin:0 auto 20px}.contact-header h2{color:#fff;font-size:28px;margin-bottom:8px}.contact-header p{color:#8e8e93;font-size:15px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#8e8e93;font-size:13px;font-weight:500}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px;color:#fff;font-size:16px;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0a84ff}.form-group textarea{resize:vertical;min-height:100px}.submit-btn{background:#0a84ff;color:#fff;border:none;padding:16px;border-radius:12px;font-size:17px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.submit-btn:hover:not(:disabled){background:#0077ed}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.sent{background:#28c940}.contact-alternatives{margin-top:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.contact-alternatives p{color:#8e8e93;font-size:14px;margin-bottom:16px}.contact-links{display:flex;flex-direction:column;gap:12px}.contact-links a{color:#0a84ff;text-decoration:none;font-size:15px;display:flex;align-items:center;justify-content:center;gap:8px}.contact-links a:hover{text-decoration:underline}.settings-app{display:flex;height:100%;background:#1a1a1a}.settings-sidebar{width:280px;background:#1e1e1ef2;border-right:1px solid rgba(255,255,255,.1);padding:20px 0}.settings-profile{padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.settings-avatar{width:80px;height:80px;margin:0 auto 12px}.settings-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.settings-sidebar h3{color:#fff;font-size:18px;margin-bottom:4px}.settings-sidebar p{color:#8e8e93;font-size:13px}.settings-nav{padding:12px 0}.settings-nav a{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#c7c7c7;text-decoration:none;font-size:15px;transition:background .15s}.settings-nav a:hover{background:#ffffff0d}.settings-nav a.active{background:#0a84ff33;color:#0a84ff}.settings-content{flex:1;padding:30px;overflow-y:auto}.settings-content h2{color:#fff;font-size:28px;margin-bottom:30px}.settings-group{margin-bottom:30px}.settings-group h3{color:#8e8e93;font-size:13px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.settings-list{background:#ffffff0d;border-radius:12px;overflow:hidden}.settings-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.05)}.settings-item:last-child{border-bottom:none}.settings-item-info{display:flex;align-items:center;gap:12px;color:#fff;font-size:15px}.settings-item-info i{width:24px;text-align:center;color:#8e8e93}.toggle-switch{position:relative;width:51px;height:31px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background:#39393d;border-radius:31px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:27px;width:27px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:.3s}.toggle-switch input:checked+.toggle-slider{background:#28c940}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.settings-about{background:#ffffff0d;border-radius:12px;padding:16px}.settings-about p{color:#c7c7c7;font-size:14px;margin-bottom:6px}.settings-copyright{color:#8e8e93!important;margin-top:12px!important;font-size:12px!important}.app-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#8e8e93;gap:12px}@media(min-width:768px)and (max-width:1024px){.status-bar{padding:0 40px}.notch{display:none}.app-grid.ipad-grid{max-width:90%}.app-icon{width:70px;height:70px;font-size:32px}.about-app{flex-direction:column}.about-sidebar{width:100%;padding:20px;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:20px}.about-avatar{width:100px;height:100px;margin-bottom:0}.settings-app{flex-direction:column}.settings-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.settings-nav{display:flex;overflow-x:auto;padding:0 12px}.settings-nav a{white-space:nowrap;padding:12px 16px}}@media(max-width:767px){.status-bar{padding:0 16px;height:44px}.notch{width:80px;height:26px;border-radius:0 0 14px 14px}.app-icon{width:60px;height:60px;font-size:26px}.app-name{font-size:10px}.about-app{flex-direction:column}.about-sidebar{width:100%;padding:20px}.about-avatar{width:120px;height:120px}.about-stats{flex-wrap:wrap;justify-content:center}.projects-grid{grid-template-columns:1fr}.settings-app{flex-direction:column}.settings-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1)}.settings-nav{display:flex;overflow-x:auto;padding:0}.settings-nav a{flex-direction:column;padding:12px;font-size:11px;gap:4px;min-width:70px}.social-toolbar{flex-direction:column;gap:10px;padding:12px}.social-url{max-width:100%;width:100%;justify-content:center}.social-external{width:100%;justify-content:center}.contact-app{padding:20px 16px}}.projects-app-v2{padding:24px 24px 60px;background:#1a1a1a;min-height:100%;height:auto;overflow-y:visible;overflow-x:hidden;-webkit-overflow-scrolling:touch}.projects-header-v2{margin-bottom:24px}.projects-header-v2 h2{color:#fff;font-size:28px;margin-bottom:8px}.projects-header-v2 p{color:#8e8e93;font-size:15px}.projects-grid-v2{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.project-card-v2{position:relative;border-radius:16px;overflow:hidden;cursor:pointer;aspect-ratio:16/10;background:#2a2a2a;transition:transform .3s,box-shadow .3s}.project-card-v2:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0006}.project-image-container{width:100%;height:100%;position:absolute;top:0;left:0}.project-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.project-card-v2:hover .project-image-container img{transform:scale(1.05)}.project-image-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#3a3a3a);font-size:48px;color:#666}.project-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);color:#fff}.project-overlay h3{font-size:16px;font-weight:600;margin-bottom:4px}.project-overlay p{font-size:13px;color:#c7c7c7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.projects-footer-v2{margin-top:24px;text-align:center}.projects-footer-v2 a{color:#0a84ff;text-decoration:none;font-size:15px}.projects-footer-v2 a:hover{text-decoration:underline}.skills-description{color:#8e8e93;font-size:14px;margin-bottom:24px}.skills-grid-v2{display:flex;flex-direction:column;gap:12px}.skill-item-v2{background:#ffffff0d;padding:12px 16px;border-radius:12px}.skill-header-v2{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.skill-info-v2{display:flex;align-items:center;gap:12px}.skill-icon{width:32px;height:32px;border-radius:6px}.skill-name-v2{color:#fff;font-size:15px;font-weight:500}.skill-percentage{color:#8e8e93;font-size:14px}.skill-bar-v2{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.skill-bar-fill{height:100%;background:linear-gradient(90deg,#0a84ff,#5ac8fa);border-radius:4px;transition:width .5s ease}@media(max-width:767px){.projects-grid-v2{grid-template-columns:1fr}.project-card-v2{aspect-ratio:16/9}}.yt-app{display:flex;flex-direction:column;height:100%;background:#0f0f0f;color:#f1f1f1;font-family:Roboto,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.yt-header{display:flex;align-items:center;gap:12px;padding:0 16px;height:56px;min-height:56px;background:#0f0f0f;border-bottom:1px solid #272727;z-index:10}.yt-header-left{display:flex;align-items:center;gap:8px;min-width:fit-content}.yt-back-btn{background:none;border:none;color:#f1f1f1;font-size:18px;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}.yt-back-btn:hover{background:#ffffff1a}.yt-logo{cursor:pointer;display:flex;align-items:center;padding:4px 0}.yt-logo-inner{display:flex;align-items:center;gap:4px}.yt-logo-text{font-size:18px;font-weight:700;color:#f1f1f1;letter-spacing:-.5px;font-family:Roboto,sans-serif}.yt-search-form{display:flex;flex:1;max-width:540px;margin:0 auto}.yt-search-box{display:flex;flex:1;position:relative}.yt-search-input{width:100%;padding:6px 36px 6px 12px;background:#121212;border:1px solid #303030;border-right:none;border-radius:20px 0 0 20px;color:#f1f1f1;font-size:14px;outline:none;height:36px}.yt-search-input:focus{border-color:#1c62b9}.yt-search-input::placeholder{color:#717171}.yt-search-clear{position:absolute;right:4px;top:50%;transform:translateY(-50%);background:none;border:none;color:#aaa;cursor:pointer;padding:4px 8px;font-size:14px}.yt-search-btn{padding:0 20px;background:#222;border:1px solid #303030;border-radius:0 20px 20px 0;color:#f1f1f1;cursor:pointer;font-size:14px;height:36px;display:flex;align-items:center}.yt-search-btn:hover{background:#333}.yt-header-right{display:flex;align-items:center;gap:8px;min-width:fit-content}.yt-header-icon{background:none;border:none;color:#f1f1f1;font-size:18px;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center}.yt-header-icon:hover{background:#ffffff1a}.yt-header-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden}.yt-header-avatar img{width:100%;height:100%;object-fit:cover}.yt-content{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#717171 transparent}.yt-content::-webkit-scrollbar{width:8px}.yt-content::-webkit-scrollbar-track{background:transparent}.yt-content::-webkit-scrollbar-thumb{background:#717171;border-radius:4px}.yt-channel-banner{width:100%;max-height:180px;overflow:hidden}.yt-channel-banner img{width:100%;height:100%;object-fit:cover}.yt-channel-info{display:flex;align-items:flex-start;gap:20px;padding:16px 24px}.yt-channel-avatar-wrap{width:128px;height:128px;border-radius:50%;overflow:hidden;flex-shrink:0}.yt-channel-avatar-wrap img{width:100%;height:100%;object-fit:cover}.yt-channel-details{flex:1;min-width:0}.yt-channel-name{font-size:24px;font-weight:600;margin:0 0 4px;display:flex;align-items:center;gap:8px}.yt-verified{color:#aaa;font-size:14px}.yt-channel-meta{display:flex;align-items:center;gap:4px;color:#aaa;font-size:13px;margin-bottom:8px;flex-wrap:wrap}.yt-dot{margin:0 2px;color:#717171}.yt-channel-desc-short{color:#aaa;font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px}.yt-subscribe-btn{background:#f1f1f1;color:#0f0f0f;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px}.yt-subscribe-btn:hover{background:#d9d9d9}.yt-subscribe-btn--large{padding:10px 20px;font-size:15px;align-self:center}.yt-tabs{display:flex;border-bottom:1px solid #272727;padding:0 24px;gap:0;position:sticky;top:0;background:#0f0f0f;z-index:5}.yt-tab{background:none;border:none;border-bottom:2px solid transparent;color:#aaa;font-size:14px;font-weight:500;padding:12px 24px;cursor:pointer;transition:color .2s;white-space:nowrap}.yt-tab:hover{color:#f1f1f1}.yt-tab--active{color:#f1f1f1;border-bottom-color:#f1f1f1}.yt-tab-content{padding:16px 24px}.yt-section{margin-bottom:32px}.yt-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.yt-section-header h2{font-size:18px;font-weight:600;margin:0}.yt-see-all{background:none;border:1px solid #303030;color:#f1f1f1;border-radius:18px;padding:6px 14px;font-size:13px;cursor:pointer}.yt-see-all:hover{background:#ffffff1a}.yt-video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.yt-video-card{cursor:pointer;border-radius:12px;overflow:hidden;transition:transform .15s}.yt-video-card:hover{transform:scale(1.02)}.yt-video-card:hover .yt-thumbnail-overlay{opacity:1}.yt-video-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#181818}.yt-video-thumbnail img{width:100%;height:100%;object-fit:cover}.yt-thumbnail-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.yt-thumbnail-overlay i{font-size:36px;color:#fff}.yt-video-duration{position:absolute;bottom:6px;right:6px;background:#000000d9;color:#fff;font-size:12px;font-weight:500;padding:2px 6px;border-radius:4px;letter-spacing:.5px}.yt-video-info{display:flex;gap:12px;padding:10px 0}.yt-video-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;flex-shrink:0}.yt-video-avatar img{width:100%;height:100%;object-fit:cover}.yt-video-meta{flex:1;min-width:0}.yt-video-title{font-size:14px;font-weight:500;margin:0 0 4px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#f1f1f1}.yt-video-channel{font-size:12px;color:#aaa;margin-bottom:2px}.yt-video-channel:hover{color:#f1f1f1}.yt-video-stats{font-size:12px;color:#aaa;display:flex;align-items:center;gap:2px;flex-wrap:wrap}.yt-video-desc-preview{font-size:12px;color:#aaa;margin:6px 0 0;line-height:1.5}.yt-video-card--list{display:flex;gap:16px;border-radius:0}.yt-video-card--list .yt-video-thumbnail{width:360px;min-width:360px;border-radius:12px}.yt-video-card--list .yt-video-info{padding:0;flex-direction:column;gap:0}.yt-video-card--list .yt-video-title{font-size:16px;-webkit-line-clamp:2}.yt-video-list{display:flex;flex-direction:column;gap:16px}.yt-sort-bar{display:flex;gap:8px;margin-bottom:20px}.yt-sort-btn{background:#272727;border:none;color:#f1f1f1;border-radius:8px;padding:8px 16px;font-size:13px;cursor:pointer;font-weight:500}.yt-sort-btn:hover{background:#3a3a3a}.yt-sort-btn.active{background:#f1f1f1;color:#0f0f0f}.yt-playlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.yt-playlist-grid--full{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.yt-playlist-card{cursor:pointer;border-radius:12px;overflow:hidden;transition:transform .15s}.yt-playlist-card:hover{transform:scale(1.02)}.yt-playlist-thumbnail{position:relative;width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#181818}.yt-playlist-thumbnail img{width:100%;height:100%;object-fit:cover}.yt-playlist-count-overlay{position:absolute;inset:0;background:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#f1f1f1;font-size:14px;opacity:0;transition:opacity .2s}.yt-playlist-card:hover .yt-playlist-count-overlay{opacity:1}.yt-playlist-count-overlay i{font-size:24px}.yt-playlist-card-info{padding:10px 0}.yt-playlist-card-info h3{font-size:14px;font-weight:500;margin:0 0 4px;color:#f1f1f1;line-height:1.4}.yt-playlist-view-link{font-size:12px;color:#aaa}.yt-playlist-view{padding:16px 24px}.yt-playlist-header-panel{display:flex;gap:20px;padding:20px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:12px;margin-bottom:20px}.yt-playlist-cover{width:240px;min-width:240px;aspect-ratio:16/9;border-radius:8px;overflow:hidden;position:relative;cursor:pointer}.yt-playlist-cover img{width:100%;height:100%;object-fit:cover}.yt-playlist-cover-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;gap:8px;color:#f1f1f1;font-size:16px;opacity:0;transition:opacity .2s}.yt-playlist-cover:hover .yt-playlist-cover-overlay{opacity:1}.yt-playlist-header-info{flex:1}.yt-playlist-header-info h2{font-size:22px;font-weight:600;margin:0 0 12px}.yt-playlist-meta-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px}.yt-playlist-owner-avatar{width:24px;height:24px;border-radius:50%}.yt-playlist-counts{font-size:13px;color:#aaa;margin-bottom:8px}.yt-playlist-desc{font-size:13px;color:#aaa;margin:0;line-height:1.5}.yt-playlist-videos{display:flex;flex-direction:column;gap:8px}.yt-playlist-video-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;cursor:pointer;transition:background .15s}.yt-playlist-video-item:hover{background:#272727}.yt-playlist-index{font-size:13px;color:#aaa;width:24px;text-align:center;flex-shrink:0}.yt-sidebar-thumb{width:168px;min-width:168px;aspect-ratio:16/9;border-radius:8px;overflow:hidden;position:relative;background:#181818}.yt-sidebar-thumb img{width:100%;height:100%;object-fit:cover}.yt-sidebar-meta{flex:1;min-width:0}.yt-sidebar-meta h4{font-size:13px;font-weight:500;margin:0 0 4px;color:#f1f1f1;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yt-player-view{display:flex;gap:24px;padding:16px 24px}.yt-player-main{flex:1;min-width:0}.yt-player-container{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000}.yt-player-iframe{width:100%;height:100%;border:none}.yt-player-info{padding:12px 0}.yt-player-title{font-size:18px;font-weight:600;margin:0 0 12px;line-height:1.4}.yt-player-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #272727}.yt-player-channel-info{display:flex;align-items:center;gap:12px}.yt-player-channel-avatar{width:40px;height:40px;border-radius:50%}.yt-player-channel-text{display:flex;flex-direction:column}.yt-player-channel-name{font-size:14px;font-weight:600}.yt-player-channel-subs{font-size:12px;color:#aaa}.yt-player-buttons{display:flex;gap:8px}.yt-action-btn{background:#272727;border:none;color:#f1f1f1;border-radius:20px;padding:8px 14px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:500}.yt-action-btn:hover{background:#3a3a3a}.yt-action-btn i{font-size:16px}.yt-player-description{background:#272727;border-radius:12px;padding:12px;margin-bottom:16px;cursor:pointer}.yt-player-stats-line{font-size:13px;font-weight:600;display:flex;align-items:center;gap:4px;margin-bottom:8px}.yt-player-desc-text{font-size:13px;color:#d9d9d9;margin:0;line-height:1.6;white-space:pre-wrap;max-height:60px;overflow:hidden}.yt-player-desc-text.yt-expanded{max-height:none}.yt-show-more{background:none;border:none;color:#aaa;font-size:13px;cursor:pointer;padding:4px 0;font-weight:600;margin-top:4px}.yt-show-more:hover{color:#f1f1f1}.yt-comments-section{margin-top:16px}.yt-comments-section h3{font-size:16px;font-weight:600;margin:0 0 16px}.yt-comment-placeholder{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #272727;color:#717171;font-size:14px}.yt-comment-avatar{width:32px;height:32px;border-radius:50%}.yt-player-sidebar{width:360px;min-width:360px;display:flex;flex-direction:column;gap:8px}.yt-sidebar-title{font-size:16px;font-weight:600;margin:0 0 12px}.yt-sidebar-video{display:flex;gap:8px;cursor:pointer;border-radius:8px;padding:4px;transition:background .15s}.yt-sidebar-video:hover{background:#272727}.yt-search-results{padding:16px 24px}.yt-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:14px;color:#aaa}.yt-clear-search{background:#272727;border:none;color:#f1f1f1;border-radius:20px;padding:6px 14px;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px}.yt-clear-search:hover{background:#3a3a3a}.yt-loading{display:flex;align-items:center;justify-content:center;padding:60px 0}.yt-spinner{width:40px;height:40px;border:3px solid #272727;border-top-color:#f1f1f1;border-radius:50%;animation:yt-spin .8s linear infinite}@keyframes yt-spin{to{transform:rotate(360deg)}}.yt-empty,.yt-empty-channel{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.yt-empty i,.yt-empty-icon i{font-size:64px;color:#717171;margin-bottom:16px}.yt-empty-icon{width:100px;height:100px;background:#181818;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.yt-empty-icon i{font-size:40px;margin:0}.yt-empty p,.yt-empty-channel p{color:#aaa;font-size:14px;margin:0}.yt-empty-channel h3{font-size:20px;font-weight:600;margin:0 0 8px}.yt-visit-channel-btn{margin-top:20px;background:#f1f1f1;color:#0f0f0f;border:none;border-radius:20px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center}.yt-visit-channel-btn:hover{background:#d9d9d9}.yt-about-tab{max-width:700px}.yt-about-section{margin-bottom:28px}.yt-about-section h3{font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid #272727}.yt-about-description{font-size:14px;color:#d9d9d9;margin:0;line-height:1.7;white-space:pre-wrap}.yt-about-stats{display:flex;flex-direction:column;gap:12px}.yt-about-stat{display:flex;align-items:center;gap:12px;font-size:14px;color:#aaa}.yt-about-stat i{width:20px;text-align:center;font-size:16px}.yt-about-link{display:inline-flex;align-items:center;gap:8px;color:#3ea6ff;text-decoration:none;font-size:14px}.yt-about-link:hover{text-decoration:underline}.yt-load-more{display:flex;justify-content:center;padding:20px 0}.yt-load-more-btn{background:transparent;border:1px solid #303030;color:#3ea6ff;border-radius:20px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer}.yt-load-more-btn:hover{background:#3ea6ff1a}.yt-load-more-btn:disabled{opacity:.5;cursor:default}@media(max-width:900px){.yt-player-view{flex-direction:column}.yt-player-sidebar{width:100%;min-width:100%}.yt-channel-info{flex-direction:column;align-items:center;text-align:center}.yt-channel-avatar-wrap{width:80px;height:80px}.yt-channel-desc-short{max-width:100%}.yt-video-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.yt-video-card--list{flex-direction:column}.yt-video-card--list .yt-video-thumbnail{width:100%;min-width:100%}.yt-playlist-header-panel{flex-direction:column;align-items:center;text-align:center}.yt-playlist-cover{width:100%;min-width:100%;max-width:320px}}.widgets-container{display:flex;flex-direction:column;gap:14px;pointer-events:auto}.widgets-desktop{position:absolute;top:30px;right:16px;width:580px;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;z-index:5}.widgets-desktop::-webkit-scrollbar{display:none}.widgets-tablet{width:100%;padding:8px}.mw-container{width:100%;overflow:hidden;display:flex;flex-direction:column;flex:1}.mw-pages{display:flex;flex:1;will-change:transform}.mw-page{min-width:100%;width:100%;display:flex;flex-direction:column;gap:10px;padding:10px 16px;justify-content:flex-start;box-sizing:border-box;flex-shrink:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.mw-page::-webkit-scrollbar{display:none}.mw-row{display:flex;gap:10px}.mw-row>*{flex:1;min-width:0}.mw-row--match{align-items:stretch}.mw-row--match>*{overflow:hidden}.mw-dots{display:flex;justify-content:center;gap:5px;padding:8px 0 4px;flex-shrink:0}.mw-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:background .25s,transform .25s}.mw-dot--active{background:#fff;transform:scale(1.3)}.mw-page .widget{border-radius:18px}.mw-page .widget-quickinfo{padding:12px 14px}.mw-page .widget-quickinfo-greeting{font-size:16px}.mw-page .widget-quickinfo-icon{width:34px;height:34px;border-radius:9px;font-size:16px}.mw-page .widget-weather{min-height:auto}.mw-page .widget-weather-content{padding:12px}.mw-page .widget-weather-city{font-size:12px}.mw-page .widget-weather-desc{font-size:10px}.mw-page .widget-weather-temp{font-size:34px;letter-spacing:-1px}.mw-page .widget-weather-emoji{font-size:24px}.mw-page .widget-weather-range{font-size:10px}.mw-page .widget-weather-details{display:flex;flex-direction:column;gap:4px;margin-top:4px;padding-top:4px;border-top:1px solid rgba(255,255,255,.15)}.mw-page .widget-weather-detail{font-size:10px}.mw-page .widget-weather-detail i{font-size:9px}.mw-page .widget-weather-forecast{display:none}.mw-page .widget-clock{padding:12px;gap:6px;align-items:flex-start;justify-content:flex-start}.mw-page .widget-clock-face{width:76px;height:76px;margin:4px auto 0}.mw-page .widget-clock-digital{width:100%;align-items:flex-start;margin-top:auto;padding-top:6px;border-top:1px solid rgba(255,255,255,.1)}.mw-page .widget-clock-time{font-size:14px;font-weight:600}.mw-page .widget-clock-date{font-size:10px}.mw-page .widget-photos{width:100%;aspect-ratio:16/9;min-height:0;position:relative}.mw-page .widget-photos-viewport{border-radius:18px}.mw-page .widget-map{width:100%;min-height:140px;height:100%;position:relative;overflow:hidden;border-radius:18px}.mw-page .widget-map-iframe{position:absolute;top:-60px;left:-60px;width:calc(100% + 80px);height:calc(100% + 110px);min-height:0;margin:0}.mw-page .widget-map-label{bottom:8px;left:8px;font-size:10px;padding:3px 8px}.mw-page .widget-calendar{padding:10px}.mw-page .widget-calendar-header{margin-bottom:6px}.mw-page .widget-calendar-month{font-size:12px}.mw-page .widget-calendar-year{font-size:10px}.mw-page .widget-calendar-day-name{font-size:8px}.mw-page .widget-calendar-grid{gap:0}.mw-page .widget-calendar-day{width:22px;height:22px;line-height:22px;font-size:10px}.mw-page .widget-calendar-days-header{margin-bottom:2px}.widgets-row{display:flex;gap:14px}.widgets-row>*{flex:1;min-width:0}.widgets-col{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}.widgets-row--top{align-items:stretch;gap:14px}.widgets-row--top>.widget-calendar{flex:1}.widgets-row--top>.widget-weather{flex:1}.ios-single-page{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;padding-bottom:100px}.ios-single-page::-webkit-scrollbar{display:none}.ipad-single-page{flex:1;display:flex;align-items:flex-start;gap:12px;padding:20px 16px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}.ipad-single-page::-webkit-scrollbar{display:none}.ipad-home-with-widgets{flex-direction:row!important;align-items:flex-start;padding-top:20px;gap:12px}.ipad-widgets-sidebar{width:280px;min-width:280px;max-height:calc(100vh - 200px);overflow-y:auto;padding:8px;scrollbar-width:none}.ipad-widgets-sidebar::-webkit-scrollbar{display:none}.widget{background:#1e1e20d9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:20px;border:1px solid rgba(255,255,255,.08);overflow:hidden;position:relative;box-shadow:0 4px 16px #0000004d,0 1px 3px #0003,inset 0 1px #ffffff0f;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;transform:perspective(800px) rotateX(0) rotateY(0);transform-style:preserve-3d}.widget:hover{transform:perspective(800px) translateZ(8px);box-shadow:0 8px 32px #0006,0 2px 8px #0000004d,inset 0 1px #ffffff1a}.widget-loading,.widget-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;gap:8px;color:#aaa;font-size:13px}.widget-spinner{width:24px;height:24px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:widget-spin .7s linear infinite}@keyframes widget-spin{to{transform:rotate(360deg)}}.widget-weather{min-height:100px;overflow:hidden}.widget-weather--small{min-height:80px}.widget-weather--medium{min-height:130px}.widget-weather--large{min-height:200px}.widget-bg-clear{background:linear-gradient(145deg,#3278c8d9,#50a0f0d9)}.widget-bg-night{background:linear-gradient(145deg,#0f1432e6,#1e2850e6)}.widget-bg-clouds{background:linear-gradient(145deg,#505a6ed9,#6e788cd9)}.widget-bg-rain,.widget-bg-drizzle{background:linear-gradient(145deg,#323c50e6,#465064e6)}.widget-bg-thunderstorm{background:linear-gradient(145deg,#1e1e32e6,#322846e6)}.widget-bg-snow{background:linear-gradient(145deg,#b4c8dcd9,#c8d7e6d9)}.widget-bg-mist{background:linear-gradient(145deg,#78828cd9,#8c96a0d9)}.widget-weather-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0}.widget-weather-content{position:relative;z-index:1;padding:14px 16px;display:flex;flex-direction:column;gap:3px}.widget-weather-header{display:flex;flex-direction:column}.widget-weather-city{font-size:14px;font-weight:600;color:#fff}.widget-weather-desc{font-size:12px;color:#fffc;text-transform:capitalize}.widget-weather-temp-row{display:flex;align-items:center;justify-content:space-between}.widget-weather-temp{font-size:44px;font-weight:200;color:#fff;line-height:1;letter-spacing:-2px}.widget-weather-emoji{font-size:32px}.widget-weather-range{font-size:12px;color:#ffffffbf;font-weight:500}.widget-weather-details{display:flex;gap:10px;margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,.15)}.widget-weather-detail{display:flex;align-items:center;gap:4px;font-size:12px;color:#fffc}.widget-weather-detail i{font-size:11px;opacity:.7}.widget-weather-forecast{display:flex;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.15);overflow-x:auto;scrollbar-width:none}.widget-weather-forecast::-webkit-scrollbar{display:none}.widget-forecast-item{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:40px}.widget-forecast-time{font-size:11px;color:#ffffffb3;font-weight:500}.widget-forecast-emoji{font-size:18px}.widget-forecast-temp{font-size:13px;font-weight:600;color:#fff}.widget-clock{padding:12px;display:flex;flex-direction:column;align-items:center;gap:6px}.widget-clock--small{padding:8px}.widget-clock--small .widget-clock-face{width:70px;height:70px}.widget-clock--medium .widget-clock-face{width:100px;height:100px}.widget-clock--large .widget-clock-face{width:120px;height:120px}.widget-clock--large{padding:14px}.widget-clock-face{width:100px;height:100px}.widget-clock-canvas{width:100%;height:100%}.widget-clock-digital{display:flex;flex-direction:column;align-items:center;gap:2px}.widget-clock-time{font-size:14px;font-weight:600;color:#f1f1f1;letter-spacing:.5px}.widget-clock-date{font-size:11px;color:#aaa}.widget-calendar{padding:16px}.widget-calendar-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.widget-calendar-month{font-size:15px;font-weight:700;color:#ff3b30}.widget-calendar-year{font-size:12px;color:#aaa}.widget-calendar-days-header{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;margin-bottom:4px}.widget-calendar-day-name{font-size:9px;color:#717171;font-weight:600;letter-spacing:.3px}.widget-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;text-align:center}.widget-calendar-day{font-size:12px;color:#d9d9d9;padding:0;border-radius:50%;width:28px;height:28px;line-height:28px;text-align:center;margin:1px auto;box-sizing:border-box}.widget-calendar-today{background:#ff3b30;color:#fff;font-weight:700}.widget-calendar-empty{visibility:hidden}.widget-battery{padding:14px 16px;display:flex;align-items:center;gap:12px}.widget-battery-icon{display:flex;align-items:center;gap:2px}.widget-battery-shell{width:44px;height:20px;border:2px solid rgba(255,255,255,.6);border-radius:4px;padding:1px;position:relative;overflow:hidden}.widget-battery-fill{height:100%;border-radius:2px;transition:width .5s ease}.widget-battery-tip{width:3px;height:8px;background:#fff6;border-radius:0 2px 2px 0}.widget-battery-info{display:flex;flex-direction:column;gap:2px}.widget-battery-pct{font-size:20px;font-weight:600;color:#f1f1f1}.widget-battery-status{font-size:11px;color:#aaa;display:flex;align-items:center;gap:4px}.widget-battery-status i{color:#34c759}.widget-quickinfo{padding:14px 16px;display:flex;align-items:center;gap:12px;background:linear-gradient(145deg,#ffa03233,#ff643226),#1e1e20d9}.widget-quickinfo-icon{width:38px;height:38px;border-radius:10px;background:linear-gradient(145deg,#ff9500,#ff6b00);display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;box-shadow:0 2px 8px #ff95004d}.widget-quickinfo-text{display:flex;flex-direction:column}.widget-quickinfo-greeting{font-size:18px;font-weight:600;color:#f1f1f1}.widget-photos{aspect-ratio:16/9;padding:0;cursor:pointer}.widget-photos-viewport{position:absolute;inset:0;border-radius:20px;overflow:hidden}.widget-photos-slide{position:absolute;inset:0;transition:opacity .8s ease,transform .8s ease}.widget-photos-slide img{width:100%;height:100%;object-fit:cover}.widget-photos-prev,.widget-photos-next{position:absolute;top:50%;transform:translateY(-50%);background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:11px;opacity:0;transition:opacity .2s}.widget-photos:hover .widget-photos-prev,.widget-photos:hover .widget-photos-next{opacity:1}.widget-photos-prev{left:8px}.widget-photos-next{right:8px}.widget-photos-prev:hover,.widget-photos-next:hover{background:#0009}.widget-photos-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px;z-index:2}.widget-photos-dot{width:6px;height:6px;border-radius:50%;background:#fff6;cursor:pointer;transition:background .2s,transform .2s}.widget-photos-dot.active{background:#fff;transform:scale(1.3)}.widget-photos-label{position:absolute;top:10px;left:12px;font-size:11px;color:#fffc;display:flex;align-items:center;gap:4px;z-index:2;text-shadow:0 1px 3px rgba(0,0,0,.5)}.widget-map{padding:0;min-height:130px;overflow:hidden}.widget-map-iframe{width:calc(100% + 80px);height:calc(100% + 100px);min-height:230px;border:none;border-radius:20px;filter:invert(1) hue-rotate(200deg) brightness(.85) contrast(1.1);margin:-60px 0 -50px -60px;pointer-events:none}.widget-map-label{position:absolute;bottom:10px;left:12px;font-size:11px;color:#fff;display:flex;align-items:center;gap:5px;z-index:2;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:4px 10px;border-radius:10px}.widget-map-label i{color:#ff3b30;font-size:12px}@keyframes widget-float{0%,to{transform:perspective(800px) translateZ(0) rotateX(0)}50%{transform:perspective(800px) translateZ(4px) rotateX(1deg)}}.widgets-desktop .widget{animation:widget-float 6s ease-in-out infinite}.widgets-desktop .widget:nth-child(2){animation-delay:-2s}.widgets-desktop .widget:nth-child(3){animation-delay:-4s}@keyframes widget-enter{0%{opacity:0;transform:perspective(800px) translateY(20px) rotateX(-5deg) scale(.95)}to{opacity:1;transform:perspective(800px) translateY(0) rotateX(0) scale(1)}}.widget{animation:widget-enter .6s cubic-bezier(.34,1.56,.64,1) both}.widgets-container .widget:nth-child(1){animation-delay:.1s}.widgets-container .widget:nth-child(2){animation-delay:.2s}.widgets-container .widget:nth-child(3){animation-delay:.3s}.widgets-container .widget:nth-child(4){animation-delay:.4s}.widgets-container .widget:nth-child(5){animation-delay:.5s}.widgets-desktop .widget{animation:widget-enter .6s cubic-bezier(.34,1.56,.64,1) both,widget-float 6s ease-in-out infinite}.widgets-desktop .widget:nth-child(1){animation-delay:.1s,0s}.widgets-desktop .widget:nth-child(2){animation-delay:.2s,-2s}.widgets-desktop .widget:nth-child(3){animation-delay:.3s,-4s}.widgets-desktop .widget:nth-child(4){animation-delay:.4s,-1s}@media(max-width:480px){.mw-page{padding:4px 14px;gap:8px}.mw-row{gap:8px}.ios-grid{grid-template-columns:repeat(4,1fr);gap:18px 16px;padding:12px 16px;max-width:100%}.app-icon{width:56px;height:56px;border-radius:13px;font-size:24px}.app-name{font-size:10px;max-width:64px}.ios-home-screen{padding-top:40px}.ios-dock{bottom:20px;padding:8px 12px}.ios-dock .dock-app-icon{width:44px;height:44px;min-width:44px;font-size:20px;border-radius:11px}.home-indicator{bottom:4px}.home-bar{width:120px;height:4px}}@media(max-width:380px){.ios-grid{gap:16px;padding:12px}.app-icon{width:50px;height:50px;font-size:22px}.app-name{font-size:9px;max-width:56px}}@media(min-width:768px)and (max-width:1024px){.ipad-widgets-sidebar{width:240px;min-width:240px}.ipad-home-with-widgets .app-grid.ipad-grid{grid-template-columns:repeat(4,1fr);max-width:none;flex:1}}@media(max-width:767px){.ipad-widgets-sidebar{display:none}.ipad-home-with-widgets{flex-direction:column!important}}
