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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.landing-page{background:#fff;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 5%}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:#fffffff2;border-bottom:1px solid #e2e8f0;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar .container{align-items:center;display:flex;justify-content:space-between}.logo{color:#4cb848;font-size:clamp(1.5rem,3vw,1.8rem);letter-spacing:-.5px}.btn-nav{background:#0000;border:2px solid #4cb848;color:#4cb848;font-size:clamp(.9rem,2vw,1rem);padding:.65rem 1.75rem}.btn-nav:hover{background:#4cb848;color:#fff}.hero{background:linear-gradient(180deg,#f8fafc,#fff);padding:clamp(4rem,10vw,8rem) 0 clamp(3rem,8vw,6rem);text-align:center}.hero h1{color:#0f172a;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}.hero p{color:#64748b;font-size:clamp(1.1rem,2.5vw,1.25rem);line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.btn-hero{background:#4cb848;border:none;border-radius:6px;box-shadow:0 4px 6px -1px #4cb84833;color:#fff;cursor:pointer;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;padding:1rem 2.5rem;transition:all .2s}.btn-hero:hover{background:#3da039;box-shadow:0 10px 15px -3px #4cb8484d;transform:translateY(-2px)}.btn-hero:active{transform:translateY(0)}.features{background:#fff;padding:clamp(3rem,8vw,5rem) 0}.feature-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.feature-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;transition:all .2s}.feature-card:hover{border-color:#4cb848;box-shadow:0 4px 6px -1px #4cb8481a;transform:translateY(-4px)}.feature-card h3{color:#0f172a;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600;margin-bottom:.75rem}.feature-card p{color:#64748b;font-size:clamp(.95rem,2vw,1rem);line-height:1.6}@media (max-width:900px){.feature-grid{grid-template-columns:1fr}}.how-it-works{background:#f8fafc;padding:clamp(4rem,8vw,6rem) 0}.how-it-works h2{color:#0f172a;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:clamp(2.5rem,5vw,4rem);text-align:center}.steps-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.step{padding:2rem;text-align:center}.step-number{align-items:center;background:#4cb848;border-radius:8px;color:#fff;display:inline-block;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.step h4{color:#0f172a;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;margin-bottom:.75rem}.step p{color:#64748b;font-size:clamp(.95rem,2vw,1rem);line-height:1.6}.footer{background:#0f172a;border-top:1px solid #1e293b;color:#94a3b8;padding:2.5rem 0;text-align:center}.footer p{font-size:clamp(.9rem,2vw,.95rem)}@media (max-width:768px){.hero{padding:3rem 0 2rem}.features,.how-it-works{padding:3rem 0}.feature-grid,.steps-grid{gap:1.5rem}}.login-page{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;max-width:440px;padding:clamp(2.5rem,5vw,3.5rem);width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#4cb848;font-size:clamp(1.8rem,4vw,2rem);font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.login-header p{color:#64748b;font-size:clamp(.95rem,2vw,1rem)}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:clamp(.875rem,2vw,.95rem);margin-bottom:1.5rem;padding:.875rem}.login-form{gap:1.25rem;margin-bottom:1.5rem}.form-field,.login-form{display:flex;flex-direction:column}.form-field{gap:.5rem}.form-field label{color:#0f172a;font-size:clamp(.875rem,2vw,.95rem);font-weight:600}.form-field input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:clamp(.95rem,2vw,1rem);padding:.75rem 1rem;transition:all .2s}.form-field input:focus{border-color:#4cb848;box-shadow:0 0 0 3px #4cb8481a;outline:none}.form-field input:disabled{background:#f8fafc;cursor:not-allowed}.btn-submit{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.95rem,2vw,1rem);font-weight:600;margin-top:.5rem;padding:.875rem;transition:all .2s}.btn-submit:hover:not(:disabled){background:#3da039;box-shadow:0 4px 6px -1px #4cb8484d}.btn-submit:disabled{background:#cbd5e1;cursor:not-allowed}.divider{margin:1.5rem 0;position:relative;text-align:center}.divider:after,.divider:before{background:#e2e8f0;content:"";height:1px;position:absolute;top:50%;width:42%}.divider:before{left:0}.divider:after{right:0}.divider span{background:#fff;color:#94a3b8;font-size:clamp(.875rem,2vw,.95rem);padding:0 1rem}.btn-google{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;cursor:pointer;display:flex;font-size:clamp(.95rem,2vw,1rem);font-weight:500;gap:.75rem;justify-content:center;padding:.875rem;transition:all .2s;width:100%}.btn-google:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-google:disabled{cursor:not-allowed;opacity:.6}.toggle-auth{color:#64748b;font-size:clamp(.875rem,2vw,.95rem);margin-top:1.5rem;text-align:center}.link-button{background:none;border:none;color:#4cb848;cursor:pointer;font-size:inherit;font-weight:600;padding:0}.link-button:hover{color:#3da039;text-decoration:underline}.btn-back{background:#0000;color:#64748b;font-size:clamp(.875rem,2vw,.95rem);font-weight:500;margin-top:1rem;padding:.75rem;transition:color .2s;width:100%}.btn-back:hover{color:#4cb848}@media (max-width:480px){.login-page{padding:1rem}.login-container{padding:2rem 1.5rem}}.dashboard{background:#f8fafc;min-height:100vh}.dashboard-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-content{margin:0 auto;max-width:1200px;padding:3rem 2rem}.dashboard-header{margin-bottom:3rem}.dashboard-header h1{color:#0f172a;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:.5rem}.dashboard-header p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.dashboard-grid{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.dashboard-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .2s}.dashboard-card:hover{border-color:#4cb848;box-shadow:0 4px 12px #4cb84826;transform:translateY(-2px)}.dashboard-card h3{color:#0f172a;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;margin-bottom:.75rem}.dashboard-card p{color:#64748b;flex-grow:1;line-height:1.6;margin-bottom:1.5rem}.btn-card,.dashboard-card p{font-size:clamp(.95rem,2vw,1rem)}.btn-card{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;margin-top:auto;padding:.875rem;transition:all .2s;width:100%}.btn-card:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d}@media (max-width:768px){.nav-container{padding:0 4%}.dashboard-content{padding:2rem 4%}.dashboard-grid{grid-template-columns:1fr}}.product-browse{background:#f8fafc;min-height:100vh}.browse-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.browse-content{margin:0 auto;max-width:1200px;padding:3rem 2rem}.browse-header{margin-bottom:3rem;text-align:center}.browse-header h1{color:#0f172a;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;margin-bottom:.75rem}.browse-header p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.no-products{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:0 auto;max-width:600px;padding:3rem 2rem}.no-products h2{color:#0f172a;font-size:clamp(1.5rem,4vw,1.8rem);font-weight:700;margin-bottom:1rem}.no-products p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.6;margin-bottom:2rem}.btn-back-dashboard{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.95rem,2vw,1rem);font-weight:600;padding:.875rem 2rem;transition:all .2s}.btn-back-dashboard:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d}.products-list{display:flex;flex-direction:column;gap:1rem}.product-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .2s}.product-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000001a}.product-item-image{align-items:center;background:#f8fafc;border-radius:6px;display:flex;flex-shrink:0;height:180px;justify-content:center;overflow:hidden;width:180px}.product-item-image img{height:100%;object-fit:contain;width:100%}.placeholder-image{color:#94a3b8;font-size:.9rem;text-align:center}.product-item-details{display:flex;flex:1 1;flex-direction:column}.product-item-title{color:#4cb848;display:inline-block;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;margin-bottom:.75rem;text-decoration:none;transition:color .2s}.product-item-title:hover{color:#3da039;text-decoration:underline}.product-item-title-plain{color:#0f172a;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;margin:0 0 .75rem}.product-item-description{color:#64748b;flex-grow:1;font-size:clamp(.95rem,2vw,1rem);line-height:1.6;margin-bottom:1.25rem}.btn-apply-item{align-self:flex-start;background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.9rem,2vw,.95rem);font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-apply-item:hover{background:#3da039;box-shadow:0 2px 6px #4cb8484d}@media (max-width:768px){.nav-container{padding:0 4%}.browse-content{padding:2rem 4%}.product-item{flex-direction:column}.product-item-image{height:200px;width:100%}.btn-apply-item{width:100%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.application-form{background:#f8fafc;min-height:100vh}.form-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.application-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:clamp(.95rem,2vw,1rem);padding:.875rem 1rem;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4cb848;box-shadow:0 0 0 3px #4cb8481a;outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f8fafc;cursor:not-allowed}.form-group textarea{min-height:120px}.form-group select{cursor:pointer}.no-products-message{color:#dc2626;font-size:clamp(.9rem,2vw,.95rem);font-weight:500;margin-top:.5rem}@media (max-width:768px){.nav-container{padding:0 4%}.form-content{padding:2rem 4%}.application-form-container{padding:1.5rem}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.checkbox-group{margin:1.5rem 0}.checkbox-label{align-items:flex-start;color:#334155;cursor:pointer;display:flex;font-size:clamp(.95rem,2vw,1rem);gap:.75rem;line-height:1.6}.checkbox-label input[type=checkbox]{cursor:pointer;flex-shrink:0;height:20px;margin-right:.5rem;margin-top:.25rem;width:20px}.checkbox-label input[type=checkbox].error{outline:2px solid #dc2626}.checkbox-label span{flex:1 1}.selected-product-display-simple{background:#f0fdf4;border:2px solid #4cb848;border-radius:8px;margin-bottom:2rem;padding:1.5rem;text-align:center}.selected-product-display-simple h2{color:#0f172a;font-size:clamp(1.5rem,4vw,1.8rem);font-weight:700;margin:0}.my-applications{background:#f8fafc;min-height:100vh}.apps-header p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.no-apps{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:3rem 2rem;text-align:center}.no-apps p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem);margin-bottom:1.5rem}.btn-apply-now{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.95rem,2vw,1rem);font-weight:600;padding:.875rem 2rem;transition:all .2s}.btn-apply-now:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d}.apps-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.app-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s}.app-card:hover{border-color:#4cb848;box-shadow:0 4px 12px #4cb84826}.app-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding-bottom:1rem}.app-header h3{color:#0f172a;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;margin:0}.status-badge{font-size:clamp(.85rem,2vw,.875rem);padding:.375rem .875rem;text-transform:capitalize}.app-details{display:flex;flex-direction:column;gap:1rem}.app-field strong{color:#334155;display:block;font-size:clamp(.9rem,2vw,.95rem);margin-bottom:.25rem}.app-field p{color:#64748b;font-size:clamp(.95rem,2vw,1rem)}.feedback-action{border-top:1px solid #e2e8f0;margin-top:1.25rem;padding-top:1.25rem}.btn-submit-feedback{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.95rem,2vw,1rem);font-weight:600;padding:.875rem;transition:all .2s;width:100%}.btn-submit-feedback:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d;transform:translateY(-2px)}@media (max-width:768px){.nav-container{padding:0 4%}.apps-content{padding:2rem 4%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}.app-header{align-items:flex-start;flex-direction:column;gap:.75rem}}.feedback-page{background:#f8fafc;min-height:100vh}.nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.form-content{margin:0 auto;max-width:800px;padding:3rem 2rem}.form-header{margin-bottom:2rem}.form-header h1{color:#0f172a;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.75rem}.form-header p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.feedback-form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem}.form-group{margin-bottom:2rem}.form-group:last-of-type{margin-bottom:1.5rem}.rating-slider-container{padding:.5rem 0 1rem}.rating-labels{color:#475569;display:flex;font-size:clamp(.85rem,2vw,.95rem);font-weight:600;justify-content:space-between;margin-bottom:.5rem}.rating-slider{-webkit-appearance:none;appearance:none;border-radius:4px;cursor:pointer;height:8px;outline:none;width:100%}.rating-slider::-webkit-slider-runnable-track{background:linear-gradient(90deg,#ef4444 0,#f97316 25%,#eab308 50%,#84cc16 75%,#4cb848);border-radius:4px;height:8px;width:100%}.rating-slider::-moz-range-track{background:linear-gradient(90deg,#ef4444 0,#f97316 25%,#eab308 50%,#84cc16 75%,#4cb848);border:none;border-radius:4px;height:8px;width:100%}.rating-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#4cb848;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0000004d;cursor:grab;height:28px;margin-top:-10px;-webkit-transition:all .2s;transition:all .2s;width:28px}.rating-slider::-moz-range-thumb{background:#4cb848;border:3px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0000004d;cursor:grab;height:28px;-moz-transition:all .2s;transition:all .2s;width:28px}.rating-slider::-webkit-slider-thumb:hover{box-shadow:0 0 0 8px #4cb84833;transform:scale(1.15)}.rating-slider::-moz-range-thumb:hover{box-shadow:0 0 0 8px #4cb84833;transform:scale(1.15)}.rating-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.1)}.rating-slider::-moz-range-thumb:active{cursor:grabbing;transform:scale(1.1)}.rating-value{color:#4cb848;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;margin:.75rem 0 0;text-align:center}.rating-value.overall{color:#4cb848;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700}.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:clamp(.95rem,2vw,1rem);padding:.875rem 1rem;transition:all .2s;width:100%}.form-group textarea:focus{border-color:#4cb848;box-shadow:0 0 0 3px #4cb8481a;outline:none}.form-group textarea:disabled{background:#f8fafc;cursor:not-allowed}.btn-submit-form{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(1rem,2vw,1.05rem);font-weight:600;margin-top:.5rem;padding:.875rem;transition:all .2s;width:100%}.btn-submit-form:hover:not(:disabled){background:#3da039;box-shadow:0 4px 12px #4cb8484d}.btn-submit-form:disabled{background:#cbd5e1;cursor:not-allowed}.success-message{background:#fff;border:1px solid #4cb848;border-radius:8px;margin:0 auto;max-width:600px;padding:3rem 2rem;text-align:center}.success-message h2{color:#4cb848;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem}.success-message p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.product-info-display{background:#f0fdf4;border:1px solid #4cb848;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.product-info-display p{color:#0f172a;font-size:clamp(.95rem,2vw,1rem);margin:0}.product-info-display p strong{color:#4cb848}.info-note{color:#64748b!important;font-size:clamp(.85rem,2vw,.9rem)!important;font-style:italic;margin-top:.5rem!important}.form-section-header{border-bottom:2px solid #e2e8f0;margin:2rem 0 1rem;padding-bottom:.75rem}.form-section-header h3{color:#0f172a;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;margin:0}@media (max-width:768px){.nav-container{padding:0 4%}.form-content{padding:2rem 4%}.feedback-form{padding:1.5rem}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.image-preview{max-height:400px}.images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.image-preview-container{background:#f8fafc}.image-preview{height:200px;object-fit:cover}.btn-remove-image{font-size:.85rem;padding:.4rem .8rem;z-index:10}.image-number{background:#000000b3;border-radius:4px;bottom:.5rem;color:#fff;font-size:.85rem;font-weight:600;left:.5rem;padding:.25rem .5rem;position:absolute}.upload-placeholder{margin-bottom:1rem}.upload-placeholder:hover{background:#eff6ff;border-color:#2563eb}@media (max-width:768px){.images-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.image-preview{height:150px}}.admin-page{background:#f8fafc;min-height:100vh}.admin-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.admin-content{margin:0 auto;max-width:1400px;padding:3rem 2rem}.admin-header{margin-bottom:2rem}.admin-header h1{color:#0f172a;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem}.admin-header p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.filter-section{display:flex;flex-wrap:wrap;gap:.75rem}.applications-list{display:flex;flex-direction:column;gap:1.5rem}.no-applications{border-radius:8px;color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.application-card{border:1px solid #e2e8f0;border-radius:8px}.application-card:hover{box-shadow:0 4px 12px #00000014}.application-header{align-items:flex-start;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.applicant-info h3{color:#0f172a;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;margin:0 0 .5rem}.applicant-email{color:#64748b;font-size:clamp(.9rem,2vw,.95rem);margin:0 0 .75rem}.product-badge{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:inline-flex;gap:.5rem;padding:.5rem 1rem}.badge-label{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.badge-value{color:#4cb848;font-size:clamp(.9rem,2vw,.95rem);font-weight:600}.status-badge{border-radius:6px;flex-shrink:0;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;padding:.5rem 1rem}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.approved{background:#d1fae5;color:#065f46}.status-badge.rejected{background:#fee2e2;color:#991b1b}.application-details{padding:1.5rem}.details-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.detail-col h4{color:#0f172a;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;margin:0 0 1rem}.info-pair{align-items:baseline;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:.5rem 0}.info-pair:last-child{border-bottom:none}.info-label{color:#64748b}.info-label,.info-value{font-size:clamp(.9rem,2vw,.95rem);font-weight:500}.info-value{color:#0f172a;text-align:right}.info-value.success{color:#059669}.info-value.warning{color:#dc2626}.detail-full{border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1.5rem}.detail-full:last-of-type{border-bottom:none}.detail-full h4{color:#0f172a;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;margin:0 0 .75rem}.detail-full p{color:#64748b;font-size:clamp(.95rem,2vw,1rem);line-height:1.6;margin:0;white-space:pre-wrap}.submission-info{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem}.submission-label{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);font-weight:600}.submission-date{color:#0f172a;font-size:clamp(.85rem,2vw,.9rem)}.application-actions{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:.75rem;padding:1.5rem}.btn-approve,.btn-reject{border-radius:6px;font-size:clamp(.95rem,2vw,1rem);font-weight:600;padding:.875rem 1.5rem}.btn-approve{background:#4cb848}.btn-approve:hover:not(:disabled){background:#3da039}.btn-approve:disabled{background:#d1fae5;color:#059669;cursor:not-allowed}.btn-reject{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.btn-reject:hover:not(:disabled){background:#fee2e2;border-color:#fecaca;color:#dc2626}.btn-reject:disabled{background:#fee2e2;border-color:#fecaca;color:#991b1b;cursor:not-allowed}@media (max-width:768px){.nav-container{padding:0 4%}.admin-content{padding:2rem 4%}.application-header{flex-direction:column;gap:1rem}.status-badge{align-self:flex-start}.details-row{gap:1.5rem;grid-template-columns:1fr}.application-actions,.filter-section{flex-direction:column}.btn-filter{width:100%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.admin-dashboard{background:#f8fafc;min-height:100vh}.admin-dashboard-nav{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px 0 #0000000d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo{letter-spacing:-.02em}.btn-logout{padding:.625rem 1.5rem}.btn-logout:hover{box-shadow:0 2px 8px #dc262640}.admin-dashboard-content{margin:0 auto;max-width:1400px;padding:3rem 2rem}.admin-dashboard-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:3rem}.admin-dashboard-header h1{color:#0f172a;font-size:clamp(2rem,5vw,2.5rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.welcome-text{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:500}.header-actions{align-items:center;display:flex;gap:1rem}.last-updated{background:#f1f5f9;border-radius:6px;color:#64748b;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.stats-section{margin-bottom:3rem}.section-title{color:#0f172a;font-size:clamp(1.3rem,3vw,1.5rem);font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.75rem;transition:all .2s}.stat-card:hover{border-color:#4cb848;box-shadow:0 4px 12px #4cb84826;transform:translateY(-2px)}.stat-card.highlight{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#4cb848}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.stat-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.stat-value{color:#0f172a;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;letter-spacing:-.02em;line-height:1;margin-bottom:.5rem}.stat-footer{color:#64748b;font-size:.875rem;font-weight:500}.actions-section{margin-top:3rem}.admin-actions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.admin-action-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;padding:2rem;transition:all .2s}.admin-action-card:hover{border-color:#4cb848;box-shadow:0 4px 12px #4cb84826;transform:translateY(-2px)}.action-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.action-icon-box{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.action-icon-box.blue{background:#e8f8e7;color:#4cb848}.action-icon-box.green{background:#e8f8e7;color:#3da039}.action-icon-box.purple{background:#e8f8e7;color:#4cb848}.admin-action-card h3{color:#0f172a;font-size:clamp(1.15rem,3vw,1.3rem);font-weight:700;letter-spacing:-.01em;margin:0}.admin-action-card p{color:#64748b;flex-grow:1;font-size:clamp(.95rem,2vw,1rem);line-height:1.6;margin-bottom:1.5rem}.btn-action{align-items:center;background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:clamp(.95rem,2vw,1rem);font-weight:600;justify-content:space-between;padding:.875rem 1.25rem;transition:all .2s;width:100%}.btn-action:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d}.btn-action svg{transition:transform .2s}.btn-action:hover svg{transform:translateX(4px)}@media (max-width:768px){.nav-container{padding:0 4%}.admin-dashboard-content{padding:2rem 4%}.admin-actions-grid,.stats-grid{grid-template-columns:1fr}.admin-dashboard-header{align-items:flex-start;flex-direction:column}.header-actions{width:100%}.last-updated{text-align:center;width:100%}}.product-management{background:#f8fafc;min-height:100vh}.product-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.product-content{margin:0 auto;max-width:1400px;padding:3rem 2rem}.product-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.product-header h1{color:#0f172a;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700}.btn-add-product{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.95rem,2vw,1rem);font-weight:600;padding:.875rem 1.75rem;transition:all .2s}.btn-add-product:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d}.product-form-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:2rem}.product-form h2{color:#0f172a;font-size:clamp(1.3rem,3vw,1.5rem);margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#334155;display:block;font-size:clamp(.95rem,2vw,1rem);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:clamp(.95rem,2vw,1rem);padding:.875rem 1rem;transition:all .2s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#4cb848;box-shadow:0 0 0 3px #4cb8481a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.field-note{font-size:clamp(.85rem,2vw,.9rem);margin-top:.5rem}.field-hint,.field-note{color:#64748b;font-style:italic}.field-hint{font-size:.85rem;margin-bottom:.5rem;margin-top:.25rem}.btn-submit-product{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(1rem,2vw,1.05rem);font-weight:600;margin-top:.5rem;padding:.875rem;transition:all .2s;width:100%}.btn-submit-product:hover{background:#3da039;box-shadow:0 4px 12px #4cb8484d}.btn-submit-product:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.image-upload-container{margin-top:.5rem}.image-upload-label{cursor:pointer;display:block}.image-input-hidden{display:none}.upload-placeholder{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:2rem;text-align:center;transition:all .2s}.upload-placeholder:hover{background:#f0fdf4;border-color:#4cb848}.upload-icon{display:block;font-size:2.5rem;margin-bottom:.5rem}.upload-placeholder span:last-child{color:#64748b;font-size:.95rem}.image-preview-container{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;position:relative}.image-preview{background:#f8fafc;display:block;max-height:300px;object-fit:contain;width:100%}.btn-remove-image{background:#ef4444f2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;position:absolute;right:.5rem;top:.5rem;transition:all .2s}.btn-remove-image:hover:not(:disabled){background:#dc2626}.btn-remove-image:disabled{cursor:not-allowed;opacity:.5}.products-grid{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.no-products{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem);padding:3rem;text-align:center}.product-card{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:1.5rem;padding:1.5rem;transition:all .2s}.product-card:last-child{border-bottom:none}.product-card:hover{background:#f8fafc}.product-image{border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;height:120px;object-fit:cover;width:120px}.product-info{flex:1 1;min-width:0}.product-info h3{font-size:clamp(1.1rem,2.5vw,1.3rem);margin-bottom:.5rem}.product-info p{color:#64748b;font-size:clamp(.95rem,2vw,1rem);line-height:1.6;margin-bottom:.75rem}.product-link-display{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);margin-bottom:.75rem;word-break:break-all}.product-link-display strong{color:#334155}.product-link-display a{color:#4cb848;text-decoration:none}.product-link-display a:hover{text-decoration:underline}.product-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.btn-view-apps{background:#4cb848;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;padding:.625rem 1.25rem;transition:all .2s;white-space:nowrap}.btn-view-apps:hover{background:#3da039}.btn-view-feedback{background:#8b5cf6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;padding:.625rem 1.25rem;transition:all .2s;white-space:nowrap}.btn-view-feedback:hover{background:#7c3aed}.btn-delete{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;padding:.625rem 1.25rem;transition:all .2s;white-space:nowrap}.btn-delete:hover{background:#fee2e2;border-color:#fecaca;color:#dc2626}@media (max-width:768px){.nav-container{padding:0 4%}.product-content{padding:2rem 4%}.product-card{align-items:flex-start;flex-direction:column}.product-image{height:200px;width:100%}.product-actions{flex-direction:column;width:100%}.btn-delete,.btn-view-apps,.btn-view-feedback{width:100%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.product-apps{background:#f8fafc;min-height:100vh}.apps-nav{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.apps-content{margin:0 auto;max-width:1200px;padding:3rem 2rem}.apps-header{margin-bottom:2rem}.btn-back{background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;font-size:clamp(.9rem,2vw,.95rem);font-weight:600;margin-bottom:1rem;padding:.625rem 1.25rem;transition:all .2s}.btn-back:hover{background:#e2e8f0}.apps-header h1{color:#0f172a;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem}.product-desc{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.6}.no-applications{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem;text-align:center}.no-applications p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.applications-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.application-card{background:#fff;border:3px solid;border-radius:12px;overflow:hidden;transition:all .2s}.application-card.approved{border-color:#10b981}.application-card.rejected{border-color:#ef4444}.application-card.pending{border-color:#f59e0b}.application-card:hover{box-shadow:0 8px 16px #00000014;transform:translateY(-2px)}.card-header{align-items:center;background:#fafafa;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.submission-date{color:#64748b;font-size:.9rem;font-weight:600}.status-badge-large{align-items:center;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;font-size:.95rem;font-weight:700;gap:.5rem;letter-spacing:.5px;padding:.625rem 1.25rem;text-transform:uppercase}.status-badge-large.approved{background:#10b981;color:#fff}.status-badge-large.rejected{background:#ef4444;color:#fff}.status-badge-large.pending{background:#f59e0b;color:#78350f}.status-icon{font-size:1.25rem}.status-banner{align-items:center;border-bottom:1px solid;display:flex;gap:1rem;padding:1.25rem 1.5rem}.status-banner.approved{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-color:#10b981;color:#065f46}.status-banner.rejected{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef4444;color:#991b1b}.banner-icon{flex-shrink:0;font-size:2rem}.banner-content strong{display:block;font-size:1.05rem;letter-spacing:.5px;margin-bottom:.25rem}.banner-content p{font-size:.9rem;margin:0;opacity:.9}.app-content{gap:1.25rem;padding:1.5rem}.app-content,.app-field{display:flex;flex-direction:column}.app-field{gap:.5rem}.app-field label{color:#64748b;font-size:.8rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.app-field p{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;font-size:1rem;line-height:1.6;margin:0;padding:.875rem}.app-actions{background:#fafafa;border-top:1px solid #e2e8f0;display:flex;gap:1rem;padding:1.5rem}.btn-approve,.btn-reject{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:1rem;text-transform:uppercase;transition:all .2s}.btn-approve{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff}.btn-approve:hover{box-shadow:0 6px 16px #10b98166;transform:translateY(-2px)}.btn-reject{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff}.btn-reject:hover{box-shadow:0 6px 16px #ef444466;transform:translateY(-2px)}@media (max-width:768px){.nav-container{padding:0 4%}.apps-content{padding:2rem 4%}.card-header{align-items:flex-start;flex-direction:column;gap:1rem}.status-badge-large{align-self:flex-end}.app-actions,.filter-buttons{flex-direction:column}.btn-filter{width:100%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.admin-feedback{background:#f8fafc;min-height:100vh}@media (max-width:768px){.nav-container{padding:0 4%}.feedback-content{padding:2rem 4%}.feedback-card-header{flex-direction:column;gap:1rem}.overall-rating-badge{align-self:flex-start}.rating-row{gap:.5rem;grid-template-columns:1fr}.rating-label,.rating-number-small,.rating-stars-display{text-align:left}.filter-buttons{flex-direction:column}.btn-filter{width:100%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}.product-feedback{background:#f8fafc;min-height:100vh}.feedback-nav{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.logo{color:#0f172a;font-size:clamp(1.3rem,3vw,1.5rem);font-weight:700}.nav-buttons{display:flex;gap:.75rem}.btn-nav{background:#f1f5f9;border:none;border-radius:6px;color:#475569;cursor:pointer;font-size:clamp(.9rem,2vw,.95rem);font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.btn-nav:hover{background:#e2e8f0}.btn-logout{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:clamp(.9rem,2vw,.95rem);font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.btn-logout:hover{background:#b91c1c}.feedback-content{margin:0 auto;max-width:1400px;padding:3rem 2rem}.feedback-header{margin-bottom:2rem}.feedback-header h1{color:#0f172a;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;margin-bottom:.5rem}.feedback-header p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.filter-section{margin-bottom:2rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.btn-filter{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:clamp(.9rem,2vw,.95rem);font-weight:600;padding:.625rem 1.25rem;transition:all .2s}.btn-filter:hover{background:#f8fafc;border-color:#4cb848}.btn-filter.active{background:#4cb848;border-color:#4cb848;color:#fff}.no-feedback{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:3rem;text-align:center}.no-feedback p{color:#64748b;font-size:clamp(1rem,2.5vw,1.1rem)}.feedback-grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.feedback-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;transition:all .2s}.feedback-card:hover{border-color:#4cb848;box-shadow:0 4px 12px #4cb84826}.feedback-card-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.product-info h3{color:#0f172a;font-size:clamp(1.2rem,3vw,1.4rem);font-weight:600;margin:0 0 .25rem}.user-email{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);margin:0}.overall-rating-badge{align-items:center;background:#4cb848;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-weight:700;gap:.25rem;padding:.5rem 1rem}.rating-number{font-size:clamp(1.5rem,3vw,1.8rem)}.rating-stars{font-size:clamp(1.2rem,3vw,1.5rem)}.feedback-date{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);margin-bottom:1.5rem}.ratings-breakdown{background:#f8fafc;border-radius:6px;margin-bottom:1.5rem;padding:1.25rem}.ratings-breakdown h4{color:#0f172a;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;margin:0 0 1rem}.rating-row{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:minmax(180px,1fr) 120px 60px;margin-bottom:.75rem}.rating-row:last-child{margin-bottom:0}.rating-row.average{border-top:1px solid #e2e8f0;font-weight:600;margin-top:1rem;padding-top:1rem}.rating-label{color:#475569;font-size:clamp(.9rem,2vw,.95rem);text-align:left}.rating-stars-display{color:#eab308;font-size:clamp(1.1rem,2.5vw,1.2rem);letter-spacing:2px;text-align:right;white-space:nowrap}.rating-number-small{color:#64748b;font-size:clamp(.85rem,2vw,.9rem);font-weight:600;text-align:right;white-space:nowrap}.average-number{color:#4cb848;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:700}.feedback-details{display:flex;flex-direction:column;gap:1.25rem}.feedback-field strong{color:#334155;display:block;font-size:clamp(.95rem,2vw,1rem);margin-bottom:.5rem}.feedback-field p{color:#64748b;font-size:clamp(.95rem,2vw,1rem);line-height:1.6;margin:0}.loading{color:#64748b;font-size:1.1rem;padding:3rem;text-align:center}@media (max-width:768px){.nav-container{padding:0 4%}.feedback-content{padding:2rem 4%}.feedback-card-header{flex-direction:column;gap:1rem}.overall-rating-badge{align-self:flex-start}.rating-row{gap:.5rem;grid-template-columns:1fr}.rating-label,.rating-number-small,.rating-stars-display{text-align:left}.filter-buttons{flex-direction:column}.btn-filter{width:100%}.nav-buttons{flex-direction:column;width:100%}.btn-logout,.btn-nav{width:100%}}
/*# sourceMappingURL=main.f3ac8801.css.map*/