@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap";:root{--primary-color:#e63946;--bg-color:#fdf2f4;--card-bg:#ffffffeb;--text-main:#1a202c;--text-muted:#718096;--text-light:#a0aec0;--green-dark:#2f855a;--green-main:#48bb78;--green-light:#c6f6d5;--green-lighter:#f0fff4;--border-color:#f3d5dc;--border-radius-lg:16px;--border-radius-md:12px;--border-radius-sm:8px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-card:0 10px 25px #00000005;--status-available:#22c55e;--status-vacant-bg:#dcfce7;--status-vacant-text:#15803d;--status-vacant-border:#86efac;--status-blocked-bg:#fed7d7;--status-blocked-text:#991b1b;--status-blocked-border:#fca5a5;--status-confirmed-bg:#fef08a;--status-confirmed-text:#b45309;--status-confirmed-border:#fde047;--status-expected-bg:#bae6fd;--status-expected-text:#0369a1;--status-expected-border:#7dd3fc;--status-occupied:#0ea5e9;--status-checkedin:#0284c7;--status-dirty:#e2e8f0;--status-cleaning:#a0aec0;--status-maintenance:#fed7d7;--font-family:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs:.72rem;--font-size-sm:.8rem;--font-size-base:.875rem;--font-size-md:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#fdf2f4;width:100%;max-width:100vw;min-height:100vh;font-size:13px;overflow-x:clip}body{font-size:1rem;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:#fdf2f4;background-image:url("data:image/svg+xml,%3Csvg width='700' height='700' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='dots' x='0' y='0' width='28' height='28' patternUnits='userSpaceOnUse'%3E%3Ccircle fill='%23e63946' fill-opacity='0.12' cx='14' cy='14' r='2.5'%3E%3C/circle%3E%3C/pattern%3E%3CradialGradient id='fade' cx='0%25' cy='0%25' r='100%25'%3E%3Cstop offset='10%25' stop-color='white' stop-opacity='1' /%3E%3Cstop offset='70%25' stop-color='white' stop-opacity='0' /%3E%3C/radialGradient%3E%3Cmask id='mask'%3E%3Crect width='700' height='700' fill='url(%23fade)' /%3E%3C/mask%3E%3C/defs%3E%3Crect width='700' height='700' fill='url(%23dots)' mask='url(%23mask)' /%3E%3C/svg%3E"),url(/left-ribbon.png),url(/Untitled_design__1_-removebg-preview.png);background-position:0 0,0 100%,100% 0;background-repeat:no-repeat,no-repeat,no-repeat;background-size:700px 700px,auto 95%,auto 120%;background-attachment:fixed,fixed,fixed;width:100%;max-width:100vw;min-height:100vh;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-weight:600}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--text-muted)}.text-main{color:var(--text-main)}.text-primary{color:var(--primary-color)}.text-green{color:var(--green-dark)}.flex{display:flex}.flex-center{justify-content:center;align-items:center;height:100%;display:flex}.text-center{text-align:center}.page-container{width:100%!important;max-width:1800px!important;margin:0 auto!important;padding:clamp(1rem,3vw,1.5rem) clamp(1rem,5vw,4rem)!important}.flex-col{flex-direction:column;display:flex}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.h-full{height:100%}.card{border-radius:var(--border-radius-lg);-webkit-backdrop-filter:blur(16px)saturate(180%);background:linear-gradient(135deg,#ffffffe0 0%,#ffffffa6 100%);border:1px solid #ffffffd9;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 32px #1f268712,inset 0 1px 1px #fffffff2}.card:hover{transform:translateY(-2px);box-shadow:0 12px 36px #1f26871f,inset 0 1px 1px #fff}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card-title{color:var(--text-main);font-size:1rem;font-weight:600}.badge{border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-green{background-color:var(--green-lighter);color:var(--green-dark)}.cursor-pointer{cursor:pointer}.top-nav{box-shadow:none;z-index:999;background:0 0;border-bottom:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(1rem,2vw,2rem);margin-bottom:1.5rem;padding:.25rem clamp(.5rem,2vw,1.5rem);transition:all .3s;display:flex;position:sticky;top:0}.top-nav.scrolled{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#fdf2f4d9;border-bottom:none;box-shadow:0 8px 30px #0000000a}.top-nav-left{align-items:center;gap:1rem;display:flex}.logo{mix-blend-mode:multiply;object-fit:contain;cursor:pointer;height:35px;padding-left:.5rem;padding-right:.5rem;transition:transform .25s}@media (hover:hover) and (pointer:fine){.logo:hover{transform:scale(1.06)}}.top-nav-center{background:linear-gradient(135deg,#ea515d 0%,#d93845 100%);border-radius:9999px;flex-wrap:wrap;flex:auto;justify-content:center;align-items:center;gap:1rem;max-width:900px;margin:0 auto;padding:.75rem 1rem;display:flex;box-shadow:0 6px 20px #ea515d52,inset 0 1px 1px #ffffff4d}.top-nav-center::-webkit-scrollbar{display:none}.nav-item{color:#ffffffd9;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;scroll-snap-align:start;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:center;gap:.3rem;min-width:60px;padding:.5rem .75rem;transition:all .2s;display:flex}@media (hover:hover) and (pointer:fine){.nav-item:hover{color:#fff;-webkit-backdrop-filter:blur(6px);background:#ffffff40;box-shadow:inset 0 1px 1px #fff6,0 2px 6px #0000001a}}.nav-item.active{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff73;font-weight:600;position:relative;box-shadow:inset 0 1px 2px #ffffff80,0 3px 8px #0000001f}.nav-item.active:after{content:"";border-radius:0 1px 3px #0003;background-color:#fff;width:26px;height:3.5px;position:absolute;bottom:3px;left:50%;transform:translate(-50%);display:none!important}.nav-item span{font-size:.725rem;font-weight:500}.top-nav-right{align-items:center;display:flex}.user-profile{cursor:pointer;border-radius:var(--border-radius-lg);border:1px solid var(--border-color);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.avatar{object-fit:cover;border-radius:50%;width:3px;height:36px}.user-info{flex-direction:column;display:flex}.user-name{color:var(--text-main);font-size:.85rem;font-weight:600}.user-role{color:var(--text-muted);font-size:.725rem}@media (width<=1024px){.top-nav{flex-wrap:wrap;gap:.5rem}.top-nav-left{order:1}.top-nav-right{order:2}.top-nav-center{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:100%;order:3;justify-content:flex-start;padding:.5rem;overflow-x:auto}}@media (width<=768px){.logo{height:35px}.top-nav{gap:0;margin-bottom:1rem;padding:.22rem}.top-nav-center{padding:.25rem .5rem}}.hotel-selector{border-radius:var(--border-radius-sm);border:1px solid var(--border-color);background:#ffffffb3;align-items:center;gap:.5rem;padding:.35rem .75rem;display:flex}.hotel-select{color:var(--text-main);cursor:pointer;background:0 0;border:none;outline:none;font-size:.85rem;font-weight:600}.nav-item-container{flex-direction:column;display:flex;position:relative}.nav-dropdown{z-index:1000;opacity:0;visibility:hidden;pointer-events:none;border:1px solid #eaeaea;border-radius:12px;flex-direction:column;min-width:200px;padding:6px;transition:all .15s ease-in-out;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 10px 30px #0000001f;background:#fff!important}.nav-dropdown.visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.nav-dropdown-bridge{z-index:-1;background:0 0;width:100%;height:20px;position:absolute;top:-15px;left:0}.dropdown-item{cursor:pointer;box-sizing:border-box;text-align:left;border-radius:8px;width:100%;padding:10px 14px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:block;color:#334155!important;box-shadow:none!important;background:0 0!important}.dropdown-item:hover{color:#f36!important;background:#f8fafc!important}.search-bar{border-radius:var(--border-radius-lg);border:1px solid var(--border-color);background:#ffffffd9;align-items:center;gap:.5rem;padding:.4rem .75rem;display:flex}.search-bar input{width:150px;color:var(--text-main);background:0 0;border:none;outline:none;font-size:.85rem}.notification-bell{border:1px solid var(--border-color);cursor:pointer;background:#ffffffd9;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.badge-indicator{background-color:var(--primary-color);border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:-2px;right:-2px}.dropdown-parent{position:relative}.user-dropdown{border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);z-index:1000;background:#fffffff2;flex-direction:column;min-width:150px;margin-top:.5rem;padding:.5rem;display:none;position:absolute;top:100%;right:0}.dropdown-parent:hover .user-dropdown{animation:.2s fadeInRight;display:flex}@keyframes fadeInRight{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item.active{font-weight:600;color:#f36!important;background:#fdf2f4!important}.dashboard-container{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;padding-bottom:2rem;display:flex;overflow-x:clip}.dashboard-content{grid-template-columns:1fr 300px;gap:1.5rem;width:100%;max-width:1800px;margin:0 auto;padding:0 4rem;display:grid}.main-column,.sidebar-column{flex-direction:column;gap:1.5rem;display:flex}.dashboard-three-grid{grid-template-columns:1fr 2fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (width<=1400px){.dashboard-three-grid{grid-template-columns:1fr 1fr}}@media (width<=1200px){.dashboard-content{grid-template-columns:1fr;padding:0 2rem}}@media (width<=900px){.dashboard-three-grid{grid-template-columns:1fr}}@media (width<=640px){.dashboard-content{gap:1rem;padding:0 1rem}.main-column,.sidebar-column{gap:1rem}}.glass-card{-webkit-backdrop-filter:blur(16px)saturate(180%);background:linear-gradient(135deg,#ffffffe0 0%,#ffffffa6 100%);border:1px solid #ffffffd9;border-radius:16px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 32px #1f268712,inset 0 1px 1px #fffffff2}.glass-card:hover{transform:translateY(-2px);box-shadow:0 12px 36px #1f26871f,inset 0 1px 1px #fff}.glass-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:var(--text-main);background:#ffffffb3;border:1px solid #ffffffe6;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;box-shadow:0 2px 10px #00000005}.glass-btn:hover{background:#ffffffe6;transform:translateY(-1px)}.glass-btn-primary{background:var(--primary-color);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .2s;display:inline-flex;box-shadow:0 4px 15px #e639464d}.glass-btn-primary:hover{background:#d93845;transform:translateY(-1px);box-shadow:0 6px 20px #e6394666}.glass-input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9;border:1px solid #fffc;box-shadow:inset 0 1px 3px #00000008}.glass-input-container:focus-within{border-color:var(--primary-color);background:#fffc}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mr-2{margin-right:.5rem}.ml-2{margin-left:.5rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pb-2{padding-bottom:.5rem}.pb-6{padding-bottom:1.5rem}.text-white{color:#fff}.text-rose-500{color:#f43f5e}.text-amber-500{color:#f59e0b}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}.text-emerald-500{color:#10b981}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.bg-rose-500{background-color:#f43f5e}.bg-amber-500{background-color:#f59e0b}.bg-blue-500{background-color:#3b82f6}.bg-emerald-500{background-color:#10b981}.bg-slate-500{background-color:#64748b}.bg-white{background-color:#fff}.bg-transparent{background-color:#0000}.bg-white\/5{background-color:#ffffff0d}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-black\/20{background-color:#0003}.bg-black\/40{background-color:#0006}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-blue-500\/10{background-color:#3b82f61a}.bg-emerald-500\/10{background-color:#10b9811a}.bg-slate-500\/10{background-color:#64748b1a}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-emerald-500\/5{background-color:#10b9810d}.bg-rose-500\/20{background-color:#f43f5e33}.bg-emerald-500\/20{background-color:#10b98133}.bg-amber-500\/20{background-color:#f59e0b33}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-main:hover{color:var(--text-main)}.hover\:text-emerald-500:hover{color:#10b981}.hover\:bg-emerald-500\/20:hover{background-color:#10b98133}.bg-gradient-to-br{background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-primary{--tw-gradient-stops:var(--primary-color), var(--tw-gradient-to,#e6394600)}.to-rose-400{--tw-gradient-to:#fb7185}.from-\[\#ea515d\]{--tw-gradient-stops:#ea515d, var(--tw-gradient-to,#ea515d00)}.to-\[\#d93845\]{--tw-gradient-to:#d93845}.from-amber-400{--tw-gradient-stops:#fbbf24, var(--tw-gradient-to,#fbbf2400)}.to-rose-500{--tw-gradient-to:#f43f5e}.from-blue-500{--tw-gradient-stops:#3b82f6, var(--tw-gradient-to,#3b82f600)}.to-indigo-600{--tw-gradient-to:#4f46e5}.from-\[var\(--primary-color\)\]{--tw-gradient-stops:var(--primary-color), var(--tw-gradient-to,#fff0)}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-l-4{border-left-width:4px}.border-2{border-width:2px}.border-none{border-style:none}.border-\[var\(--border-color\)\]{border-color:var(--border-color)}.border-\[var\(--card-bg\)\]{border-color:var(--card-bg)}.border-amber-500\/20{border-color:#f59e0b33}.border-emerald-500\/20{border-color:#10b98133}.border-l-rose-500{border-left-color:#f43f5e}.border-l-blue-500{border-left-color:#3b82f6}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.inset-0{inset:0}.inset-y-0{top:0;bottom:0}.-bottom-2{bottom:-.5rem}.-right-2{right:-.5rem}.sticky{position:sticky}.z-40{z-index:40}.z-50{z-index:50}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.leading-relaxed{line-height:1.625}.font-mono{font-family:monospace}.text-\[10px\]{font-size:10px}.opacity-0{opacity:0}.opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-y-0{--tw-translate-y:0px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-primary\/20{box-shadow:0 10px 15px -3px #e6394633}.shadow-primary\/30{box-shadow:0 10px 15px -3px #e639464d}.shadow-rose-500\/20{box-shadow:0 10px 15px -3px #f43f5e33}.shadow-blue-500\/20{box-shadow:0 10px 15px -3px #3b82f633}.shadow-\[0_0_20px_rgba\(245\,158\,11\,0\.3\)\]{box-shadow:0 0 20px #f59e0b4d}.shadow-\[0_4px_10px_rgba\(244\,63\,94\,0\.3\)\]{box-shadow:0 4px 10px #f43f5e4d}.shadow-\[0_-2px_10px_rgba\(234\,81\,93\,0\.5\)\]{box-shadow:0 -2px 10px #ea515d80}.shadow-\[0_-2px_10px_rgba\(244\,63\,94\,0\.5\)\]{box-shadow:0 -2px 10px #f43f5e80}.w-8{width:2rem}.h-8{height:2rem}.w-12{width:3rem}.h-12{height:3rem}.w-16{width:4rem}.h-16{height:4rem}.w-24{width:6rem}.h-24{height:6rem}.w-32{width:8rem}.h-32{height:8rem}.w-48{width:12rem}.w-64{width:16rem}.min-w-0{min-width:0}.min-w-\[240px\]{min-width:240px}.min-w-\[800px\]{min-width:800px}.min-w-\[900px\]{min-width:900px}.max-w-md{max-width:28rem}.max-w-\[150px\]{max-width:150px}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.blur-sm{filter:blur(4px)}.blur-3xl{filter:blur(64px)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.outline-none{outline-offset:2px;outline:2px solid #0000}.pointer-events-none{pointer-events:none}.whitespace-nowrap{white-space:nowrap}@media (width>=768px){.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:grid{display:grid}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-auto{width:auto}.md\:w-64{width:16rem}.md\:pb-0{padding-bottom:0}.md\:pt-0{padding-top:0}.md\:mt-0{margin-top:0}.md\:border-t-0{border-top-width:0}}@media (width>=1024px){.lg\:flex-row{flex-direction:row}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:w-\[350px\]{width:350px}}@media (width>=640px){.sm\:max-w-\[200px\]{max-width:200px}}
