:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1f2937;background-color:#fefefe;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:#6366f1;text-decoration:inherit;transition:color .2s ease}a:hover{color:#4f46e5}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#fef7ff,#f0f9ff)}#root{max-width:1200px;margin:0 auto;padding:1rem;text-align:center;min-height:100vh;display:flex;flex-direction:column}.playlist-title,h1,h2,h3{font-family:Inter,system-ui,sans-serif;font-weight:700}h1{font-size:2rem;margin-bottom:.5rem;background:#36454f;-webkit-background-clip:text;background-clip:text;line-height:1.2}.description{font-size:1rem;color:#6b7280;margin-bottom:2rem;font-weight:400;max-width:600px;margin-left:auto;margin-right:auto}.card{padding:0;margin-bottom:2rem}.form-section{margin:0 auto 3rem;max-width:500px;width:100%}.mood-form{display:flex;flex-direction:column;gap:.75rem;width:100%}input[type=text]{padding:1rem 1.25rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:12px;outline:none;width:100%;box-sizing:border-box;background-color:#fff;color:#1f2937;transition:all .2s ease;font-family:inherit}input[type=text]:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;transform:translateY(-1px)}input[type=text]::placeholder{color:#9ca3af}button{padding:1rem 2rem;font-size:1rem;font-weight:600;background:#36454f;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em;font-family:inherit;min-height:48px}button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f14d}button:active{transform:translateY(0)}button:focus{outline:2px solid #6366f1;outline-offset:2px}.playlist-list{display:grid;gap:1.5rem;margin-bottom:3rem;grid-template-columns:1fr;width:100%}.playlist-item{display:flex;flex-direction:column;background:#36454f;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;height:100%}.playlist-item:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000001a;border-color:#6366f1}.playlist-image{width:100%;height:240px;object-fit:cover;transition:transform .2s ease;flex-shrink:0}.playlist-item:hover .playlist-image{transform:scale(1.02)}.playlist-content{padding:1.5rem;text-align:left;flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:250px}.playlist-title{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:ivory;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.playlist-description{margin:0 0 1.25rem;color:ivory;font-size:.875rem;line-height:1.5;flex:1;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.playlist-link{color:ivory;font-weight:600;text-decoration:none;font-size:.875rem;padding:.75rem 1.25rem;background-color:#0596691a;border-radius:8px;border:1px solid rgba(5,150,105,.2);transition:all .2s ease;text-align:center;display:flex;align-items:center;justify-content:center;align-self:flex-start;min-height:44px;margin-top:auto}.playlist-link:hover{background-color:ivory;color:#059669;transform:translateY(-1px)}.playlist-link:focus{outline:2px solid #059669;outline-offset:2px}.logo-section{margin-top:auto;padding-top:3rem;border-top:1px solid #e5e7eb}.logo{height:2.5rem;width:2.5rem;object-fit:contain;padding:.5rem;border-radius:50%;transition:all .2s ease;background-color:#6366f11a}.logo.openai{height:3rem;width:3rem}.logo:hover{transform:scale(1.1);background-color:#6366f133}.logo.react:hover{filter:drop-shadow(0 0 8px #61dafb)}.logo.openai:hover{filter:drop-shadow(0 0 8px #ec4899)}.logo.spotify:hover{filter:drop-shadow(0 0 8px #059669)}.powered-by{font-size:.875rem;font-weight:600;margin-bottom:1rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.logo-wrapper{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}@media (min-width: 640px){#root{padding:2rem}h1{font-size:2.5rem}.description{font-size:1.125rem}.mood-form{flex-direction:row;align-items:stretch;gap:1rem}input[type=text]{flex:1}button{padding:1rem 1.5rem;white-space:nowrap;flex-shrink:0}.playlist-list{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.playlist-item{flex-direction:row;min-height:240px;max-height:240px}.playlist-image{width:240px;height:240px;flex-shrink:0}.playlist-content{min-height:auto;padding:1.25rem}.logo{height:3rem;width:3rem}.logo.openai{height:3.5rem;width:3.5rem}}@media (min-width: 1024px){#root{padding:3rem}h1{font-size:3rem}.description{font-size:1.25rem}.form-section{max-width:600px}.playlist-list{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.playlist-item{min-height:260px;max-height:260px}.playlist-image{width:260px;height:260px}.playlist-title{font-size:1.5rem}.playlist-description{font-size:1rem;-webkit-line-clamp:5;line-clamp:5}.logo-wrapper{gap:2rem}.logo{height:3.5rem;width:3.5rem}.logo.openai{height:4rem;width:4rem}}@media (min-width: 1280px){.playlist-list{grid-template-columns:repeat(2,1fr)}}button:focus,input:focus,.playlist-link:focus{outline:2px solid #6366f1;outline-offset:2px}*{transition:color .2s ease,background-color .2s ease}.playlist-list:empty:after{content:"Enter your mood above to discover matching playlists! 🎵";grid-column:1 / -1;text-align:center;color:#6b7280;font-style:italic;padding:3rem 1rem;font-size:1.125rem}@media (hover: none){.playlist-item:hover{transform:none;box-shadow:0 1px 3px #0000000d}.logo:hover{transform:none}button:hover{transform:none;box-shadow:0 4px 12px #6366f133}.playlist-link:hover{transform:none}}
