.hyprland-grid{container-type:inline-size;animation:hyprland-fade-in .4s ease-out}.hyprland-grid__item{position:relative;overflow:hidden;transform-origin:center;will-change:transform,opacity}.hyprland-grid--sandbox{background:linear-gradient(135deg,rgba(0,255,170,.02),rgba(255,184,108,.02));border-radius:8px;padding:8px}.hyprland-grid__item--sandbox{filter:drop-shadow(0 4px 12px rgba(0,255,170,.1));border:1px solid rgba(0,255,170,.1);border-radius:12px;background:rgba(31,37,42,.8);backdrop-filter:blur(10px)}.hyprland-grid__item--sandbox:hover{border-color:rgba(0,255,170,.3);filter:drop-shadow(0 8px 24px rgba(0,255,170,.2));transform:translateY(-2px) scale(1.02)}@container (min-width: 320px){.hyprland-grid{grid-template-columns:1fr}}@container (min-width: 640px){.hyprland-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@container (min-width: 1024px){.hyprland-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}@container (min-width: 1280px){.hyprland-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@container (min-width: 1536px){.hyprland-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.hyprland-dashboard-grid{grid-auto-rows:minmax(280px,auto)}.hyprland-dashboard-grid .hyprland-grid__item{min-height:280px}.hyprland-dense-grid{grid-auto-rows:minmax(200px,auto);gap:12px}.hyprland-dense-grid .hyprland-grid__item{min-height:200px}.hyprland-spacious-grid{grid-auto-rows:minmax(320px,auto);gap:20px}.hyprland-spacious-grid .hyprland-grid__item{min-height:320px}@keyframes hyprland-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes hyprland-tile-in{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.hyprland-grid__item{animation:hyprland-tile-in .3s ease-out;animation-fill-mode:both}.hyprland-grid__item:first-child{animation-delay:0ms}.hyprland-grid__item:nth-child(2){animation-delay:50ms}.hyprland-grid__item:nth-child(3){animation-delay:.1s}.hyprland-grid__item:nth-child(4){animation-delay:.15s}.hyprland-grid__item:nth-child(5){animation-delay:.2s}.hyprland-grid__item:nth-child(6){animation-delay:.25s}.hyprland-grid__item:nth-child(n+7){animation-delay:.3s}.hyprland-grid__item{transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,filter .3s ease,border-color .3s ease,background-color .3s ease}.hyprland-grid__item:focus-within{outline:2px solid rgba(0,255,170,.5);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hyprland-grid,.hyprland-grid__item{animation:none;transition:none}.hyprland-grid__item:hover{transform:none}}@media print{.hyprland-grid{display:block!important;animation:none}.hyprland-grid__item{break-inside:avoid;page-break-inside:avoid;margin-bottom:1rem;animation:none;transform:none!important;filter:none!important}}.smart-masonry-container{position:relative;width:100%;height:100vh;max-height:800px;padding:16px;box-sizing:border-box}.smart-masonry-card{position:absolute;will-change:transform,width,height,left,top;transition:all .5s cubic-bezier(.4,0,.2,1);z-index:1}.smart-masonry-card.animating{z-index:10}.masonry-card-0{left:0;top:0;width:calc(33.333% - 12px);height:calc(50% - 8px)}.masonry-card-1{left:calc(33.333% + 4px);top:0;width:calc(33.333% - 8px);height:calc(50% - 8px)}.masonry-card-2{left:calc(66.666% + 8px);top:0;width:calc(33.333% - 12px);height:calc(50% - 8px)}.masonry-card-3{left:0}.masonry-card-3,.masonry-card-4{top:calc(50% + 8px);width:calc(50% - 8px);height:calc(50% - 12px)}.masonry-card-4{left:calc(50% + 8px)}.expanded-card-left{left:0}.expanded-card-left,.expanded-card-right{top:0;width:calc(50% - 8px);height:calc(100% - 16px);z-index:5;box-shadow:0 20px 40px rgba(0,0,0,.3)}.expanded-card-right{left:calc(50% + 8px)}.compressed-card-left{width:calc(25% - 6px);height:calc(25% - 6px);z-index:2}.compressed-card-left:first-child{left:0;top:0}.compressed-card-left:nth-child(2){left:calc(25% + 2px);top:0}.compressed-card-left:nth-child(3){left:0;top:calc(25% + 2px)}.compressed-card-left:nth-child(4){left:calc(25% + 2px);top:calc(25% + 2px)}.compressed-card-left:nth-child(5){left:calc(12.5% + 1px);top:calc(50% + 4px)}.compressed-card-right{width:calc(25% - 6px);height:calc(25% - 6px);z-index:2}.compressed-card-right:first-child{left:calc(75% + 2px);top:0}.compressed-card-right:nth-child(2){left:calc(50% + 8px);top:0}.compressed-card-right:nth-child(3){left:calc(75% + 2px);top:calc(25% + 2px)}.compressed-card-right:nth-child(4){left:calc(50% + 8px);top:calc(25% + 2px)}.compressed-card-right:nth-child(5){left:calc(62.5% + 5px);top:calc(50% + 4px)}.card-content{height:100%;overflow:hidden;transition:all .3s ease-in-out}.expanded-content{padding:8px}.compressed-state .card-content{font-size:.85em}.compressed-state h3{font-size:.9rem;margin-bottom:.5rem}.compressed-state .text-xl{font-size:1rem!important}.compressed-state .text-2xl{font-size:1.25rem!important}.compressed-state .space-y-4>*+*{margin-top:.5rem!important}.compressed-state .space-y-3>*+*{margin-top:.375rem!important}.smart-masonry-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.smart-masonry-card.expanded-card-left:hover,.smart-masonry-card.expanded-card-right:hover{transform:none}.smart-masonry-card{border:1px solid #374151;background:#111417}.smart-masonry-card:hover{border-color:#4b5563}@media (max-width:1024px){.smart-masonry-container{padding:12px}.masonry-card-0,.masonry-card-1,.masonry-card-2{width:calc(33.333% - 8px);height:calc(45% - 6px)}.masonry-card-3,.masonry-card-4{width:calc(50% - 6px);height:calc(45% - 8px);top:calc(45% + 6px)}}@media (max-width:768px){.smart-masonry-container{height:auto;min-height:400px}.smart-masonry-card{position:relative!important;left:0!important;top:0!important;margin-bottom:16px}.expanded-card-left,.expanded-card-right,.smart-masonry-card{width:100%!important;height:auto!important}}.smart-masonry-card{backface-visibility:hidden;perspective:1000px}.smart-masonry-card.animating{transition-timing-function:cubic-bezier(.34,1.56,.64,1)}.smart-masonry-card:focus-within{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-reduced-motion:reduce){.smart-masonry-card{transition:none}.smart-masonry-card:hover{transform:none}}.driver-popover.driver-terminal-theme{background:rgba(45,45,48,.95)!important;backdrop-filter:blur(4px)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:.5rem!important;box-shadow:0 10px 25px -3px rgba(0,0,0,.3),0 4px 6px -2px rgba(0,0,0,.2)!important;font-family:JetBrains Mono,Monaco,Consolas,Courier New,monospace!important;color:#e5e5e5!important;margin:0!important;min-width:300px!important;max-width:450px!important}.driver-popover.driver-terminal-theme .driver-popover-arrow-side-left.driver-popover-arrow{border-left-color:rgba(45,45,48,.95)!important}.driver-popover.driver-terminal-theme .driver-popover-arrow-side-right.driver-popover-arrow{border-right-color:rgba(45,45,48,.95)!important}.driver-popover.driver-terminal-theme .driver-popover-arrow-side-top.driver-popover-arrow{border-top-color:rgba(45,45,48,.95)!important}.driver-popover.driver-terminal-theme .driver-popover-arrow-side-bottom.driver-popover-arrow{border-bottom-color:rgba(45,45,48,.95)!important}.driver-popover.driver-terminal-theme:before{content:"";position:absolute;top:0;left:0;right:0;height:2rem;background:rgba(35,35,38,.95);border-bottom:1px solid hsla(0,0%,100%,.1);border-radius:.5rem .5rem 0 0;z-index:1}.driver-popover.driver-terminal-theme:after{content:"";position:absolute;top:.5rem;left:1rem;width:.75rem;height:.75rem;background:#ef4444;border-radius:50%;box-shadow:1.25rem 0 0 #eab308,2.5rem 0 0 #22c55e,0 1px 2px 0 rgba(0,0,0,.05);z-index:2}.driver-popover.driver-terminal-theme .driver-popover-title{padding:2.5rem 1rem .5rem!important;font-size:1rem!important;font-weight:600!important;line-height:1.4!important;text-transform:none!important;letter-spacing:normal!important}.driver-popover.driver-terminal-theme .driver-popover-description,.driver-popover.driver-terminal-theme .driver-popover-title{color:#e5e5e5!important;font-family:var(--font-mono),"JetBrains Mono","Monaco","Consolas","Courier New",monospace!important;position:relative;z-index:3}.driver-popover.driver-terminal-theme .driver-popover-description{padding:0 1rem 1rem!important;font-size:.875rem!important;line-height:1.625!important;white-space:pre-wrap!important}.driver-popover.driver-terminal-theme .driver-popover-footer{background:rgba(35,35,38,.95)!important;border-top:1px solid hsla(0,0%,100%,.1)!important;border-radius:0 0 .5rem .5rem!important;padding:.75rem 1rem!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.75rem!important;position:relative;z-index:3}.driver-popover.driver-terminal-theme .driver-popover-progress-text{color:#a0a0a0!important;font-family:JetBrains Mono,Monaco,Consolas,Courier New,monospace!important;font-size:.75rem!important;font-weight:400!important}.driver-popover.driver-terminal-theme button{background:rgba(30,30,30,.8)!important;border:1px solid #444!important;color:#d4d4d4!important;font-family:JetBrains Mono,Monaco,Consolas,Courier New,monospace!important;font-size:.75rem!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.05em!important;padding:.5rem .75rem!important;border-radius:.25rem!important;cursor:pointer!important;transition:all .2s ease!important;text-shadow:none!important;outline:none!important;box-shadow:none!important}.driver-popover.driver-terminal-theme button:hover{border-color:#4ade80!important;background:rgba(74,222,128,.1)!important;color:#4ade80!important;transform:none!important}.driver-popover.driver-terminal-theme button:focus{border-color:#4ade80!important;box-shadow:0 0 0 1px rgba(74,222,128,.5)!important;color:#4ade80!important}.driver-popover.driver-terminal-theme button:active{background:rgba(74,222,128,.2)!important;transform:none!important}.driver-popover.driver-terminal-theme .driver-popover-next-btn,.driver-popover.driver-terminal-theme .driver-popover-prev-btn{background:rgba(45,45,48,.9)!important;border-color:#555!important}.driver-popover.driver-terminal-theme .driver-popover-next-btn:hover,.driver-popover.driver-terminal-theme .driver-popover-prev-btn:hover{background:rgba(74,222,128,.15)!important;border-color:#4ade80!important;color:#4ade80!important}.driver-popover.driver-terminal-theme .driver-popover-close-btn{position:absolute!important;top:.5rem!important;right:1rem!important;z-index:4!important;background:transparent!important;border:none!important;color:#a0a0a0!important;font-size:.875rem!important;padding:.25rem!important;width:1rem!important;height:1rem!important;cursor:pointer!important;transition:color .2s ease!important}.driver-popover.driver-terminal-theme .driver-popover-close-btn:hover{color:#e5e5e5!important;background:transparent!important;border:none!important;transform:none!important}.driver-popover.driver-terminal-theme .driver-popover-navigation-btns{display:flex!important;align-items:center!important;gap:.5rem!important;flex:1!important;justify-content:flex-end!important}.driver-popover.driver-terminal-theme .driver-popover-title:before{content:"KEYSTROK TOUR"!important;position:absolute;top:-2rem;left:4.5rem;right:3rem;color:#e5e5e5!important;font-family:var(--font-mono),"JetBrains Mono","Monaco","Consolas","Courier New",monospace!important;font-size:.75rem!important;font-weight:500!important;text-transform:uppercase!important;letter-spacing:.1em!important;display:flex!important;align-items:center!important;height:2rem!important;z-index:2}.driver-popover.driver-terminal-theme>div{position:relative;z-index:1}.driver-popover.driver-terminal-theme *{box-sizing:border-box!important}@media (max-width:768px){.driver-popover.driver-terminal-theme{min-width:280px!important;max-width:calc(100vw - 2rem)!important;margin:0 1rem!important}.driver-popover.driver-terminal-theme .driver-popover-title{font-size:.875rem!important;padding-top:2.25rem!important}.driver-popover.driver-terminal-theme .driver-popover-description{font-size:.75rem!important;padding:0 .75rem .75rem!important}.driver-popover.driver-terminal-theme button{font-size:.625rem!important;padding:.375rem .5rem!important}.driver-popover.driver-terminal-theme .driver-popover-title:before{left:4rem!important;font-size:.625rem!important}.driver-popover.driver-terminal-theme:after{left:.75rem!important;width:.625rem!important;height:.625rem!important;box-shadow:1rem 0 0 #eab308,2rem 0 0 #22c55e,0 1px 2px 0 rgba(0,0,0,.05)}}.driver-popover.driver-terminal-theme{animation:terminal-popover-appear .3s ease-out!important}@keyframes terminal-popover-appear{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (prefers-contrast:high){.driver-popover.driver-terminal-theme{background:rgba(0,0,0,.95)!important;border-color:#fff!important}.driver-popover.driver-terminal-theme .driver-popover-description,.driver-popover.driver-terminal-theme .driver-popover-title{color:#fff!important}.driver-popover.driver-terminal-theme button{border-color:#fff!important;color:#fff!important}}@media (prefers-reduced-motion:reduce){.driver-popover.driver-terminal-theme{animation:none!important}.driver-popover.driver-terminal-theme button{transition:none!important}}.driver-popover.driver-terminal-theme:focus-within{outline:2px solid #4ade80;outline-offset:2px}.driver-popover.driver-terminal-theme .driver-popover-description,.driver-popover.driver-terminal-theme .driver-popover-title{user-select:text}.driver-popover.driver-terminal-theme button{user-select:none}