.navbar{background:#e8eded;box-shadow:0 2px 4px #3633331a;padding:1rem 0;position:sticky;top:0;z-index:100}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#108e60}.navbar-logo{width:28px;height:28px}.navbar-links{display:flex;gap:1.5rem;align-items:center}.navbar-links a{color:#333;font-weight:500;transition:color .2s}.navbar-links a:hover{color:#616881}.user-trigger{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.user-avatar{width:32px;height:32px;border-radius:50%}.user-menu{position:relative;display:inline-flex;align-items:center}.user-dropdown{position:absolute;right:0;top:120%;min-width:180px;background:#e8f1f1;border:1px solid #e1e2e3;border-radius:8px;box-shadow:0 10px 20px #0f172a1f;display:none;flex-direction:column;padding:.5rem;z-index:200}.user-dropdown a{padding:.5rem .75rem;border-radius:6px;color:#1a1616}.user-dropdown a:hover{background:#d6f1eb;color:#111}.dropdown-logout{width:100%;text-align:left;padding:.5rem .75rem;border-radius:6px;border:none;background:none;cursor:pointer;font-size:1rem;font-family:inherit;color:#dc2626;font-weight:500}.dropdown-logout:hover{background:#fee2e2}.user-menu:hover .user-dropdown,.user-menu:focus-within .user-dropdown{display:flex}@media(max-width:900px){.navbar-container{padding:0 1.5rem;flex-wrap:wrap;gap:1rem}.navbar-links{flex-wrap:wrap;gap:1rem;justify-content:flex-start}}@media(max-width:600px){.navbar{padding:.75rem 0}.navbar-container{padding:0 1rem;align-items:flex-start;flex-direction:column}.navbar-brand{font-size:1.25rem}.navbar-logo{width:24px;height:24px}.navbar-links{width:100%;gap:.75rem}.user-menu{width:100%}.user-dropdown{position:static;width:100%;box-shadow:none;border:1px solid #e5e7eb;margin-top:.5rem}}.btn-primary{padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:all .2s;background:#2462e8;color:#fff}.btn-primary:hover{background:#1d4ed8}.footer{background:#1f2937;color:#e5e7eb;margin-top:auto;padding:3rem 0 1.5rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#108e60;margin-bottom:1rem}.footer-logo{width:24px;height:24px}.footer-description{color:#7b828e;line-height:1.6;margin-bottom:1.5rem;max-width:300px}.footer-heading{font-size:1.1rem;font-weight:600;color:#108e60;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#64666a;text-decoration:none;transition:color .2s,transform .2s;display:inline-block}.footer-links a:hover{color:#42506d;transform:translate(4px)}.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;color:#9ca3af;line-height:1.6}.footer-contact li svg{flex-shrink:0;margin-top:2px;color:#79d2eb}.social-links{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#3e4959;color:#85cae0;transition:all .3s;text-decoration:none}.social-link:hover{background:#404b62;color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #2563eb4d}.social-link svg{width:20px;height:20px}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem;text-align:center}.copyright{color:#6b7280;font-size:.9rem;margin:0}@media(max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-description{max-width:100%}.social-links{justify-content:center}}@media(max-width:480px){.footer-container{padding:0 1rem}.footer-title{font-size:1.25rem}.social-links{gap:.75rem}.social-link{width:36px;height:36px}.social-link svg{width:18px;height:18px}}.home{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:3rem 0;background-image:url(/background.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;margin-bottom:2rem;position:relative}.hero:before{content:"";position:absolute;inset:0;background:#ffffff73;border-radius:12px;z-index:0}.hero h1,.hero p{position:relative;z-index:1;color:#000}.hero h1{font-size:2.5rem;margin-bottom:.5rem}.hero p{font-size:1.2rem;opacity:.9}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#b6dcde7a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a;border:1px solid rgba(199,198,198,.8);transition:box-shadow .3s ease}.filters:hover{box-shadow:0 8px 30px #0d94881a,0 2px 8px #0000000d}.filters input{padding:.75rem 1rem;border:2px solid rgba(217,239,235,.9);border-radius:10px;font-size:.95rem;transition:all .25s ease;background:#ffffff80}.filters input:hover{border-color:#0009;background:#ffffffb3;transform:translateY(-1px)}.filters input:focus{outline:none;border-color:#000;background:#469c92cc;box-shadow:0 0 0 4px #2563eb1f;transform:translateY(-1px)}.filters input::placeholder{color:#030507;transition:color .2s ease}.filters input:focus::placeholder{color:#0c1014}.filters input:first-child{grid-column:1 / -1;padding:.9rem 1rem .9rem 2.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;background-size:1.25rem}.filters input:first-child:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E")}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.property-card{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(15,8,8,.9);transition:transform .25s,box-shadow .25s}.property-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a,0 4px 12px #0d948814}.property-image{width:100%;height:200px;object-fit:cover}.property-image-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#4c957d99,#f5f5f599);display:flex;align-items:center;justify-content:center;color:#10161e}.property-info{padding:1.5rem;background:#ffffff80}.property-info h3{margin-bottom:.5rem;color:#111}.property-location{color:#666;margin-bottom:.5rem}.property-price{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.property-status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.status-approved{background:#d1fae5;color:#065f46}.status-pending{background:#fef3c7;color:#92400e}.status-sold{background:#fee2e2;color:#991b1b}.loading,.no-results{text-align:center;padding:3rem;color:#666}.auth-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem}.auth-container{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9);width:100%;max-width:400px}.auth-container h2{margin-bottom:1.5rem;text-align:center;color:#111}.auth-container form{display:flex;flex-direction:column;gap:1rem}.auth-container input{padding:.75rem 1rem;border:2px solid rgba(22,21,21,.9);border-radius:10px;font-size:1rem;background:#ffffff80}.auth-container input:focus{border-color:var(--primary);background:#fffc;box-shadow:0 0 0 4px #0d94881f}.btn-submit{padding:.75rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border-radius:10px;font-size:1rem;font-weight:500;margin-top:.5rem;transition:transform .2s,box-shadow .2s}.success-message{background:#dcfce7e6;color:#166534;padding:.75rem;border-radius:10px;margin-bottom:1rem;font-size:.875rem}.auth-link{text-align:center;margin-top:1.5rem;color:#666}.auth-link a{color:#2563eb;font-weight:500}.property-detail{max-width:1200px;margin:0 auto;padding:2rem}.property-detail-main{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.property-images{display:flex;flex-direction:column;gap:1rem}.property-images img{width:100%;border-radius:12px;object-fit:cover}.no-image{width:100%;height:400px;background:linear-gradient(135deg,#ccfbf199,#e0f2fe99);display:flex;align-items:center;justify-content:center;border-radius:12px;color:#64748b}.property-content h1{margin-bottom:1rem;color:#111}.property-price{font-size:2rem;font-weight:700;color:var(--primary);margin-bottom:.5rem}.property-location{font-size:1.1rem;color:#666;margin-bottom:.5rem}.property-city-state{color:#666;margin-bottom:1rem}.property-description{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.property-description h2{margin-bottom:1rem;color:#111}.property-description p{line-height:1.6;color:#555}.property-owner{margin-top:2rem;padding:1.5rem;background:#daf0ee99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;border:1px solid rgba(255,255,255,.9);box-shadow:0 4px 20px #0000000f}.property-owner h3{margin-bottom:1rem;color:#111}.property-owner p{margin-bottom:.5rem;color:#555}.lead-section{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9);margin-bottom:2rem}.lead-section h2{margin-bottom:1rem;color:#111}.lead-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.lead-btn{padding:.6rem 1.2rem;border-radius:10px;border:2px solid rgba(255,255,255,.9);background:#ffffff80;font-weight:600;transition:all .2s}.lead-btn:hover{background:#ffffffb3}.lead-btn.active{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-color:var(--primary);color:#fff}.lead-form{display:flex;flex-direction:column;gap:1rem}.lead-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.lead-form input,.lead-form textarea{padding:.75rem 1rem;border:2px solid rgba(255,255,255,.9);border-radius:10px;font-size:1rem;font-family:inherit;background:#ffffff80}.lead-form input:focus,.lead-form textarea:focus{border-color:var(--primary);background:#fffc;box-shadow:0 0 0 4px #0d94881f}.success-message{background:#dcfce7e6;color:#166534;padding:.75rem;border-radius:10px;margin-top:1rem;font-size:.9rem}.inquiry-section{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9)}.inquiry-section h2{margin-bottom:1rem;color:#111}.inquiry-section textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.9);border-radius:10px;font-size:1rem;font-family:inherit;margin-bottom:1rem;resize:vertical;background:#ffffff80}.inquiry-section textarea:focus{border-color:var(--primary);background:#fffc;box-shadow:0 0 0 4px #0d94881f}.property-detail .btn-submit{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border-radius:10px;font-weight:500;transition:transform .2s,box-shadow .2s}.property-detail .btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #0d948859}.property-detail .btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.property-detail-main{grid-template-columns:1fr}}.submit-property{max-width:800px;margin:0 auto;padding:2rem}.submit-container{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9)}.submit-container h2{margin-bottom:2rem;color:#111}.form-group input,.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.9);border-radius:10px;font-size:1rem;font-family:inherit;background:#ffffff80}.form-group small{display:block;margin-top:.25rem;color:#666;font-size:.875rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.btn-submit{width:100%;padding:.75rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border-radius:10px;font-size:1rem;font-weight:500;margin-top:1rem;transition:transform .2s,box-shadow .2s}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #0d948859}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fee2e2e6;color:#991b1b;padding:.75rem;border-radius:10px;margin-bottom:1rem;font-size:.875rem}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:#ffffff80;border-radius:10px;padding:.5rem;border:1px solid rgba(255,255,255,.9)}.image-preview-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.image-preview-name{font-size:.7rem;color:#666;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.my-properties{max-width:1200px;margin:0 auto;padding:2rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{color:#111}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border-radius:10px;font-weight:500;transition:transform .2s,box-shadow .2s}.no-properties{text-align:center;padding:4rem 2rem;background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9)}.no-properties p{margin-bottom:1.5rem;color:#666;font-size:1.1rem}.properties-list{display:flex;flex-direction:column;gap:1.5rem}.property-item{display:flex;gap:1.5rem;background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(2,2,2,.9);transition:transform .25s,box-shadow .25s}.property-item:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000014}.property-item img{width:200px;height:150px;object-fit:cover;border-radius:12px}.no-image{width:200px;height:150px;background:#d2eeee;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#020303}.property-item-content{flex:1}.property-item-content h3{margin-bottom:.5rem}.property-item-content h3 a{color:#111;transition:color .2s}.property-item-content h3 a:hover{color:var(--primary)}.property-item-actions{display:flex;flex-direction:column;gap:.5rem}.btn-view{padding:.5rem 1rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border-radius:10px;text-align:center;font-size:.875rem;transition:transform .2s,box-shadow .2s}.btn-delete{padding:.5rem 1rem;background:#ef4444;color:#fff;border-radius:6px;font-size:.875rem;transition:background .2s}.admin-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-actions{display:flex;gap:.75rem}.admin-dashboard-header h1{margin:0}.admin-dashboard{max-width:1200px;margin:0 auto;padding:2rem}.admin-dashboard h1{margin-bottom:2rem;color:#111}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(20,17,17,.9);text-align:center;transition:transform .25s,box-shadow .25s}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000014}.stat-card h3{font-size:.875rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:2rem;font-weight:700;color:#111}.stat-pending .stat-number{color:#f59e0b}.stat-approved .stat-number{color:#10b981}.stat-sold .stat-number{color:#ef4444}.pending-section{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9)}.pending-section h2{margin-bottom:1.5rem;color:#111}.no-pending{text-align:center;padding:2rem;color:#666}.pending-list{display:flex;flex-direction:column;gap:1.5rem}.pending-item{display:flex;gap:1.5rem;padding:1.5rem;background:#fff9;border-radius:14px;border:1px solid rgba(29,24,24,.9)}.pending-item img{width:200px;height:150px;object-fit:cover;border-radius:6px}.pending-item-content{flex:1}.pending-item-content h3{margin-bottom:.5rem}.pending-item-content h3 a{color:#111;transition:color .2s}.pending-item-content h3 a:hover{color:var(--primary)}.property-owner,.property-date{font-size:.875rem;color:#666;margin-top:.5rem}.pending-item-actions{display:flex;flex-direction:column;gap:.5rem}.btn-approve,.btn-reject,.btn-view{padding:.5rem 1rem;border-radius:10px;font-size:.875rem;font-weight:500;transition:all .2s;text-align:center}.btn-approve{background:#10b981;color:#070606}.btn-approve:hover{background:#059669}.btn-reject{background:#ef4444;color:#060505}.btn-reject:hover{background:#dc2626}.btn-view{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#0c0a0a}.btn-view:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d94884d}.about-page{max-width:1100px;margin:0 auto;padding:2.5rem 2rem 3.5rem;color:#0a0d15;background-color:#eef1f3}.about-hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;align-items:center;margin-bottom:3rem}.about-eyebrow{text-transform:uppercase;font-size:.8rem;letter-spacing:.1em;color:#2563eb;font-weight:600;margin-bottom:.75rem}.about-hero h1{font-size:clamp(2rem,3.2vw,2.75rem);margin-bottom:1rem}.about-lead{color:#374151;font-size:1.05rem;line-height:1.7}.about-hero-card{background:#d4f5f4;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem}.about-hero-card h3{margin-bottom:.75rem;font-size:1.1rem}.about-hero-card ul{list-style:disc;padding-left:1.25rem;color:#374151}.about-section{margin-bottom:2.5rem}.about-section h2{font-size:1.6rem;margin-bottom:.75rem}.about-section p{color:#374151;line-height:1.7}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.about-card{border:1px solid #0f1414;border-radius:14px;padding:1.5rem;background:#c6eff3;box-shadow:0 6px 20px #0f172a0f}.about-card h3{margin-bottom:.75rem;font-size:1.15rem}.about-card ul{list-style:disc;padding-left:1.25rem;color:#374151;line-height:1.6}.about-owner{display:grid;grid-template-columns:auto 1fr;gap:1.5rem;align-items:center;background:#b2cfd7;border-radius:16px;padding:2rem}.about-owner-avatar{width:72px;height:72px;border-radius:50%;background:#48494a;border:2px solid #e5e7eb;color:#fff;font-weight:600;display:grid;place-items:center;font-size:1.2rem}.about-owner-logo{width:40px;height:40px}.about-owner-meta{margin-top:.5rem;color:#6b7280;font-size:.95rem}.about-cta{text-align:center;padding:2.5rem 1.5rem;border-radius:18px;background:#2563eb;color:#fff}.about-cta h2{margin-bottom:.75rem;color:#0b0b0b}.about-cta p{color:#080809}@media(max-width:640px){.about-page{padding:2rem 1.5rem 3rem}.about-owner{grid-template-columns:1fr;text-align:center}}.projects-page{max-width:1200px;margin:0 auto;padding:2rem}.projects-header{margin-bottom:2rem}.projects-header h1{margin-bottom:.5rem}.projects-header p{color:#6b7280}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(44,42,42,.9);overflow:hidden;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.project-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a,0 4px 12px #0d948814}.project-image{width:100%;height:180px;object-fit:cover;background:#f3f4f6}.project-image.placeholder{display:grid;place-items:center;color:#9ca3af;font-size:.9rem}.project-content{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#ffffff80}.project-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.project-top h2{font-size:1.2rem;margin:0}.project-status{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .5rem;border-radius:999px;background:#ccfbf1;color:#0f766e;font-weight:600}.project-location{color:#6b7280;font-size:.95rem}.project-price{color:#111827;font-weight:600;font-size:1rem}.project-description{color:#374151;line-height:1.6}.project-meta{display:flex;flex-wrap:wrap;gap:.75rem;color:#6b7280;font-size:.85rem}.no-projects{color:#6b7280;text-align:center;padding:2rem 0}.admin-projects{max-width:1200px;margin:0 auto;padding:2rem}.admin-projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.project-form-card,.project-list-card{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.9);padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a}.project-form{display:flex;flex-direction:column;gap:1.25rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.form-group input,.form-group select,.form-group textarea{padding:.65rem .75rem;border:2px solid rgba(255,255,255,.9);border-radius:10px;font-size:.95rem;font-family:inherit;background:#ffffff80}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary);background:#fffc;box-shadow:0 0 0 4px #0d94881f;outline:none}.full-width{grid-column:1 / -1}.project-list{display:flex;flex-direction:column;gap:1rem}.project-item{display:flex;justify-content:space-between;align-items:center;background:#fff9;border-radius:14px;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.9)}.project-item h3{margin:0 0 .25rem}.project-status-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-weight:600}.project-meta{color:#6b7280;font-size:.9rem}.project-actions{display:flex;gap:.75rem}.btn-toggle,.btn-delete{padding:.5rem .9rem;border-radius:8px;font-weight:500}.btn-toggle{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;transition:transform .2s,box-shadow .2s}.btn-toggle:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d94884d}.btn-delete{background:#ef4444;color:#fff}.btn-delete:hover{background:#dc2626}.no-projects{color:#6b7280}@media(max-width:700px){.project-item{flex-direction:column;align-items:flex-start;gap:1rem}}.profile-page{max-width:900px;margin:0 auto;padding:2rem}.profile-card{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(86,85,85,.9);padding:2.5rem}.profile-card h1{margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333}.form-group input{padding:.7rem .8rem;border:2px solid rgba(61,60,60,.9);border-radius:10px;font-size:.95rem;font-family:inherit;background:#ffffff80}.form-group input:focus{border-color:var(--primary);background:#fffc;box-shadow:0 0 0 4px #0d94881f}.password-section{background:#ffffff80;border-radius:14px;padding:1.5rem;border:1px solid rgba(72,71,71,.8)}.password-section h2{margin-bottom:1rem;font-size:1.1rem}@media(max-width:640px){.profile-card{padding:2rem 1.5rem}}.blog-list{max-width:1200px;margin:0 auto;padding:2rem}.blog-list h1{margin-bottom:2rem;color:#111}.blogs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.blog-card{display:block;background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9);transition:transform .25s,box-shadow .25s;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a,0 4px 12px #0d948814}.blog-image{width:100%;height:200px;object-fit:cover}.blog-content{padding:1.5rem;background:#ffffff80}.blog-content h2{margin:0 0 .5rem;color:#111;font-size:1.25rem}.blog-excerpt{color:#666;margin:.5rem 0;line-height:1.6}.blog-meta{display:flex;gap:1rem;font-size:.875rem;color:#888;margin-top:1rem}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.tag{background:#ffffffb3;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;color:#555}.blog-detail{max-width:800px;margin:0 auto;padding:2rem}.blog-actions{display:flex;gap:1rem;margin-bottom:2rem}.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:10px;cursor:pointer;font-size:.875rem;transition:transform .2s,box-shadow .2s}.btn-edit{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;text-decoration:none;display:inline-block}.btn-edit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d94884d}.blog-featured-image{width:100%;max-height:400px;object-fit:cover;border-radius:14px;margin-bottom:2rem}.blog-article h1{margin:0 0 1rem;color:#111;font-size:2.5rem}.blog-meta{display:flex;gap:1.5rem;color:#666;font-size:.875rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.blog-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tag{background:#daf0eeb3;padding:.5rem 1rem;border-radius:16px;font-size:.875rem;color:#555}.blog-content{line-height:1.8;color:#333;font-size:1.125rem}.blog-content p{margin-bottom:1.5rem}.blog-editor{max-width:900px;margin:0 auto;padding:2.5rem;background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9)}.blog-editor h1{margin-bottom:2rem;color:#111}.error-message{background:#fee2e2e6;color:#991b1b;padding:1rem;border-radius:10px;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input[type=text],.form-group input[type=url],.form-group textarea{width:100%;padding:.75rem 1rem;border:2px solid rgba(28,27,27,.9);border-radius:10px;font-size:1rem;font-family:inherit;background:#ffffff80}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);background:#fffc;box-shadow:0 0 0 4px #0d94881f}.form-group textarea{resize:vertical}.checkbox-group{display:flex;align-items:center;gap:.5rem}.checkbox-group input[type=checkbox]{width:auto}.form-actions{display:flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:10px;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #0d948859}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#ffffffb3;color:#333;border:2px solid rgba(255,255,255,.9)}.btn-secondary:hover{background:#ffffffe6}.admin-blogs{max-width:1200px;margin:0 auto;padding:2rem}.admin-blogs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-blogs-header h1{margin:0;color:#111}.btn-primary{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#0a0909;text-decoration:none;border-radius:10px;display:inline-block;transition:transform .2s,box-shadow .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0d948859}.blogs-table{background:#daf0eeb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 1px 4px #0000000a;border:1px solid rgba(255,255,255,.9)}.blogs-table table{width:100%;border-collapse:collapse}.blogs-table th{background:#ffffff80;padding:1rem;text-align:left;font-weight:600;color:#111;border-bottom:2px solid rgba(255,255,255,.9)}.blogs-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.6)}.blogs-table tr:last-child td{border-bottom:none}.blogs-table a{color:var(--primary);text-decoration:none}.blogs-table a:hover{text-decoration:underline}.status{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.status.published{background:#ccfbf1;color:#000706}.status.draft{background:#fee2e2e6;color:#991b1b}.actions{display:flex;gap:.5rem}.btn-toggle,.btn-edit,.btn-delete{padding:.5rem 1rem;border:none;border-radius:10px;cursor:pointer;font-size:.875rem;text-decoration:none;display:inline-block;transition:transform .2s,box-shadow .2s}.btn-toggle{background:#ffffffb3;color:#3b3a3a;border:1px solid rgba(0,0,0,.9)}.btn-toggle:hover{background:#edecece6}.btn-edit{background:linear-gradient(120deg,#79cce6,#eeefea);color:#0c0101}.btn-edit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ebeded4d}.btn-delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-delete:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.no-blogs{text-align:center;padding:3rem;color:#666}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:0}.loading{text-align:center;padding:3rem;color:#666;font-size:1.1rem}.error{text-align:center;padding:3rem;color:#ef4444;font-size:1.1rem}:root{--primary: #0d9488;--primary-dark: #0f766e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}input,textarea,select{outline:none}
