*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111827;background-color:#fff}.app{min-height:100vh;background-color:#fff}.main{max-width:900px;margin:0 auto;padding:24px 16px 40px}.site-header{display:flex;flex-direction:column;align-items:center;padding-top:32px;padding-bottom:24px}.site-header-logo-block{display:flex;flex-direction:column;align-items:center;gap:4px;margin-bottom:8px}.site-logo{height:60px;width:auto}.site-title{font-size:32px;font-weight:700;color:#0b2ea1;text-align:center}.site-subtitle{font-size:14px;color:#4b5563;text-align:center}.site-nav{margin-top:4px;display:flex;gap:16px}.site-nav a{font-size:14px;color:#1d4ed8;font-weight:500;text-decoration:none}.site-nav a:hover{text-decoration:underline}.home-container{max-width:760px;margin:0 auto;text-align:center;padding-bottom:40px}.home-badge{color:#374151;margin-bottom:12px;font-size:14px}.home-title{font-size:42px;font-weight:700;margin-bottom:16px;color:#111827}.home-subtitle{color:#4b5563;font-size:16px;line-height:1.6;margin-bottom:12px}.home-price{margin-bottom:20px;font-size:15px}.home-price strong{font-weight:700}.home-buttons{display:flex;justify-content:center;gap:16px;margin-bottom:16px}.home-button{color:#1d4ed8;font-size:16px;text-decoration:none;font-weight:500}.home-button:hover{text-decoration:underline}.home-note{margin-bottom:28px;color:#4b5563}.home-legal{text-align:left;margin:20px auto 0;padding:20px 24px;max-width:650px;border-radius:12px;background-color:#f9fafb;border:1px solid #e5e7eb}.home-legal h3{margin-bottom:12px;font-size:18px;color:#111827;text-align:center}.home-legal p{font-size:14px;line-height:1.7;color:#374151;margin-bottom:12px;text-align:justify;text-justify:inter-word}.auth-page,.customer-page{max-width:900px;margin:0 auto;padding-bottom:40px;display:flex;justify-content:center}.card{width:100%;max-width:900px;margin:0 auto;padding:24px 20px 28px;border-radius:16px;border:1px solid #e5e7eb;background-color:#fff;box-shadow:0 10px 30px #0f172a0f}.card-title{font-size:22px;font-weight:700;color:#111827;margin-bottom:6px}.card-subtitle{font-size:14px;color:#4b5563;margin-bottom:16px}.card-section-title{font-size:16px;font-weight:600;margin-top:24px;margin-bottom:10px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin-bottom:16px}label{display:block;font-size:13px;color:#374151;margin-bottom:4px}input,select,textarea{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;outline:none;background-color:#fff}input:focus,select:focus,textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 1px #2563eb40}.btn-primary{margin-top:8px;width:100%;padding:10px 14px;border-radius:999px;border:none;background-color:#1d4ed8;color:#fff;font-size:15px;font-weight:600;cursor:pointer;text-align:center}.btn-primary:disabled{opacity:.75;cursor:default}.btn-secondary{margin-top:4px;padding:8px 14px;border-radius:999px;border:1px solid #d1d5db;background-color:#fff;color:#374151;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:#f3f4f6}.auth-footer-text{margin-top:16px;font-size:13px;color:#4b5563;text-align:center}.auth-footer-text a{color:#1d4ed8;text-decoration:none;font-weight:500}.auth-footer-text a:hover{text-decoration:underline}.dashboard-user-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;background:#f9fafb;padding:16px 20px;border-radius:12px;border:1px solid #e5e7eb}.dashboard-user-photo{width:64px;height:64px;border-radius:999px;background-color:#1d4ed8;color:#fff;display:flex;justify-content:center;align-items:center;font-size:28px;font-weight:700}.dashboard-user-photo-img{width:100%;height:100%;border-radius:999px;object-fit:cover}.dashboard-user-name{margin:0 0 6px;font-size:24px;font-weight:700;color:#111827}.dashboard-container{max-width:1100px;margin:0 auto}.dashboard-subtitle{color:#666;margin-top:-5px;margin-bottom:25px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.dashboard-card{background:#fff;padding:20px 25px;border-radius:12px;box-shadow:0 3px 7px #00000014}.dashboard-card h2{margin:0 0 10px;font-size:1.15rem}.dashboard-number{font-size:2.2rem;font-weight:700;margin:10px 0}.dashboard-text{color:#666;font-size:.9rem;margin-bottom:12px}.dashboard-link{text-decoration:underline;font-size:.9rem;color:#1d4ed8}.dashboard-actions-title{font-size:1.3rem;margin-bottom:15px}.dashboard-actions{display:flex;flex-wrap:wrap;gap:15px}.dashboard-btn{padding:10px 18px;border:1px solid #0057ff;color:#0057ff;border-radius:50px;font-weight:500;text-decoration:none}.dashboard-btn:hover{background-color:#eef2ff}.profile-page-container{max-width:900px;margin:0 auto 40px}.profile-card{max-width:780px;margin:0 auto}.profile-photo-row{display:flex;align-items:center;gap:20px;margin-bottom:24px}.profile-photo-wrapper{width:70px;height:70px}.profile-photo-placeholder{width:70px;height:70px;background:#1e40af;border-radius:999px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:30px;font-weight:700}.profile-photo-img{width:70px;height:70px;border-radius:999px;object-fit:cover}.profile-photo-text{flex:1}.profile-photo-title{font-size:14px;font-weight:600;margin-bottom:4px}.profile-photo-description{font-size:13px;color:#6b7280;margin-bottom:8px}.profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.profile-info-box{padding:8px 10px;border-radius:8px;border:1px solid #e5e7eb;background-color:#f9fafb;font-size:14px}.toggle-group{display:flex;flex-direction:column;gap:10px;margin-top:8px;margin-bottom:16px}.toggle-row{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background-color:#f9fafb;width:100%}.toggle-row>div{flex:1}.toggle-row input[type=checkbox]{margin-top:4px}.toggle-title{font-size:13px;font-weight:600;color:#111827;margin-bottom:2px}.toggle-description{font-size:12px;color:#6b7280;line-height:1.4}.profile-link-row{display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:10px;border:1px dashed #d1d5db;background-color:#fff}.profile-link-label{font-size:12px;color:#6b7280}.profile-link-value{font-size:12px;color:#111827;word-break:break-all}.profile-note{font-size:12px;color:#6b7280;margin-top:8px}.stars-input{display:flex;align-items:center;gap:6px;margin-top:4px}.star{background:transparent;border:none;padding:0;font-size:28px;line-height:1;cursor:pointer;color:#fff;-webkit-text-stroke:1px #9ca3af;transition:color .15s ease,transform .1s ease}.star:focus{outline:none}.star.star-selected{color:#facc15;-webkit-text-stroke:1px #facc15}.star:hover{transform:scale(1.08)}.star-value{margin-left:6px;font-size:13px;color:#555}.review-stars span{color:#facc15;font-size:16px;margin-right:2px}.reviews-list{margin-top:12px;display:flex;flex-direction:column;gap:12px}.review-item{padding:10px 0;border-top:1px solid #eee}.review-header span{font-size:13px;color:#555}.review-ratings{font-size:14px;margin-top:4px;display:flex;flex-direction:column;gap:2px}.review-comment{margin-top:4px;font-size:14px}.customers-table-wrapper{margin-top:16px;overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;margin-top:12px;table-layout:auto}.customers-table th,.customers-table td{padding:10px 12px;border:1px solid #e5e7eb;text-align:left;vertical-align:middle;font-size:13px}.customers-table th{background-color:#f9fafb;font-weight:600;color:#374151}.customers-table tbody tr:hover{background-color:#f3f4f6;transition:.15s}.customers-table th:nth-child(1),.customers-table td:nth-child(1){width:16%}.customers-table th:nth-child(2),.customers-table td:nth-child(2){width:22%}.customers-table th:nth-child(3),.customers-table td:nth-child(3){width:14%}.customers-table th:nth-child(4),.customers-table td:nth-child(4){width:18%}.customers-table th:nth-child(5),.customers-table td:nth-child(5){width:12%}.customers-table th:nth-child(6),.customers-table td:nth-child(6){width:10%}.customers-table th:nth-child(7),.customers-table td:nth-child(7){width:12%}.customers-table td:nth-child(2),.customers-table td:nth-child(3),.customers-table td:nth-child(4){white-space:nowrap}.customers-search{margin-top:8px;margin-bottom:12px}.customers-search input{width:100%;max-width:320px;padding:7px 10px;border-radius:999px;border:1px solid #d1d5db;font-size:14px}.customers-search input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 1px #2563eb40}.public-toggle{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:.9rem;color:#555}.public-toggle span{white-space:normal}.site-header img{width:180px;height:auto}.public-toggle{display:flex;align-items:center;justify-content:flex-start;gap:8px;margin-top:12px;font-size:.9rem;color:#555;width:100%;position:static!important}.public-toggle input[type=checkbox]{width:16px;height:16px;margin:0}.public-toggle span,.public-toggle label{writing-mode:horizontal-tb!important;transform:none!important;white-space:normal;text-align:left}.profile-page-container{max-width:900px;margin:0 auto;padding:24px 16px 40px}.profile-card{padding:22px}.profile-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.profile-actions{display:flex;justify-content:flex-end;gap:10px}.profile-actions-inline{display:flex;gap:10px}.profile-save-msg{margin:10px 0 14px;padding:10px 12px;border:1px solid #d1fae5;background:#ecfdf5;color:#065f46;border-radius:10px;font-size:14px}.profile-photo-row{display:grid;grid-template-columns:92px 1fr;gap:16px;align-items:center;margin:16px 0 18px}.profile-photo-wrapper{width:92px;height:92px;border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#e5e7eb}.profile-photo-img{width:100%;height:100%;object-fit:cover}.profile-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:34px;font-weight:800;color:#111827}.profile-photo-title{margin:0;font-weight:700}.profile-photo-description{margin:6px 0 10px;color:#6b7280;font-size:14px}.profile-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:6px}.profile-info-full{grid-column:1 / -1}.profile-info-box{padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;color:#111827;min-height:42px;display:flex;align-items:center}.input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;outline:none;background:#fff;min-height:42px}.input:focus{border-color:#111827}.profile-toggle-group{margin-top:10px;display:flex;flex-direction:column;gap:12px}.profile-toggle input[type=checkbox]{margin-top:3px}.profile-toggle-title{font-weight:700;margin-bottom:2px}.profile-toggle-description{color:#6b7280;font-size:14px}.profile-link-row{display:grid;gap:6px;padding:12px;border:1px dashed #d1d5db;border-radius:12px;background:#fafafa}.profile-link-label{color:#374151;font-size:14px;font-weight:600}.profile-link-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:13px;color:#111827;overflow-wrap:anywhere}@media(max-width:720px){.profile-header-row{flex-direction:column;align-items:stretch}.profile-info-grid{grid-template-columns:1fr}.profile-photo-row{grid-template-columns:1fr;justify-items:start}}.auth-page,.customer-page{display:flex;justify-content:center;margin-top:24px}.card{background-color:#fff;border-radius:16px;padding:28px 32px;max-width:720px;width:100%;box-shadow:0 18px 40px #0f172a14;border:1px solid #e5e7eb}.card-title{font-size:24px;font-weight:700;margin-bottom:4px}.card-subtitle{font-size:14px;color:#4b5563;margin-bottom:18px}.card-subtitle strong{font-weight:700}.card-section-title{font-size:16px;font-weight:600;margin:18px 0 8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-top:8px}.form-grid-full{grid-column:1 / -1}label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:4px}input,select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px}input:focus,select:focus{outline:2px solid #1d4ed8;outline-offset:1px;border-color:#1d4ed8}input[type=checkbox]{width:auto;padding:0;border:none;border-radius:0}.btn-primary{margin-top:20px;display:inline-flex;justify-content:center;align-items:center;padding:10px 16px;border-radius:999px;border:none;background-color:#1d4ed8;color:#fff;font-weight:600;font-size:14px;cursor:pointer}.btn-primary:hover{background-color:#1e40af}.btn-secondary{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:14px;cursor:pointer}.profile-toggle-group{width:100%}.profile-toggle{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.profile-toggle input[type=checkbox]{width:16px;height:16px;margin-top:4px}.profile-toggle-title{font-weight:700}.profile-toggle-description{font-size:14px;color:#6b7280;line-height:1.35}.customers-search{margin-bottom:12px}.customers-table-wrapper{overflow-x:auto}.customers-table{width:100%;border-collapse:collapse;table-layout:auto}.customers-table th,.customers-table td{border:1px solid #e5e7eb;padding:10px 8px;text-align:left;vertical-align:top;font-size:14px;white-space:normal}.customers-table th{background-color:#f9fafb;font-weight:600}.reviews-cell a{display:inline-block;margin-bottom:4px}.review-date,.review-none{display:block;font-size:12px;color:#6b7280}@media(max-width:768px){.card{padding:22px 18px}.form-grid{grid-template-columns:1fr}}
