:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#fffd;justify-content:start;align-items:center;width:100%;height:75px;padding:0 1%;display:flex;position:sticky;top:0;box-shadow:0 5px 25px #0000000d}.header .logo-sec{color:#138a36;width:100%;font-size:28px;font-weight:700}nav{gap:35px;display:flex}nav a{color:#444;font-weight:500;text-decoration:none;transition:all .3s}nav a:hover{color:#138a36}.header-right{gap:15px;display:flex}.login{cursor:pointer;background:0 0;border:none;font-size:15px}.join{color:#fff;cursor:pointer;background:#138a36;border:none;border-radius:50px;padding:12px 24px;transition:all .3s}.join:hover{transform:translateY(-2px);box-shadow:0 10px 20px #138a3640}@media (max-width:900px){nav{display:none}}.hero{text-align:center;background:url(/hero.jpg) 50%/cover;flex-direction:column;justify-content:center;align-items:center;min-height:92vh;padding:0 7%;display:flex;position:relative;overflow:hidden}.hero-overlay{background:linear-gradient(#0f3c19a6,#0f3c198c);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;max-width:900px;position:relative}.hero-tag{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff2e;border-radius:40px;margin-bottom:25px;padding:10px 18px;display:inline-block}.hero h1{margin-bottom:25px;font-size:65px;font-weight:700;line-height:78px}.hero p{color:#efefef;max-width:700px;margin:auto;font-size:20px;line-height:35px}.hero-buttons{justify-content:center;gap:20px;margin-top:40px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#1ea54c;border:none;border-radius:50px;padding:18px 34px;font-size:17px;transition:all .35s}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0003}.secondary-btn{color:#1ea54c;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:18px 34px;font-size:17px;transition:all .35s}.secondary-btn:hover{transform:translateY(-4px)}.hero-stats{z-index:10;grid-template-columns:repeat(4,1fr);gap:25px;width:92%;display:grid;position:absolute;bottom:0}.stat-card{background:#fff;border-radius:100px 0;padding:35px;box-shadow:0 20px 40px #00000014}.stat-card h2{color:#138a36;margin-bottom:10px;font-size:38px}.stat-card span{color:#666;font-size:16px}@media (max-width:991px){.hero{min-height:100vh}.hero h1{font-size:42px;line-height:55px}.hero p{font-size:17px;line-height:28px}.hero-buttons{flex-direction:column}.hero-search{margin-top:45px;position:relative;bottom:0}.hero-stats{grid-template-columns:repeat(2,1fr);margin-top:40px;position:relative;bottom:0}}@media (max-width:600px){.hero h1{font-size:32px;line-height:44px}.hero-search{border-radius:18px;flex-direction:column}.hero-search button{width:100%;height:55px}.hero-stats{grid-template-columns:1fr}}.org-card{background:#fff;border-radius:25px;flex:none;width:330px;transition:all .35s;overflow:hidden;box-shadow:0 10px 35px #00000014}.org-card:hover{transform:translateY(-8px)}.org-image{height:220px;position:relative;overflow:hidden}.org-image img{object-fit:cover;width:100%;height:100%;transition:all .45s}.org-card:hover img{transform:scale(1.1)}.verified{color:#fff;background:#16a34a;border-radius:50px;padding:8px 16px;font-size:13px;position:absolute;top:18px;left:18px}.org-content{padding:24px}.org-content h3{margin-bottom:12px;font-size:24px}.location{color:#16a34a;margin-bottom:20px;font-weight:600}.numbers{justify-content:space-between;margin-bottom:25px;display:flex}.numbers div{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:5px;display:flex}.numbers div span{text-align:center;justify-content:center;align-self:center;font-weight:550}.org-content button{color:#fff;cursor:pointer;background:#138a36;border:none;border-radius:50px;width:100%;height:48px;font-size:15px}.featured{background:#f7faf7;padding:120px 7%}.heading-row{justify-content:space-between;align-items:end;margin-bottom:45px;display:flex}.heading-row span{color:#138a36;font-weight:600}.heading-row h2{margin-top:10px;font-size:42px}.buttons{gap:15px;display:flex}.buttons button{cursor:pointer;background:#fff;border:none;border-radius:50%;width:55px;height:55px;font-size:22px;box-shadow:0 10px 25px #00000014}.slider{scrollbar-width:none;gap:25px;display:flex}.slider::-webkit-scrollbar{display:none}@media (max-width:768px){.heading-row{flex-direction:column;align-items:flex-start;gap:25px}.heading-row h2{font-size:32px}}.feed-section{background:#f6faf7;padding:100px 7%}.feed-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:50px;display:flex}.feed-header span{color:#16a34a;text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:600}.feed-header h2{color:#1f2937;margin:10px 0;font-size:42px}.feed-header p{color:#6b7280;max-width:600px;line-height:28px}.feed-header button{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:50px;padding:14px 28px;font-size:15px;transition:all .3s}.feed-header button:hover{transform:translateY(-3px);box-shadow:0 15px 30px #16a34a40}.feed-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:35px;display:grid}.feed-card{background:#fff;border-radius:28px;flex-direction:column;max-width:380px;transition:all .35s;display:flex;overflow:hidden;box-shadow:0 15px 40px #00000014}.feed-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #00000024}.feed-top{justify-content:space-between;align-items:center;padding:22px;display:flex}.feed-user{align-items:center;gap:15px;display:flex}.feed-user img{object-fit:cover;border:3px solid #16a34a;border-radius:50%;width:60px;height:60px}.feed-user h3{color:#111827;margin:0;font-size:18px}.meta{color:#6b7280;flex-wrap:wrap;gap:8px;margin-top:6px;font-size:13px;display:flex}.verified{color:#fff;background:#16a34a;border-radius:30px;padding:4px 10px;font-size:11px}.feed-time{color:#9ca3af;font-size:13px}.feed-image{position:relative;overflow:hidden}.feed-image img{object-fit:cover;width:100%;height:330px;transition:all .5s}.feed-card:hover .feed-image img{transform:scale(1.08)}.plant-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#15803d;background:#ffffffeb;border-radius:40px;padding:10px 18px;font-weight:600;position:absolute;bottom:18px;left:18px;box-shadow:0 10px 25px #0000001f}.feed-content{padding:24px}.feed-content p{color:#4b5563;margin:0;line-height:30px}.feed-footer{border-top:1px solid #eef2f7;justify-content:space-between;margin-top:auto;padding:18px 22px;display:flex}.feed-footer button{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:14px;flex:1;height:48px;margin:0 5px;font-size:15px;font-weight:600;transition:all .3s}.feed-footer button:hover{color:#fff;background:#16a34a}.feed-footer span{margin-left:8px}@media (max-width:992px){.feed-header{flex-direction:column;align-items:flex-start}.feed-header h2{font-size:34px}.feed-list{grid-template-columns:1fr}}@media (max-width:600px){.feed-section{padding:70px 20px}.feed-card{border-radius:20px}.feed-top{padding:18px}.feed-user img{width:50px;height:50px}.feed-image img{height:240px}.feed-footer{gap:10px}.feed-footer button{margin:0}.feed-header h2{font-size:28px}}.plant-page{justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 15px;display:flex}.plant-form{background:#fff;border-radius:22px;width:100%;max-width:720px;padding:35px;box-shadow:0 15px 40px #00000014}.plant-form h2{color:#1b5e20;margin-bottom:8px;font-size:32px}.plant-form p{color:#777;margin-bottom:30px}.dp-section{justify-content:center;margin-bottom:30px;display:flex}.dp-box{cursor:pointer;background:#f7fff8;border:3px dashed #69b96b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;transition:all .3s;display:flex;overflow:hidden}.dp-box:hover{background:#ebfceb;transform:scale(1.03)}.dp-box img{object-fit:cover;width:100%;height:100%}.dp-box span{font-size:35px}.dp-box small{color:#666;margin-top:8px}.input-group{margin-bottom:22px}.input-group label{color:#333;margin-bottom:8px;font-weight:600;display:block}.input-group input,.input-group textarea{resize:vertical;border:1px solid #ddd;border-radius:14px;outline:none;width:100%;padding:15px;font-size:15px;transition:all .3s}.input-group input:focus,.input-group textarea:focus{border-color:#3fb54b;box-shadow:0 0 0 4px #3fb54b26}.upload-card{cursor:pointer;background:#f8fff8;border:2px dashed #63b86a;border-radius:18px;margin-bottom:28px;transition:all .3s;overflow:hidden}.upload-card:hover{background:#eefdee}.upload-content{flex-direction:column;justify-content:center;align-items:center;height:270px;display:flex}.upload-content span{margin-bottom:10px;font-size:55px}.upload-content h4{color:#2d6a31;margin-bottom:8px}.upload-content p{color:#888}.plant-preview{object-fit:cover;width:100%;height:320px;display:block}.submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#43a047,#2e7d32);border:none;border-radius:14px;width:100%;padding:16px;font-size:17px;font-weight:700;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #2e7d3240}@media (max-width:600px){.plant-form{padding:22px}.plant-form h2{font-size:26px}.upload-content{height:220px}.plant-preview{height:240px}.dp-box{width:100px;height:100px}}.upload-loader{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:99999;background:#ffffffd9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loader-box{text-align:center;background:#fff;border-radius:18px;min-width:280px;padding:35px 45px;box-shadow:0 15px 40px #0000001f}.spinner{border:6px solid #ececec;border-top-color:#22c55e;border-radius:50%;width:65px;height:65px;margin:auto;animation:.8s linear infinite spin}.loader-box h3{color:#222;margin-top:20px;font-size:20px}.loader-box p{color:#777;margin-top:8px;font-size:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.thankyou-screen{z-index:999999;background:linear-gradient(135deg,#0f9d58,#34a853,#81c784);justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.thankyou-content{text-align:center;color:#fff;max-width:600px;padding:30px}.success-circle{width:140px;height:140px;margin:auto auto 35px}.checkmark{width:100%;height:100%}.checkmark-circle{stroke:#fff;stroke-width:2px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.7s forwards stroke}.checkmark-check{stroke:#fff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s .7s forwards stroke}.thankyou-content h1{margin-bottom:18px;font-size:56px;font-weight:700}.thankyou-content p{font-size:22px;line-height:1.7}.small-text{opacity:.95;margin-top:15px;font-size:18px!important}.thankyou-content button{color:#0f9d58;cursor:pointer;background:#fff;border:none;border-radius:50px;margin-top:45px;padding:16px 40px;font-size:18px;font-weight:600;transition:all .3s}.thankyou-content button:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0003}@keyframes stroke{to{stroke-dashoffset:0}}@media (max-width:768px){.thankyou-content h1{font-size:40px}.thankyou-content p{font-size:18px}.small-text{font-size:15px!important}.success-circle{width:110px;height:110px}.thankyou-content button{width:100%}}.qr-page{background:linear-gradient(135deg,#e8f5e9,#f4fff6);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.top-circle{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;width:70px;height:70px;margin:-65px auto 20px;box-shadow:0 10px 25px #22c55e59}.plant-card{background:#fff;border-radius:28px;width:410px;font-family:sans-serif;overflow:hidden;box-shadow:0 25px 50px #0000001f}.card-header{text-align:center;color:#fff;background:linear-gradient(135deg,#0f9d58,#4caf50,#81c784);padding:40px 25px}.logo{object-fit:contain;background:#fff;border-radius:50%;width:85px;height:85px;margin-bottom:15px;padding:8px}.card-header h2{margin:0;font-size:25px;font-weight:700}.card-header p{opacity:.9;margin-top:8px}.card-body{text-align:center;padding:35px}.qr-box{background:#fff;border:4px solid #e8f5e9;border-radius:22px;width:250px;height:250px;margin:auto;padding:18px;box-shadow:0 10px 25px #4caf502e}.qr-box img{width:100%}.card-body h3{color:#2e7d32;margin:22px 0 8px}.card-body p{color:#666;line-height:1.6}.org-id{background:#f1f8e9;border-radius:16px;margin-top:25px;padding:18px}.org-id span{color:#777;font-size:14px;display:block}.org-id strong{color:#1b5e20;font-size:22px}.card-footer{color:#fff;text-align:center;letter-spacing:.5px;background:#2e7d32;padding:18px;font-weight:600}.download-btn{color:#fff;cursor:pointer;background:#19763a;border:none;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:420px;margin-top:25px;padding:16px;font-size:18px;font-weight:600;transition:all .3s;display:flex}.download-btn:hover{background:#11592b;transform:translateY(-2px)}.download-btn svg{width:22px;height:22px}@media (max-width:480px){.plant-card{max-width:100%}.card-header{padding:30px 18px}.logo{width:72px;height:72px}.card-header h2{font-size:24px}.card-body{padding:22px 18px}.card-body h3{font-size:24px}.card-body p{font-size:15px}.download-btn{padding:14px;font-size:16px}}
