@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap");:root{--background:oklch(0.98 0 0);--foreground:oklch(0.15 0 0);--card:oklch(1 0 0);--card-foreground:oklch(0.15 0 0);--popover:oklch(1 0 0);--popover-foreground:oklch(0.15 0 0);--primary:oklch(0.25 0 0);--primary-foreground:oklch(0.98 0 0);--secondary:oklch(0.95 0 0);--secondary-foreground:oklch(0.25 0 0);--muted:oklch(0.96 0 0);--muted-foreground:oklch(0.53 0 0);--accent:oklch(0.94 0.03 90);--accent-foreground:oklch(0.15 0 0);--destructive:oklch(0.59 0.22 27);--destructive-foreground:oklch(0.98 0 0);--border:oklch(0.92 0 0);--input:oklch(0.92 0 0);--ring:oklch(0.25 0 0);--chart-1:oklch(0.55 0.15 27);--chart-2:oklch(0.55 0.15 90);--chart-3:oklch(0.55 0.15 180);--chart-4:oklch(0.55 0.15 270);--chart-5:oklch(0.55 0.15 330);--sidebar:oklch(0.98 0 0);--sidebar-foreground:oklch(0.15 0 0);--sidebar-primary:oklch(0.25 0 0);--sidebar-primary-foreground:oklch(0.98 0 0);--sidebar-accent:oklch(0.94 0.03 90);--sidebar-accent-foreground:oklch(0.15 0 0);--sidebar-border:oklch(0.92 0 0);--sidebar-ring:oklch(0.25 0 0);--font-sans:"DM Sans",sans-serif;--font-serif:"Playfair Display",serif;--font-mono:"JetBrains Mono",monospace;--radius:0.25rem;--shadow-2xs:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-xs:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadow-sm:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-md:0 6px 10px -1px rgb(0 0 0/0.08),0 2px 4px -2px rgb(0 0 0/0.08);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.07),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-xl:0 20px 25px -5px rgb(0 0 0/0.05),0 8px 10px -6px rgb(0 0 0/0.08);--shadow-2xl:0 25px 50px -12px rgb(0 0 0/0.05);--tracking-normal:0em;--spacing:0.5rem;--header-height:160px;--radius-sm:calc(var(--radius) - 2px);--radius-md:var(--radius);--radius-lg:calc(var(--radius) + 2px);--radius-xl:calc(var(--radius) + 4px)}body,html{max-width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100)}body,html{overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}h1,h2,h3{font-family:var(--font-serif)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.header{padding:1.5rem;border-bottom:1px solid var(--border);position:fixed;top:0;left:0;right:0;z-index:1;background-color:var(--background);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width:768px){.header{padding:1rem}}.logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.filter-section{position:fixed;top:80px;left:0;right:0;padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:1rem;align-items:center;background-color:var(--background)}.filter-dropdown{position:relative;min-width:180px;z-index:1}.dropdown-button{width:100%;padding:.75rem 1rem;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans);font-size:.875rem}.dropdown-button:hover{border-color:var(--ring)}.dropdown-content{position:absolute;top:calc(100% + .5rem);left:0;width:100%;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);overflow:hidden;opacity:0;transition:all .25s ease-out}.dropdown-content.show{opacity:1;padding:.5rem 0}.dropdown-item{padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background-color .2s ease;font-size:.875rem}.dropdown-item:hover{background-color:var(--secondary)}.checkbox{width:16px;height:16px;border:1px solid var(--border);border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.checkbox.checked{background-color:var(--primary);border-color:var(--primary)}.checkbox.checked svg{color:var(--primary-foreground)}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.filter-tag{gap:.5rem;padding:.25rem .75rem;background-color:var(--secondary);border-radius:var(--radius-lg);font-size:.875rem;animation:tagAppear .3s forwards}.filter-tag,.filter-tag button{display:flex;align-items:center}.filter-tag button{background:none;border:none;cursor:pointer;justify-content:center;padding:2px;border-radius:50%;color:var(--muted-foreground);transition:all .2s ease}.filter-tag button:hover{color:var(--foreground);background-color:rgba(0,0,0,.05)}.lookbook-grid{padding:2rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;grid-auto-flow:dense;grid-auto-rows:auto}.lookbook-item{position:relative;border-radius:var(--radius);overflow:hidden;transition:all .3s ease;opacity:0;transform:translateY(20px);animation:fadeIn .6s forwards;height:auto;display:flex;flex-direction:column}.lookbook-item:hover{transform:scale(1.02);box-shadow:var(--shadow-md)}.lookbook-item img{width:100%;height:auto;object-fit:contain;display:block}.lookbook-item.wide{grid-column:span 2}@media (max-width:768px){.lookbook-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.lookbook-item.wide{grid-column:span 1}}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@keyframes tagAppear{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.lookbook-item:first-child{animation-delay:0s}.lookbook-item:nth-child(2){animation-delay:.1s}.lookbook-item:nth-child(3){animation-delay:.2s}.lookbook-item:nth-child(4){animation-delay:.3s}.lookbook-item:nth-child(5){animation-delay:.4s}.lookbook-item:nth-child(6){animation-delay:.5s}.lookbook-item:nth-child(7){animation-delay:.6s}.lookbook-item:nth-child(8){animation-delay:.7s}.lookbook-item:nth-child(9){animation-delay:.8s}.lookbook-item:nth-child(10){animation-delay:.9s}@media (max-width:768px){.filter-section{flex-direction:column;align-items:stretch;top:60px}}.lookbook-container{position:fixed;left:0;right:0;top:var(--header-height,0);bottom:0;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width:768px){.lookbook-container{padding-bottom:max(env(safe-area-inset-bottom),1rem);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.lookbook-container *{touch-action:manipulation}}.drag-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(196,181,253,.3),rgba(147,197,253,.3));-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:2px dashed rgba(147,197,253,.6);justify-content:center;z-index:100}.drag-content,.drag-overlay{display:flex;align-items:center}.drag-content{gap:1.5rem;padding:1.5rem;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(248,250,252,.8));border-radius:16px;border:2px dashed rgba(147,197,253,.4);box-shadow:0 10px 25px rgba(147,197,253,.15);max-width:400px;text-align:center}.drag-icon{width:2rem;height:2rem;color:#8b5cf6}.drag-text{font-size:1.25rem;font-weight:500;color:#5b21b6;margin:0;text-align:center}@media (max-width:768px){.drag-content{max-width:300px}.drag-icon{width:3rem;height:3rem}.drag-text{font-size:1.125rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}