@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#5a67d8;--secondary-color:#4c51bf;--background-color:#f7fafc;--card-color:#fff;--text-primary:#1a202c;--text-secondary:#4a5568;--text-light:#a0aec0}body{color:#1a202c;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5;margin:0;padding:0}.profile-container,body{background-color:#f7fafc}.profile-container{background-color:var(--background-color);display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:2rem}.profile-section{background-color:#fff;background-color:var(--card-color);border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin:1.5rem 0;padding:2rem;text-align:center}.profile-avatar{align-items:center;background-color:#e2e8f0;border-radius:9999px;color:#4a5568;color:var(--text-secondary);display:flex;height:6rem;justify-content:center;margin:0 auto 1rem;width:6rem}.profile-avatar,.profile-name{font-size:1.5rem;font-weight:700}.profile-name{color:#1a202c;color:var(--text-primary);margin-bottom:.25rem}.profile-title{color:#4a5568;color:var(--text-secondary);margin-bottom:1rem}.social-links{gap:1rem;margin-bottom:1.5rem}.social-link,.social-links{display:flex;justify-content:center}.social-link{align-items:center;background-color:#f7fafc;border-radius:9999px;color:#4a5568;color:var(--text-secondary);height:2rem;text-decoration:none;transition:background-color .2s ease;width:2rem}.social-link:hover{background-color:grey;color:#fff}.profile-info{color:#a0aec0;color:var(--text-light);display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem;justify-content:center}.info-item{align-items:center;display:flex}.info-icon{margin-right:.5rem}.projects-section{flex:1 1;margin-top:2rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.section-title{color:#1a202c;color:var(--text-primary);font-size:1.25rem;font-weight:600}.projects-grid{display:flex;flex-direction:row;gap:32px;margin-top:24px}.project-card-modern{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0001;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:box-shadow .2s,transform .2s}.project-card-modern:hover{box-shadow:0 8px 24px #0002;transform:translateY(-2px) scale(1.01)}.project-banner-modern{align-items:flex-end;background:#f4f4f4;display:flex;height:140px;justify-content:flex-start;overflow:hidden;position:relative;width:100%}.project-banner-img{border-top-left-radius:12px;border-top-right-radius:12px;display:block;height:120px;object-fit:cover;width:100%}.project-banner-placeholder{align-items:center;background:#eaeaea;color:#aaa;display:flex;font-size:1.1em;height:100%;justify-content:center;width:100%}.project-logo-img{bottom:-24px;height:56px;left:16px;position:absolute;width:56px}.project-logo-img,.project-logo-img-circular{background:#fff;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0002;object-fit:cover}.project-logo-img-circular{align-items:center;display:flex;flex-shrink:0;height:64px;justify-content:center;margin:0 20px 0 24px;width:64px}.delete-project-btn{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0001;cursor:pointer;padding:6px;position:absolute;right:12px;top:12px;transition:background .15s}.delete-project-btn:hover{background:#ffeaea}.project-content-modern{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:32px 20px 20px}.project-title-modern{color:#6246ea;font-size:1.25em;font-weight:700;margin-bottom:8px}.project-posts-section{grid-column:1/-1;margin-bottom:24px;margin-top:24px}.project-posts-list{display:flex;flex-direction:column;gap:22px;list-style:none;margin:0;padding:0}.project-post-card{background:#fff8f2;border:1.5px solid #ececec;border-radius:14px;box-shadow:0 2px 8px #72c30122;padding:18px 22px}.project-post-status{color:#3f3d56;font-size:1.08em;font-weight:500;margin-bottom:6px}.project-post-media-list{display:flex;flex-wrap:wrap;gap:10px}.project-post-media-item img,.project-post-media-item video{background:#f0f0f0;border-radius:8px;height:80px;object-fit:cover;width:120px}.feedback-tab-btn{background:#fff8f2;border:1.5px solid #ececec;border-radius:10px 10px 0 0;color:#3f3d56;margin-right:2px;padding:8px 24px;transition:background .15s,color .15s,border .15s}.feedback-tab-btn.active,.feedback-tab-btn:hover{background:#72c301;border:1.5px solid #72c301}@media (min-height:1300px){.projects-grid{display:flex;flex-direction:column;gap:32px;margin-top:24px}}@media (max-width:1200px){.projects-grid{display:flex;flex-direction:column;gap:32px;margin-top:24px}}@media (max-width:900px){.projects-grid{display:flex;flex-direction:column;gap:32px;margin-top:24px}}@media (max-width:600px){.create-pitchdeck-btn{border-radius:7px!important;font-size:1em!important;justify-content:center;min-width:0!important;padding:8px 16px!important;width:70%}.projects-grid{gap:18px!important;grid-template-columns:1fr!important}.project-card-modern{flex-direction:column!important;min-width:0!important;padding:0!important;width:100%!important}.project-banner-img{border-radius:10px 10px 0 0!important;height:90px!important}.project-logo-img-circular{height:44px!important;left:12px!important;top:70px!important;width:44px!important}.project-content-modern{padding:12px!important}}.header{background-color:var(--primary-color);color:var(--white);justify-content:space-between;padding:12px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.logo-container{align-items:center;display:flex}.logo-container{gap:10px}.logo{align-items:center;background-color:var(--white);border-radius:8px;color:var(--primary-color);display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;width:32px}.navbar-elevated{background:#fff;box-shadow:0 6px 24px 0 #3c3c3c1a;padding:0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.navbar-content{gap:0;height:68px;padding:0 5vw}.navbar-left{flex:0 0 auto}.navbar-center{flex:1 1;justify-content:center}.navbar-center,.navbar-right{align-items:center;display:flex}.navbar-right{flex:0 0 auto;gap:16px;margin-left:auto}.navbar-logo{align-items:center;display:flex;height:120px;justify-content:center;margin-right:32px;-webkit-user-select:none;user-select:none;width:120px}.navbar-logo img{display:block;height:100%;object-fit:contain;width:100%}.navbar-search-user{flex:1 1}.navbar-search-bar,.navbar-search-user{align-items:center;display:flex;position:relative}.navbar-search-input{background:#fff;border:1.5px solid #e5e5e5;border-radius:8px;box-shadow:0 2px 8px #0001;color:#222;font-size:1em;outline:none;padding:7px 12px 7px 32px;transition:border .2s;width:180px}.navbar-search-input:focus{background:#fafafa;border:1.5px solid #bbb}.navbar-search-icon{color:#bbb;left:10px;pointer-events:none;position:absolute}.navbar-search-dropdown{background:#fff;border:1.5px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 16px #0001;left:0;list-style:none;margin:0;padding:0;position:absolute;top:110%;width:100%;z-index:10}.navbar-search-dropdown-item{align-items:center;border-bottom:1px solid #f3f3f3;color:#222;cursor:pointer;display:flex;font-size:1em;justify-content:space-between;padding:10px 16px;transition:background .15s}.navbar-search-dropdown-item:last-child{border-bottom:none}.navbar-search-dropdown-item:hover{background:#f3f3f3}.navbar-user{align-items:center;background:#f7f7f7;border-radius:16px;cursor:pointer;display:flex;font-size:1em;font-weight:500;margin-left:24px;padding:6px 14px;transition:background .15s}.navbar-user:hover{background:#ededed}.navbar-points{background:#f7f7f7;border-radius:14px;font-size:1.07em;font-weight:600;margin-left:24px;padding:4px 14px}.navbar-notification{border-radius:50%;cursor:pointer;margin-left:24px;padding:6px;transition:background .15s}.navbar-notification:hover{background:#f3f3f3}.navbar-signout-btn{align-items:center;background:none;border:none;border-radius:50%;color:#888;cursor:pointer;display:flex;justify-content:center;margin-left:18px;padding:7px 8px 5px;transition:background .15s}.navbar-signout-btn:hover{background:#f3f3f3;color:#222}.navbar-signin-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;margin-left:12px;padding:7px 18px}.navbar-hamburger{cursor:pointer;display:none;margin-right:10px;z-index:120}.always-visible,.navbar-desktop-items{align-items:center;display:flex}.navbar-desktop-items{gap:16px;margin-left:auto}.navbar-mobile-dropdown{display:none}@media (max-width:768px){.navbar-content{margin:0;padding:0 12px;width:100%}.navbar-left{justify-content:flex-start;margin:0;padding:0}.navbar-hamburger{align-items:center;display:flex;justify-content:center;margin:0 8px 0 0;padding:0}.navbar-logo{margin:0;padding:0}.navbar-center{display:none}.navbar-right{align-items:center;display:flex}.navbar-notification-desktop,.navbar-points-desktop,.navbar-signout-desktop{display:none}.navbar-user-mobile{align-items:center;display:flex}.navbar-username{display:none}.navbar-signin-btn{font-size:.9em!important;margin-left:8px!important;padding:6px 12px!important}.navbar-mobile-dropdown{animation:navbarDropdownFade .2s;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 8px 32px 0 #3c3c3c1a;display:flex;flex-direction:column;left:0;padding:16px 0 8px;position:absolute;top:56px;width:100vw;z-index:110}.navbar-mobile-link{align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;font-weight:500;padding:12px 0}.navbar-mobile-link:hover{background-color:#f9fafb;margin:0 -16px;padding-left:16px;padding-right:16px}.navbar-mobile-link:last-child{border-bottom:none;margin-bottom:16px}.navbar-search-user-mobile{margin-top:8px}.navbar-search-user-mobile .navbar-search-bar{width:100%}}@media (min-width:769px){.navbar-hamburger,.navbar-mobile-dropdown{display:none}}.navbar-content{box-sizing:border-box;justify-content:space-between;max-width:100%;width:100%}.navbar-content,.navbar-left{align-items:center;display:flex}.navbar-left{flex-shrink:0}.navbar-elevated{position:relative}@keyframes navbarDropdownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{--primary-color:#72c301;--secondary-color:#a78bfa;--background-color:#fff8f2;--text-color:#3f3d56;--border-color:#f3e9df;--support-color:#6ee7b7}body{background-color:#fff8f2;color:#3f3d56}.portfolio-container{display:flex;flex-direction:column;min-height:100vh}.homepage-main-container{display:flex;flex-direction:row;gap:32px;margin:0 80px;max-width:1850px;min-height:80vh;padding:36px 0 28px}.main-content{display:flex;flex:1 1;gap:20px;padding:20px}.projects-container{display:flex;flex:1 1;flex-direction:column;gap:20px}.search-container{width:100%}.search-container form{display:flex;gap:10px}.search-input{border:1px solid #f3e9df;border:1px solid var(--border-color);border-radius:4px;flex:1 1;font-size:14px;outline:none;padding:10px 16px}.search-button{background-color:#72c301;background-color:var(--primary-color);border:none;border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-weight:500;padding:10px 20px;transition:background-color .2s ease}.search-button:hover{background-color:#5236d9}.projects-list{display:flex;flex-direction:column;gap:16px}.homepage-leaderboard-section{align-items:center;background:#fff;background:var(--white);border:1.5px solid #f3e9df;border:1.5px solid var(--border-color);border-radius:16px;box-shadow:0 4px 24px #a78bfa14;display:flex;flex:0 0 240px;flex-direction:column;max-height:600px;min-width:200px;overflow-y:auto;padding:28px 18px}.leaderboard-title{color:#a78bfa;color:var(--secondary-color);font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-bottom:18px}.leaderboard-list{list-style:none;padding:0;width:100%}.leaderboard-user{align-items:center;background:#f8f3ff;border-bottom:1px solid #f3e9df;border-bottom:1px solid var(--border-color);border-radius:8px;display:flex;gap:12px;margin-bottom:18px;padding:10px 0;transition:background .18s}.leaderboard-user:hover{background:#f3e8ff}.leaderboard-rank{color:#72c301;color:var(--primary-color);font-weight:700;text-align:center;width:22px}.leaderboard-avatar{background:#fff;border:2px solid #a78bfa;border:2px solid var(--secondary-color);border-radius:50%;height:38px;object-fit:cover;width:38px}.leaderboard-name{color:#3f3d56;color:var(--text-color);flex:1 1;font-weight:600}.leaderboard-points{background:#fff3e0;border-radius:8px;color:#72c301;color:var(--primary-color);font-size:1rem;font-weight:600;padding:2px 10px}.homepage-leaderboard-section-dark{align-items:center;background:#23243a;border:none;border-radius:22px;box-shadow:0 8px 40px #0003;display:flex;flex:0 0 320px;flex-direction:column;max-width:350px;min-width:240px;overflow-y:auto;padding:48px 32px}.leaderboard-header-dark{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;padding:0 10px}.leaderboard-title-dark{color:#fff;font-size:1.25rem;font-weight:800;letter-spacing:1px;margin:0}.leaderboard-view-all-dark{color:#007bff;font-size:1rem;margin:0;padding-left:10px;text-decoration:none;transition:color .2s ease}.leaderboard-view-all-dark:hover{color:#0056b3;text-decoration:underline}.leaderboard-list-dark{list-style:none;padding:0;width:100%}.leaderboard-user-dark{align-items:center;background:#292a44;border-bottom:1px solid #35365a;border-radius:10px;cursor:pointer;display:flex;gap:12px;margin-bottom:18px;padding:12px 0;transition:background .18s}.leaderboard-user-dark:hover{background:#32335a}.leaderboard-rank-dark{color:#ffa94d;font-weight:700;text-align:center;width:22px}.leaderboard-avatar-dark{background:#fff;border:2px solid #a78bfa;border-radius:50%;height:40px;object-fit:cover;width:40px}.leaderboard-name-dark{color:#fff;flex:1 1;font-size:1.08em;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-points-dark{background:#1a1b2e;border-radius:8px;color:#6ee7b7;font-size:1rem;font-weight:700;min-width:70px;padding:2px 12px;text-align:right}.homepage-projects-section{background-color:#fff;border:1.5px solid #ececec;border-radius:18px;display:flex;flex:2.5 1;flex-direction:column;gap:22px;min-width:0;padding:14px 18px}.homepage-projects-section h3{color:#000;font-family:Arial,sans-serif;font-size:1.8rem;font-weight:1000;margin-bottom:10px;text-align:center}.homepage-search-sort-bar{align-items:center;display:flex;gap:18px;margin-bottom:10px}.homepage-search-bar{align-items:center;background:#fff;background:var(--white);border:1.5px solid #f3e9df;border:1.5px solid var(--border-color);border-radius:10px;box-shadow:0 2px 8px #ffa94d0a;display:flex;flex:1 1;padding:8px 16px}.homepage-search-icon{color:#72c301;color:var(--primary-color);margin-right:10px}.homepage-search-input{background:#0000;border:none;color:#3f3d56;color:var(--text-color);font-size:1.05rem;outline:none;padding:8px 0;width:100%}.homepage-sort-btn{align-items:center;background:#72c301;background:var(--primary-color);border:none;border-radius:8px;box-shadow:0 2px 8px #ffa94d22;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:10px 22px;transition:background-color .18s}.homepage-sort-btn:hover{background-color:#ff9800}.homepage-sort-select{background:#fff;border:1px solid #72c301;border:1px solid var(--primary-color);border-radius:6px;color:#3f3d56;color:var(--text-color);font-size:1em;font-weight:500;padding:5px 10px}.homepage-search-filter-row{align-items:center;display:flex;gap:18px;margin-bottom:14px}.homepage-search-bar-modern{align-items:center;background:#fff;border:1.5px solid #ececec;border-radius:12px;box-shadow:0 2px 8px #ffa94d11;display:flex;flex:1 1;padding:10px 18px;position:relative}.homepage-search-icon-modern{color:#72c301;margin-right:10px}.homepage-search-input-modern{background:#0000;border:none;color:#3f3d56;font-size:1.08rem;outline:none;width:100%}.homepage-sort-btn-modern{align-items:center;background:#fff;border:1.5px solid #ececec;border-radius:10px;box-shadow:0 2px 8px #ffa94d11;color:#3f3d56;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:10px 18px;transition:background .18s}.homepage-sort-select-modern{background:#fff;border:none;border-radius:8px;color:#3f3d56;font-size:1em;font-weight:500;margin-left:8px;padding:6px 12px}.project-description-modern{color:#444;font-size:1em;margin-bottom:12px;min-height:40px}.homepage-tabs-row{align-items:center;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:12px;justify-content:center;margin-bottom:18px}.homepage-tab-btn{background:#fff;border:1.5px solid #ececec;border-radius:10px;color:#3f3d56;cursor:pointer;font-size:1.05em;font-weight:600;padding:8px 28px;transition:background .15s,color .15s,border .15s}.homepage-tab-btn.active,.homepage-tab-btn:hover{background:#72c301;border:1.5px solid #72c301;color:#fff}.homepage-projects-list{max-height:80vh;overflow-y:auto}.homepage-project-card-title{align-items:center;color:#1f2937;display:flex;font-size:1.1rem;font-weight:700;gap:10px;margin-bottom:4px}.project-status-badge{border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.5px;padding:2px 10px}.homepage-project-card-desc{color:#4b5563;font-size:.95rem;margin-bottom:4px}.homepage-project-post-section{background:none;border:none;color:#1f2937;margin-top:4px;padding:0}.homepage-projects-list::-webkit-scrollbar{width:6px}.homepage-projects-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.homepage-project-card-wrapper{margin-bottom:16px;width:100%}.homepage-project-card-big{align-items:flex-start;background:#fff;border:1.5px solid #ececec;border-radius:18px;box-shadow:0 4px 24px #ffa94d11;cursor:pointer;display:flex;gap:24px;min-height:90px;padding:24px 28px;transition:box-shadow .18s,transform .18s}.homepage-project-card-big:hover{box-shadow:0 8px 32px #ffa94d22;transform:translateY(-2px) scale(1.01)}.homepage-project-card-logo{background:#f0f0f0;border:2px solid #a78bfa;border-radius:12px;flex-shrink:0;height:70px;object-fit:cover;width:66px}.homepage-project-card-content{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:0}.homepage-project-card-title{color:#3f3d56;font-size:1.18em;font-weight:800;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-tag-modern{background:#f0f0ff;border-radius:8px;color:#6246ea;font-weight:500;padding:4px 12px}.homepage-project-card-desc{color:#6c6c80;font-size:.98em;font-style:italic;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage-right-section{display:flex;flex:1.6 1;flex-direction:column;gap:32px;min-width:0}.homepage-new-projects-modern,.homepage-top-projects-modern{background:#fff;border:1.5px solid #ececec;border-radius:18px;box-shadow:0 4px 24px #ffa94d11;padding:28px 18px}.homepage-new-projects-modern h4,.homepage-top-projects-modern h4{color:#000;font-size:1.18rem;font-weight:800;margin-bottom:18px}.homepage-top-project-card-big{align-items:center;background:#fff;border:1.5px solid #ececec;border-radius:14px;box-shadow:0 2px 8px #ffa94d11;cursor:pointer;display:flex;gap:18px;margin-bottom:14px;max-height:110px;min-height:72px;overflow:hidden;padding:14px 10px;transition:box-shadow .15s,transform .15s}.homepage-top-project-card-big:hover{box-shadow:0 6px 24px #ffa94d22;transform:translateY(-1px) scale(1.01)}.homepage-top-project-card-logo{background:#f0f0f0;border:2px solid #a78bfa;border-radius:12px;flex-shrink:0;height:56px;object-fit:cover;width:56px}.homepage-top-project-card-content{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.homepage-top-project-card-title{color:#3f3d56;font-size:1.08em;font-weight:700;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage-top-project-card-tags{display:flex;flex-wrap:nowrap;font-size:.97em;gap:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.homepage-project-tag-modern{background:none;border-radius:0;color:#000;font-size:.88em;font-weight:500;letter-spacing:.1px;margin-bottom:0;margin-right:0;max-width:80px;overflow:hidden;padding:0 8px 0 0;position:relative;text-overflow:ellipsis;white-space:nowrap}.homepage-project-tag-modern:before{color:#72c301;content:".";font-size:1.1em;font-weight:700;margin-right:2px}.homepage-project-tag-pill{background:#e6f0fa;border:none;border-radius:16px;color:#1976d2;display:inline-block;font-size:.93em;font-weight:600;letter-spacing:.03em;margin-bottom:4px;margin-right:6px;padding:3px 14px;position:relative;transition:background .2s,color .2s}.homepage-project-tag-pill:before{color:#1976d2;content:"#";font-weight:700;margin-right:2px}.homepage-project-post-section{background:#f9f9ff;border:1.5px solid #ececec;border-radius:10px;box-shadow:0 2px 8px #ffa94d11;box-sizing:border-box;color:#23243a;display:flex;flex-direction:column;font-size:1.02em;gap:6px;margin-top:12px;min-height:48px;padding:14px 18px 12px;transition:box-shadow .18s;width:100%}.homepage-project-post-section .homepage-post-title{color:#72c301;font-size:1.08em;font-weight:700;letter-spacing:.5px;margin-bottom:4px}.homepage-project-post-section .homepage-post-text{color:#3f3d56;font-size:1em;margin-bottom:4px;word-break:break-word}.homepage-project-post-section .homepage-post-media-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.homepage-project-post-section .homepage-post-media-row img,.homepage-project-post-section .homepage-post-media-row video{background:#f3f3f3;border:1px solid #ececec;border-radius:6px;height:60px;object-fit:cover;width:60px}.homepage-project-post-section .homepage-post-date{color:#888;font-size:.92em;margin-top:2px}.homepage-project-post-section .homepage-post-none{color:#aaa;font-size:.97em;font-style:italic;margin-top:2px}.new-seeds-container{background-color:#fff;border:1.5px solid #ececec;border-radius:18px;display:flex;flex:2.5 1;flex-direction:column;gap:22px;margin:20px 90px 20px 70px;min-width:0;padding:24px 28px}.new-seeds-container h3{color:#000;font-family:Arial,sans-serif;font-size:1.8rem;font-weight:1000;margin-bottom:10px;text-align:center}.seed-projects-row{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.seed-project-card{border:2px solid #c7d2fe;border-radius:16px;box-shadow:0 8px 24px #0000000a;display:flex;flex-basis:calc(33.333% - 24px);flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:space-between;max-width:340px;min-width:280px;padding:24px;transition:transform .2s ease}.seed-project-card:hover{transform:translateY(-4px)}.seed-project-header{align-items:center;display:flex;gap:16px;margin-bottom:12px}.seed-project-logo{background-color:#f0f0f0;border-radius:12px;height:60px;object-fit:cover;width:60px}.seed-project-header h4{color:#1f2937;font-size:1.2rem;font-weight:700;margin:0}.seed-project-header p{color:#64748b;font-size:.9rem;margin:4px 0 0}.seed-project-card{background:#fff;border-radius:12px;padding:16px;position:relative}.seed-project-status-card{position:absolute;right:-8px;top:-8px}.project-badge{background-color:#d1fae5;border-radius:9999px;box-shadow:0 2px 4px #0000001a;color:#065f46;display:inline-block;font-size:.75rem;font-weight:600;padding:4px 8px}.feedback-highlight{background-color:#fef3c7;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:.9rem;font-weight:500;margin-bottom:12px;padding:10px 12px}.seed-project-description{color:#334155;flex:1 1;font-size:.9rem;margin-bottom:16px}.seed-project-actions{display:flex;gap:12px;justify-content:flex-start}.feedback-btn{background-color:#1d4ed8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:10px 16px;transition:background-color .2s ease}.feedback-btn:hover{background-color:#1e40af}.view-btn{background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;cursor:pointer;font-size:.85rem;font-weight:500;padding:10px 16px;transition:background-color .2s ease}.view-btn:hover{background-color:#e5e7eb}.badge-container{left:-10px;position:absolute;top:-10px;z-index:2}.top-project-badge{background:linear-gradient(90deg,#ffdf00,orange);border-radius:12px;box-shadow:0 2px 6px #0000001a;color:#000;font-size:.85rem;font-weight:700;padding:4px 8px}.homepage-top-project-card-big{background-color:#fff;border:1px solid #eee;border-radius:12px;padding:12px;position:relative;transition:transform .2s ease}.homepage-top-project-card-big.top1{background:#fffbea;border:2px solid gold}.homepage-top-project-card-big.top2{background:#f8f9fa;border:2px solid silver}.homepage-top-project-card-big.top3{background:#fef6f0;border:2px solid #cd7f32}.responsive-media-img{border-radius:8px;cursor:pointer;height:180px;object-fit:cover;width:260px}.feature-banner-card{align-items:center;background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:16px;box-shadow:0 10px 25px #7c3aed40;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 90px 0 70px;padding:24px 32px}.feature-banner-left{flex:1 1;min-width:250px}.feature-banner-text h4{font-size:1.25rem;font-weight:700;margin:0 0 6px}.feature-banner-text p{font-size:.95rem;margin:0;opacity:.95}.feature-banner-btn{background:#0000;border:2px solid #ffffff80;border-radius:999px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:12px;padding:10px 18px;transition:all .3s ease}.feature-banner-btn:hover{background:#ffffff26;border-color:#fff}@media (max-width:1400px){.homepage-main-container{gap:18px;margin:0 20px}.homepage-leaderboard-section-dark,.homepage-right-section{display:none}}@media (max-width:900px){.homepage-main-container{flex-direction:column;gap:12px;margin:0;padding-inline:12px;padding-bottom:10px;padding-top:10px}.homepage-leaderboard-section-dark,.homepage-right-section{display:none}.homepage-projects-section{flex:none}.homepage-project-card-logo,.homepage-top-project-card-logo{border-radius:10px;height:44px;width:44px}.homepage-project-card-title,.homepage-top-project-card-title{font-size:1.05em}.homepage-project-card-content,.homepage-top-project-card-content{gap:6px;padding:.5rem}.homepage-project-card-desc{font-size:.93em}.homepage-project-post-section{font-size:.98em;gap:4px;padding:10px 8px 8px}.homepage-project-post-section .homepage-post-media-row img,.homepage-project-post-section .homepage-post-media-row video{height:44px;width:44px}.homepage-leaderboard-section-dark{border-radius:14px;padding:24px 8px}.leaderboard-title-dark{font-size:1.08rem}.leaderboard-user-dark{border-radius:6px;gap:8px;padding:8px 0}.leaderboard-avatar-dark{height:32px;width:32px}.leaderboard-name-dark{font-size:.98em}.leaderboard-points-dark{font-size:.95em;min-width:48px;padding:2px 6px}.homepage-search-filter-row,.homepage-tabs-row{flex-wrap:wrap;gap:8px}.homepage-search-bar-modern{border-radius:8px;padding:6px 8px}.homepage-sort-btn-modern,.homepage-tab-btn{border-radius:8px;font-size:.98em;padding:8px 12px}.seed-project-card{flex:1 1 100%;max-width:100%}.feature-banner-card{flex:none}.new-seeds-container{margin:20px 0}}@media (max-width:600px){.homepage-main-container{flex-direction:column;gap:8px;margin:0 .5vw;min-width:0;padding:4px 0}.homepage-leaderboard-section-dark,.homepage-right-section{border-radius:10px;box-shadow:0 2px 8px #ffa94d11;flex:none;max-width:100%;min-width:0;padding:12px 6px}.homepage-leaderboard-section-dark{font-size:.98em;margin-bottom:10px;max-height:220px}.homepage-projects-section{border-radius:0;flex:none}.homepage-project-card-big,.homepage-top-project-card-big{align-items:flex-start;flex-direction:column;gap:10px;max-height:none;min-height:0;padding:12px 8px}.homepage-project-card-logo,.homepage-top-project-card-logo{border-radius:8px;height:44px;width:44px}.homepage-project-card-title,.homepage-top-project-card-title{font-size:1em;font-weight:700}.homepage-project-card-desc{font-size:.92em}.homepage-project-post-section{font-size:.98em;gap:4px;padding:8px 6px}.homepage-project-post-section .homepage-post-media-row img,.homepage-project-post-section .homepage-post-media-row video{border-radius:4px;height:40px;width:40px}.homepage-search-filter-row,.homepage-tabs-row{flex-direction:column;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:8px}.homepage-search-bar-modern{border-radius:8px;padding:6px 8px}.homepage-search-input-modern{font-size:.98em;padding:6px 0}.homepage-sort-btn-modern{border-radius:8px;font-size:.98em;padding:8px 12px}.homepage-sort-select-modern{font-size:.85rem;padding:4px 8px;width:70px}.homepage-tab-btn{border-radius:8px;font-size:.98em;padding:6px 12px}.leaderboard-avatar-dark{border-radius:50%;height:28px;width:28px}.leaderboard-name-dark{font-size:.98em}.leaderboard-points-dark{font-size:.95em;min-width:40px;padding:2px 6px}.seed-project-card{min-width:240px}.new-seeds-container{border-radius:0;margin:15px 0}.responsive-media-img{height:120px;width:160px}.feature-banner-card{flex:none;margin:0 10px 10px}.responsive-media-img{width:80px}.homepage-project-post-section video{width:80px!important}}.hero-section-modern{background:#fff;padding:80px 20px 60px;position:relative;text-align:center}.hero-logo{display:block;margin:0 auto 20px;width:120px}.hero-header-modern h1{color:#1a1a1a;font-size:2.75rem;font-weight:700}.highlight-text{color:#6bc926}.hero-header-modern p{color:#4b5563;font-size:1.2rem;margin-bottom:28px;margin-top:10px}.hero-buttons-modern{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.btn-modern{align-items:center;border-radius:9999px;display:inline-flex;font-weight:600;gap:8px;padding:10px 22px;transition:all .3s ease}.btn-modern.primary{background-color:#6bc926;border:none;color:#fff}.btn-modern.primary:hover{background-color:#5aad1f}.btn-modern.secondary{background-color:#f0fdf4;border:1px solid #d1fae5;color:#1f2937}.btn-modern.secondary:hover{background-color:#d1fae5}.features-grid-modern{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:48px;padding:0 20px}.feature-card-modern{background:#f9fafb;border-radius:16px;box-shadow:0 2px 8px #00000008;padding:20px;transition:transform .2s ease}.feature-card-modern:hover{transform:translateY(-4px)}.feature-video-modern{border-radius:12px;height:180px;object-fit:cover;width:100%}.feature-video-wrapper{position:relative}.video-toggle-btn{align-items:center;background:#00000080;border:none;border-radius:6px;bottom:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;left:8px;padding:4px 6px;position:absolute}.top-projects-container{display:flex;justify-content:center;margin-top:2rem}.top-projects-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;list-style:none;margin:0;max-width:1200px;padding:0}.project-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;cursor:pointer;padding:1rem;position:relative;transition:transform .3s,box-shadow .3s;width:260px}.project-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-8px)}.highlight{border:2px solid gold}.project-badge{background:gold;border-radius:50px;box-shadow:0 2px 6px #0003;color:#000;font-size:.85rem;font-weight:700;padding:6px 10px;position:absolute;right:-12px;top:-12px}.project-logo{border-radius:50%;height:56px;margin-bottom:.75rem;object-fit:cover;width:56px}.project-info{text-align:center}.project-title{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.project-slogan{color:#666;font-size:.9rem;margin-bottom:.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.project-tag{background:#f0f0f0;border-radius:20px;color:#333;font-size:.75rem;padding:.2rem .7rem}.continue-button-container{margin-top:3rem;text-align:center}.continue-btn{background:#72c301;border:none;border-radius:30px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:background .3s}.continue-btn:hover{background:#5fa400}.top-projects-header{margin-bottom:1.5rem;margin-top:3rem;text-align:center}.top-projects-header h4{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.top-projects-header p{color:#666;font-size:1rem;margin:0 auto;max-width:600px}:root{--primary-color:#6246ea;--secondary-color:#d1d1e9;--background-color:#f8f8fb;--text-color:#2b2c34;--border-color:#e2e2e2;--white:#fff;--gray-light:#f0f0f0;--gray:#6c757d;--blue:#3a86ff}body{background-color:#f8f8fb;background-color:var(--background-color);color:#2b2c34;color:var(--text-color);font-family:Inter,sans-serif}.project-details-container{display:flex;flex-direction:column;min-height:100vh}.project-details-container.modern-layout{background:#f8f9fb;display:flex;gap:32px;padding:32px 5vw}.project-main-info{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0001;flex:2 1;padding:32px}.project-side-info{display:flex;flex:1 1;flex-direction:column;gap:24px}.banner-img-modern,.project-banner-modern img{border-radius:10px;max-height:220px;object-fit:cover;width:100%}.banner-placeholder-modern{align-items:center;background:#e0e0e0;border-radius:10px;color:#888;display:flex;font-size:1.2em;height:220px;justify-content:center;width:100%}.project-header-modern{align-items:center;display:flex;gap:24px;margin:24px 0 16px}.project-logo-modern img{background:#f0f0f0;border-radius:12px;height:72px;width:72px}.project-logo-placeholder{align-items:center;background:#e0e0e0;border-radius:12px;color:#888;display:flex;height:72px;justify-content:center;width:72px}.project-title-modern{font-size:2rem;margin:0}.project-tags-modern{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.project-tag-modern{background:#e6f0fa;border-radius:6px;color:#1976d2;font-size:.95em;margin-right:6px;padding:2px 10px}.project-links-modern{margin-top:10px}.project-link-btn{background:#1976d2;border:none;border-radius:6px;color:#fff;font-size:.95em;margin-right:10px;padding:5px 12px;text-decoration:none;transition:background .2s}.project-link-btn:hover{background:#125ea7}.project-description-modern{margin-top:24px}.section-divider{background-color:#e2e2e2;background-color:var(--border-color);height:1px;margin-bottom:16px}.description-text{color:#6c757d;color:var(--gray);font-size:14px;line-height:1.6;margin-bottom:16px;margin-left:16px}.developer-details-card,.project-details-card{background:#fff;border-radius:12px;box-shadow:0 1px 6px #0001;margin-bottom:8px;padding:20px 24px}.detail-row{display:flex;font-size:1em;justify-content:space-between;margin-bottom:8px}.feedback-section-modern{background:#fff;border-radius:12px;box-shadow:0 1px 6px #0001;padding:20px 24px}.feedback-header-row{align-items:center;display:flex;justify-content:space-between}.feedback-tab-btn{background:#f0f0f0;border:none;border-radius:6px;color:#1976d2;cursor:pointer;font-size:1em;font-weight:600;margin-right:8px;padding:6px 18px;transition:background .15s,color .15s}.add-feedback-btn,.feedback-tab-btn.active,.feedback-tab-btn:hover{background:#1976d2;color:#fff}.add-feedback-btn{border:none;border-radius:6px;cursor:pointer;font-size:1em;padding:6px 14px;transition:background .2s}.add-feedback-btn:hover{background:#125ea7}.feedback-list-modern{list-style:none;margin:18px 0 0;padding:0}.feedback-card-modern{background:#f6fafd;border-radius:8px;box-shadow:0 1px 4px #0001;margin-bottom:14px;padding:14px 16px}.feedback-tags-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.feedback-tag-modern{background:#e6f0fa;border-radius:6px;color:#1976d2;font-size:.95em;margin-right:6px;padding:2px 10px}.feedback-meta-row{color:#555;display:flex;font-size:.95em;gap:16px;margin-bottom:6px}.feedback-user-modern{color:#2563eb;cursor:pointer;font-weight:600}.feedback-date-modern{color:#888;font-size:.95em}.feedback-rating-modern{color:#f59e42;font-weight:600}.feedback-text-modern{color:#222;font-size:1.05em}.post-comments-section{margin-top:12px}.post-comments-list{margin-bottom:8px}.post-comment-item{align-items:flex-start;display:flex;font-size:.97em;gap:8px;margin-bottom:8px}.like-btn{align-items:center;background:none;border:none;color:#aaa;cursor:pointer;display:flex;font-size:1.1em;margin-right:8px;transition:color .18s}.like-btn:hover{color:#72c301}.follow-project-btn{background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1em;font-weight:600;margin-top:16px;padding:8px 22px;transition:all .2s}.follow-project-btn[disabled]{background:#e0e7ef;color:#2563eb;cursor:not-allowed}.project-media-container{margin-top:20px}.media-preview-title{color:#374151;font-size:20px;font-weight:700;margin-bottom:12px}.project-media-list{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.project-media-item{border-radius:12px;box-shadow:0 1px 4px #0000001a;flex:0 0 auto;overflow:hidden}.project-media-image{border-radius:12px;height:180px;object-fit:cover;width:320px}@media (max-width:900px){.project-details-container.modern-layout{flex-direction:column;gap:18px;padding:18px 2vw}.project-main-info,.project-side-info{padding:18px}.project-header-modern{align-items:flex-start;flex-direction:column;gap:14px}.project-logo-modern img,.project-logo-placeholder{border-radius:10px;height:56px;width:56px}.project-title-modern{font-size:1.3rem}}@media (max-width:600px){.project-details-container.modern-layout{flex-direction:column;gap:10px;padding:2 rem}.project-main-info,.project-side-info{border-radius:8px;box-shadow:none;padding:8px}.project-header-modern{align-items:flex-start;flex-direction:column;gap:8px;margin:12px 0 8px}.project-logo-modern img,.project-logo-placeholder{border-radius:6px;height:40px;width:40px}.project-title-modern{font-size:1.05rem}.project-tag-modern{border-radius:4px;font-size:.85em;padding:2px 6px}.project-links-modern{margin-top:6px}.project-link-btn{border-radius:4px;font-size:.92em;margin-right:6px;padding:4px 8px}.project-description-modern{margin-top:12px}.developer-details-card,.feedback-section-modern,.project-details-card{border-radius:6px;padding:10px 6px}.feedback-header-row{align-items:flex-start;flex-direction:column;gap:6px}.add-feedback-btn{border-radius:4px;font-size:.98em;padding:5px 10px}.feedback-card-modern{border-radius:5px;padding:8px 6px}}.feedback-overlay{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.feedback-container{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin:0 1rem;max-width:500px;overflow:hidden;position:relative;width:100%}.feedback-header{align-items:center;background-color:#85f;color:#fff;display:flex;justify-content:space-between;padding:1rem}.feedback-header h2{font-size:1.25rem;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.25rem}.close-button:hover{color:#e5e5e5}.feedback-body{padding:1.5rem}.feedback-section{margin-bottom:1.5rem}.feedback-label{color:#374151;display:block;font-weight:500;margin-bottom:.75rem}.feedback-types{display:flex;flex-wrap:wrap;gap:.5rem}.feedback-type-button{background-color:#e5e7eb;border:none;border-radius:9999px;color:#374151;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:background-color .2s}.feedback-type-button:hover{background-color:#d1d5db}.feedback-type-button.active{background-color:#3b82f6;color:#fff}.custom-feedback-type{margin-top:.75rem}.custom-input{border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;margin-bottom:8px;padding:.75rem;width:100%}.custom-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d;outline:none}.add-custom-type-btn{background-color:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;margin-left:8px;padding:.5rem 1rem}.add-custom-type-btn:disabled{background-color:#bcd7fa;cursor:not-allowed}.selected-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.selected-tag{align-items:center;background:#e5e7eb;border-radius:16px;color:#374151;display:flex;font-size:.9em;margin-right:6px;padding:4px 12px}.remove-tag-btn{background:none;border:none;color:#e53e3e;cursor:pointer;font-size:16px;font-weight:700;margin-left:4px}.feedback-textarea{border:1px solid #d1d5db;border-radius:.375rem;font-family:inherit;font-size:1rem;height:8rem;padding:.75rem;resize:vertical;width:100%}.feedback-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f64d;outline:none}.feedback-hint{color:#6b7280;font-size:.875rem;margin-top:.25rem}.rating-container{align-items:center;display:flex}.star-button{background:none;border:none;cursor:pointer;display:flex;margin-right:.25rem;padding:0}.rating-text{color:#6b7280;margin-left:.5rem}.feedback-footer{align-items:center;background-color:#f3f4f6;display:flex;justify-content:flex-end;padding:1rem}.submit-button{background-color:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.submit-button:disabled{background-color:#bcd7fa;cursor:not-allowed}.submit-button:hover:not(:disabled){background-color:#2563eb}*{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.project-setup-container{background-color:#f7f9fc;display:flex;min-height:100vh}.content-area{flex:1 1;padding:30px}.create-project-container{max-width:800px}.create-project-container h1{color:#333;font-size:24px;font-weight:600;margin-bottom:8px}.subtitle{color:#666;margin-bottom:30px}.form-group{margin-bottom:25px}.form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}input[type=text],input[type=url],textarea{border:1px solid #ddd;border-radius:6px;font-size:14px;padding:12px 16px;transition:border-color .2s;width:100%}input[type=text]:focus,input[type=url]:focus,textarea:focus{border-color:#4361ee;outline:none}textarea{resize:vertical}.banner-upload-area,.logo-upload-area{align-items:center;border:2px dashed #ccc;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:120px;padding:40px 20px;position:relative;text-align:center;transition:border-color .2s}.banner-upload-area:hover,.logo-upload-area:hover{border-color:#4361ee}.upload-icon{color:#bdbdbd;font-size:2.2em;margin-bottom:8px}.upload-text{color:#333;font-size:15px;margin-bottom:2px}.upload-subtext{color:#888;font-size:12px}.file-input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:2}.tags-container{display:flex;flex-wrap:wrap;gap:10px}.tag-button{background-color:#f0f2f5;border:1px solid #e6e9f0;border-radius:20px;color:#555;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .2s}.tag-button:hover{background-color:#e8eaf0}.tag-button.tag-selected{background-color:#eef1fe;border-color:#d2d9ff;color:#4361ee}.form-actions{display:flex;gap:15px;margin-top:40px}.btn-next-step{background-color:#4361ee;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:background-color .2s}.btn-next-step:hover{background-color:#3a56d4}.banner-preview-wrapper,.logo-preview-wrapper{align-items:center;display:flex;flex-direction:column;gap:8px}.banner-preview-img{border:1.5px solid #e6e9f0;border-radius:10px;max-height:180px;max-width:100%}.banner-preview-img,.logo-preview-img{box-shadow:0 2px 8px #0001;margin-bottom:4px;object-fit:cover}.logo-preview-img{background:#fff;border:2px solid #e6e9f0;border-radius:50%;height:64px;width:64px}.remove-img-btn{background:#ffeaea;border:none;border-radius:6px;color:#e74c3c;cursor:pointer;font-size:.97em;font-weight:500;margin-top:4px;padding:4px 16px;transition:background .15s}.remove-img-btn:hover{background:#ffd6d6;color:#b91c1c}.banner-upload-area:focus-within,.logo-upload-area:focus-within{background:#f5f7fa;border-color:#4361ee}
/*# sourceMappingURL=main.0540a015.css.map*/