:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.explore-container{width:80%;padding:.5rem;min-height:calc(100vh - 80px);height:auto;margin-left:200px;margin-top:65px;text-align:center;position:relative;background-color:#fafafa;border-radius:10px;box-shadow:0 2px 16px #0000001a}.section-title{font-size:2.5rem;margin-bottom:.5rem}.section-subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem}.cards-wrapper{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;max-width:900px;margin:0 auto}.project-card{width:180px;background:#fff;border-radius:12px;max-height:280px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-6px);box-shadow:0 6px 20px #0000001a}.project-card img{width:100%;height:140px;object-fit:cover}.project-info{padding:.9rem;text-align:left}.project-info h3{margin:0;font-size:1rem;font-weight:600}.stats{font-size:.85rem;color:#666;margin-top:6px;display:flex;justify-content:space-between}@media (max-width: 1024px){.explore-container{width:95%;margin:80px auto 0;padding:1rem}.project-card{width:45%}}@media (max-width: 768px){.explore-container{width:90%;margin:80px auto 0;padding:1rem}.cards-wrapper{flex-direction:row;justify-content:center}.project-card{width:100%;max-width:320px}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width: 480px){.section-title{font-size:1.5rem}.section-subtitle,.project-info h3{font-size:.95rem}.stats{font-size:.8rem;flex-direction:column;gap:4px}}html,body{overflow-x:hidden;width:100%}body{margin:0;font-family:Arial,sans-serif;background:#e5c0ff;color:#71498e}.main-layout{min-height:100vh;width:100vw;display:flex;flex-direction:column}.top-bar{display:flex;align-items:center;justify-content:space-between;background:#432167;padding:1rem 2rem;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 8px #0000000a}.logo-title{font-size:1.5rem;font-weight:700;letter-spacing:1px}.content p{font-size:2rem;margin-top:20px}.nav-bar button{background:none;border:none;color:#a080b7;font-size:1rem;margin-left:1.5rem;cursor:pointer;padding:.5rem 1rem;border-radius:4px;transition:background .2s}.nav-bar button:hover{background:#9c6cb8}.content{flex:1;padding:2rem;max-width:960px;margin-top:100px;margin-left:200px;margin-right:200px;background:#fff;border-radius:10px;box-shadow:0 2px 16px #0000000f;text-align:center;color:#71498e;box-sizing:border-box}.categories{margin-top:1rem;margin-bottom:2rem;text-align:center;color:#71498e}.categories h2{font-size:2rem}.category-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem}.category-list span{background:#380e55;padding:.75rem 1.25rem;border-radius:10px;font-size:1rem;margin-bottom:8px;cursor:pointer;transition:background .2s ease;white-space:nowrap;max-width:400px;text-align:center}.category-list span:hover{background:#9c6cb8}.footer{background:#290851;color:#fff;text-align:center;padding:1rem;position:relative}.footer-links{color:#fff}@media (max-width: 768px){.top-bar{flex-direction:column;align-items:flex-start;padding:1rem}.nav-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.nav-bar button{margin-left:0;padding:.5rem .75rem;font-size:.9rem}.content{margin:80px 10px 20px;padding:1rem;max-width:100%}.category-list{flex-direction:column;align-items:center;gap:.75rem}.category-list span{padding:.5rem 1rem;font-size:.9rem;flex:1 1 45%;max-width:400px;min-width:350px}}@media (max-width: 480px){.logo-title{font-size:1.2rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem}.project-card{width:100%}.cards-wrapper{flex-direction:column;align-items:center}.category-list span{flex:1 1 100%;font-size:.85rem;padding:.6rem .7rem}}.chat-widget{position:fixed;bottom:20px;right:20px;z-index:1000}.chat-toggle{background:#71498e;color:#fff;border:none;border-radius:50%;padding:1rem;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #0003}.chat-box{width:300px;height:400px;background:#fff;border-radius:10px;box-shadow:0 4px 16px #00000040;display:flex;flex-direction:column;overflow:hidden}.chat-header{background:#432167;color:#fff;padding:.75rem 1rem;font-weight:700;display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;color:#fff;font-size:1.25rem;border:none;cursor:pointer}.chat-messages{flex:1;padding:1rem;overflow-y:auto;font-size:.9rem;color:#333}.chat-msg{margin-bottom:.5rem}.chat-input{display:flex;border-top:1px solid #ccc}.chat-input input{flex:1;padding:.5rem;border:none;font-size:1rem}.chat-input button{background:#71498e;color:#fff;border:none;padding:0 1rem;cursor:pointer}
