.header{background-color:#0c0c0d;color:#fff;padding:15px 30px;display:flex;justify-content:space-between;align-items:center;--header-height: 65px;position:fixed;top:0;left:0;right:0;height:var(--header-height);z-index:1000;box-shadow:0 2px 6px #0003}.header-left{display:flex;align-items:center;font-size:1.8em;font-weight:700}.header-right{display:flex;align-items:center;gap:12px}.logo{color:#4caf50;margin-right:8px;font-size:1.2em}.logo img{max-width:50%;max-height:50%;width:auto;height:auto;display:inline-block;vertical-align:middle}.logo-text{color:#fff}.logout-button{background-color:#006400;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-size:.9em;white-space:nowrap}.logout-button:hover{background-color:#005000}.project-card{background:linear-gradient(180deg,#ffffff05,#0000001f);color:#e6e6e6;border:2px solid rgba(84,200,115,.9);border-radius:12px;padding:18px;width:100%;min-height:120px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 2px 6px #0009 inset}.project-card h3{margin:0 0 10px;font-size:20px;color:#fff}.project-card p{margin:0;font-size:12px;line-height:1.4;color:#e6e6e6cc}.card-status{display:flex;justify-content:flex-end;align-items:center;margin-top:8px}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background-color:#54c873f2;color:#082006;border-radius:50%;font-size:12px}.status-icon.status-available{width:10px;height:10px;background-color:#4caf50;color:transparent;border-radius:50%;margin-right:8px}.status-icon.status-coming-soon{width:20px;height:20px;background-color:transparent;color:#c9d1c5;border-radius:4px;margin-right:8px;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.status-label{color:#c9d1c5;font-size:.9em;margin-left:4px}.project-card{background-color:#1a1e24;color:#fff;border-radius:8px;padding:16px;margin:0;box-shadow:0 4px 8px #0003;display:flex;flex-direction:column;justify-content:space-between;text-align:left;min-height:160px;width:100%;box-sizing:border-box;transition:transform .2s ease-in-out}.project-card:hover{transform:translateY(-5px)}.project-card h3{margin-top:0;margin-bottom:10px;color:#4caf50}.project-card p{font-size:.9em;line-height:1.5;flex-grow:1}.card-status{text-align:right;font-size:1.2em;color:#4caf50}.project-desc-wrapper{position:relative;display:block;overflow:visible}.project-desc{margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;display:box;line-clamp:4;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:5.6em}.project-desc-tooltip{display:none;position:absolute;left:0;top:100%;z-index:50;width:calc(100% + 20px);max-width:420px;margin-top:8px;padding:12px;background:#0a0a0af2;color:#fff;border-radius:8px;box-shadow:0 8px 24px #0009;font-size:.9em;line-height:1.4;white-space:normal;word-break:break-word;max-height:240px;overflow:auto}.project-desc-wrapper.clamped:hover .project-desc-tooltip,.project-desc-wrapper.clamped:focus-within .project-desc-tooltip{display:block}.project-desc-tooltip:before{content:"";position:absolute;top:-6px;left:16px;border-width:6px;border-style:solid;border-color:transparent transparent rgba(10,10,10,.95) transparent}.project-card{--card-w: 300px;--card-h: 340px;width:var(--card-w);height:var(--card-h);min-height:unset;box-sizing:border-box;overflow:visible}@media (max-width: 640px){.project-card{width:100%;height:auto;overflow:visible}}.project-card-clickable{cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.project-card-clickable:hover{transform:translateY(-8px);box-shadow:0 8px 16px #0000004d}.project-card-clickable:focus{outline:2px solid #4CAF50;outline-offset:2px}.project-card-clickable:active{transform:translateY(-3px)}.project-card-image{width:100%;height:160px;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px;margin:-16px -16px 12px;display:flex;align-items:center;justify-content:center}.project-card-image img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;margin:0}.project-card[tabindex="-1"]:focus{outline:none}body{margin:0;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:#1a1e24}.home-page-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1;padding:30px 24px 40px;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}.project-grid{--card-w: 300px;display:grid;grid-template-columns:repeat(auto-fill,var(--card-w));justify-content:center;gap:12px 16px;align-items:start;padding-top:12px}@media (max-width: 640px){.project-grid{grid-template-columns:1fr;justify-content:stretch}}.services-section,.agents-section{margin-bottom:36px}.section-title{color:#e6eef8;font-size:30px;margin:8px 0 10px;font-weight:600}.footer{background-color:#0c0c0d;color:#fff;text-align:center;padding:20px;font-size:.9em;margin-top:auto}.app-container{display:flex;flex-direction:column;min-height:100vh;font-family:Arial,sans-serif;background-color:#0c0c0d;color:#333;padding-top:65px}.content-area{flex-grow:1;padding:20px;max-width:900px;margin:0 auto;width:100%}.content-area h1{color:#006400;margin-bottom:30px;font-size:2.2em;font-weight:400;text-align:center}@media (max-width: 768px){.content-area{padding:15px}.content-area h1{font-size:1.8em;margin-bottom:20px}}@media (max-width: 480px){.content-area{padding:10px}.content-area h1{font-size:1.5em;text-align:left}}
