:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}body{background-color:#f4f6f9}.container{width:90%;max-width:1200px;margin:40px auto}.layout{min-height:100vh;display:flex}.sidebar{color:#fff;background:#1f2937;flex-direction:column;width:250px;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.logout-section{margin-top:auto;padding:20px}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;width:100%;padding:12px;font-size:16px}.logo{text-align:center;margin-bottom:35px;font-size:24px;font-weight:700}.sidebar nav{flex-direction:column;gap:10px;display:flex}.menu-item{color:#fff;border-radius:8px;padding:12px 15px;text-decoration:none;transition:all .3s}.menu-item:hover{background:#374151}.menu-item.active{background:#2563eb}.main-content{margin-left:260px;padding:20px}.page-content{margin-top:30px}.header{background:#fff;border-radius:10px;margin-bottom:25px;padding:20px 30px;box-shadow:0 2px 10px #00000014}.header-top{justify-content:space-between;align-items:center;display:flex}.header h1{color:#075e54;margin:0 0 10px;font-size:3rem;line-height:1.2}.header p{color:#666;margin-top:0;margin-bottom:0}.section{background:#fff;border-radius:10px;margin-bottom:25px;padding:20px;box-shadow:0 2px 10px #00000014}button{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:6px;padding:12px 22px;font-size:16px;transition:all .3s}button:hover{background:#1da851}.logout-btn{background:#e53935;padding:10px 18px;font-size:14px}.logout-btn:hover{background:#c62828}.customer-list{border:1px solid #ddd;border-radius:6px;max-height:350px;margin-top:15px;overflow-y:auto}.customer-item{border-bottom:1px solid #eee;align-items:center;padding:12px;display:flex}.customer-item:last-child{border-bottom:none}.customer-item input{margin-right:12px}.customer-name{font-weight:600}.customer-phone{color:#666;margin-left:auto}.select-all-container{justify-content:flex-end;margin:15px 0;display:flex}.select-all-label{cursor:pointer;align-items:center;gap:6px;font-weight:600;display:flex}textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;width:100%;min-height:120px;padding:12px;font-size:15px}.message-status{color:#075e54;margin-top:15px;font-weight:700}.projects-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.projects-header h2{color:#075e54}.add-project-btn{background:#2563eb}.add-project-btn:hover{background:#1d4ed8}.projects-container{flex-direction:column;gap:15px;display:flex}.project-card{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px #00000014}.project-card h3{color:#075e54;margin-bottom:8px}.project-card p{color:#555}.empty-project{text-align:center;color:#777;background:#fff;border-radius:10px;padding:40px;box-shadow:0 2px 8px #00000014}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal{background:#fff;border-radius:12px;flex-direction:column;gap:15px;width:600px;padding:30px;display:flex}.modal input,.modal textarea{border:1px solid #ccc;border-radius:6px;width:100%;padding:12px}.modal textarea{min-height:90px}.modal-buttons{justify-content:flex-end;gap:15px;display:flex}.cancel-btn{background:#888}.cancel-btn:hover{background:#666}.project-actions{gap:10px;margin-top:15px;display:flex}.delete-btn{background:#e53935}.delete-btn:hover{background:#c62828}.project-images{margin-top:15px}.image-list{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.project-image{object-fit:cover;border:1px solid #ccc;border-radius:6px;width:120px;height:90px}.home{background:#f5f7fb;min-height:100vh;padding:30px}.hero{color:#fff;background:linear-gradient(135deg,#0d6efd,#3b82f6);border-radius:16px;margin-bottom:30px;padding:40px}.hero h1{margin-bottom:15px;font-size:34px}.hero p{max-width:750px;font-size:18px;line-height:1.7}.stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px;display:grid}.card{background:#fff;border-radius:15px;padding:25px;transition:all .3s;box-shadow:0 5px 15px #00000014}.card:hover{transform:translateY(-5px)}.card h2{margin-bottom:10px;font-size:38px}.card h3{color:#333;margin-bottom:10px}.card p{color:#666;line-height:1.6}.section{grid-template-columns:1fr 1fr;gap:25px;display:grid}.quick-actions,.activity{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px #00000014}.quick-actions h2,.activity h2{color:#0d6efd;margin-bottom:20px}.quick-actions ul{padding:0;list-style:none}.quick-actions li{border-bottom:1px solid #eee;padding:12px 0;font-size:16px}.activity p{border-bottom:1px solid #eee;padding:12px 0}@media (width<=900px){.section{grid-template-columns:1fr}.hero h1{font-size:28px}.hero p{font-size:16px}}
