*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f3f5f7;color:#1f2937}.app{max-width:1100px;margin:0 auto;padding:24px}.login-body{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-box,.card,.home-card{background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:28px}.login-box{width:360px}.login-box h1,.card h1,.home-card h1{margin:0 0 22px;font-size:26px}.card h2{margin:28px 0 8px;font-size:22px}label{display:block;font-weight:700;margin:14px 0 7px}input,select,textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:12px 13px;font-size:16px;background:#fff;font-family:Arial,Helvetica,sans-serif}textarea{resize:vertical;line-height:1.45}button,.primary{border:0;border-radius:12px;padding:12px 16px;font-weight:700;cursor:pointer;background:#1f2937;color:#fff;text-decoration:none;display:inline-block}.login-box button,.customer-form .primary{width:100%;margin-top:18px}.alert{background:#fee2e2;color:#991b1b;padding:10px;border-radius:10px;margin-bottom:14px}.top-links{display:flex;gap:14px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.top-links a{font-size:14px;color:#374151;text-decoration:none;background:#fff;border-radius:999px;padding:8px 12px;box-shadow:0 3px 12px rgba(0,0,0,.06)}.top-links a[href*="my_tasks"]{background:#0f766e;color:#fff}.top-links a[href*="fastbill"]{background:#1d4ed8;color:#fff}.top-links .logout{margin-left:auto;color:#991b1b}.customer-head{display:grid;grid-template-columns:1.1fr 1fr 1.4fr;gap:12px;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:16px;margin-bottom:14px}.customer-head>div{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:12px;min-width:0}.label-small{display:block;font-size:12px;color:#6b7280;margin-bottom:5px}.customer-head strong{font-size:18px}.customer-head a{color:#0f766e;text-decoration:none;word-break:break-all}.copy-btn{padding:7px 9px;border-radius:9px;background:#0f766e;color:#fff;margin-left:6px;font-size:12px}.domain-line{margin-top:-8px}.domain-line a{color:#2563eb;text-decoration:none}.domain-tabs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.08);padding:12px 16px;margin-bottom:14px}.domain-tabs span{font-size:13px;color:#6b7280;font-weight:700}.domain-tabs a{text-decoration:none;border:1px solid #d1d5db;border-radius:999px;padding:7px 11px;color:#374151;background:#f9fafb;font-size:14px}.domain-tabs a.active{background:#16a34a;color:#fff;border-color:#16a34a}.add-task{display:flex;gap:10px;margin:20px 0}.add-task input{flex:1}.task-list{display:flex;flex-direction:column;gap:8px}.task{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:10px}.task.done{opacity:.58}.task.done span{text-decoration:line-through}.check{width:36px;height:36px;padding:0;border-radius:50%;background:#16a34a}.delete{width:34px;height:34px;padding:0;border-radius:50%;background:#ef4444}.danger{background:#ef4444}.muted{color:#6b7280}.tiny{font-size:13px;margin-top:6px}.fab{position:fixed;right:28px;bottom:28px;width:62px;height:62px;border-radius:50%;background:#16a34a;color:#fff;text-decoration:none;font-size:42px;line-height:58px;text-align:center;box-shadow:0 12px 24px rgba(0,0,0,.24)}.home-card{max-width:780px;margin:55px auto}.home-card select{margin-top:14px}.customer-results{margin-top:18px;display:flex;flex-direction:column;gap:8px}.customer-row{display:flex;justify-content:space-between;gap:10px;padding:12px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;text-decoration:none;color:#1f2937}.customer-row span{color:#6b7280}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:8px 0 18px}.check-label{display:flex;gap:8px;align-items:center;margin:0;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px}.check-label input{width:auto}.form-card{max-width:760px;margin:0 auto}.notes-section{margin-top:30px;padding-top:20px;border-top:1px solid #e5e7eb}.note-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin-top:12px}.note-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px;flex-wrap:wrap}.new-note{background:#eefdf5;border-color:#bbf7d0}.saved-note-text{white-space:pre-line;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:13px;line-height:1.5;min-height:46px}.small-actions{justify-content:flex-start;margin-top:8px}.small-link,.small-button{font-size:13px;border-radius:999px;padding:7px 11px;text-decoration:none;background:#fff;color:#374151;border:1px solid #d1d5db;display:inline-block;box-shadow:none}.small-button{background:#ef4444;color:#fff;border:0}.inline-form{display:inline}.note-edit{background:#fff7ed;border-color:#fed7aa}a{color:#2563eb}@media(max-width:760px){.app{padding:14px}.customer-head{grid-template-columns:1fr}.add-task{flex-direction:column}.grid2{grid-template-columns:1fr}.customer-row{flex-direction:column}.top-links .logout{margin-left:0}.note-actions{justify-content:stretch}.note-actions button{width:100%}}
.note-textarea{min-height:110px;overflow:hidden}.small-button.neutral{background:#eef2ff;color:#1e3a8a;border:1px solid #c7d2fe}.saved-note-text{max-height:none}

.note-rich-editor{width:100%;min-height:110px;border:1px solid #d1d5db;border-radius:12px;padding:12px 13px;background:#fff;font-size:16px;line-height:1.45;outline:none;white-space:pre-wrap;overflow-wrap:anywhere}.note-rich-editor:focus{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.12)}.note-rich-editor.empty:before{content:attr(data-placeholder);color:#9ca3af}.saved-note-text a{color:#2563eb;text-decoration:underline}.saved-note-text b,.saved-note-text strong{font-weight:700}.saved-note-text i,.saved-note-text em{font-style:italic}

.contact-list-small{display:flex;flex-direction:column;gap:7px}.contact-line{line-height:1.35}.contact-line strong{font-size:13px;color:#374151;margin-right:4px}.contact-line .copy-btn{margin-top:4px}

.domain-service-box{background:#f8fafc;border:1px solid #dbeafe;border-radius:14px;padding:14px;margin:16px 0 18px}.domain-service-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.domain-service-head button{padding:8px 12px;font-size:13px;background:#1d4ed8}.service-grid.compact{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin:0}.domain-service-box .tiny{margin:8px 0 0}@media(max-width:760px){.domain-service-head{align-items:flex-start;flex-direction:column}.domain-service-head button{width:100%}}

.reset-list-section{margin-top:26px;text-align:left}.reset-list-section details{display:inline-block;max-width:520px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:10px 12px}.reset-list-section summary{cursor:pointer;font-size:13px;color:#9a3412;font-weight:700}.reset-list-form{margin-top:10px}.reset-list-form .service-grid{margin:8px 0}.reset-button{background:#b91c1c;font-size:13px;padding:9px 12px}.reset-list-section .check-label{font-size:13px;padding:8px}
