:root{color:#213547;background-color:#f5f5f5;font-family:system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-card{background:#fff;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 1px 3px #0000001a}.auth-card h1{margin-bottom:1.5rem;font-size:1.5rem}.auth-card form{flex-direction:column;gap:1rem;display:flex}.auth-card label{color:#555;flex-direction:column;gap:.25rem;font-size:.875rem;font-weight:500;display:flex}.auth-card input{border:1px solid #ddd;border-radius:6px;padding:.5rem .75rem;font-family:inherit;font-size:1rem}.auth-card input:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1a}.auth-card button{color:#fff;cursor:pointer;background:#06f;border:none;border-radius:6px;margin-top:.5rem;padding:.625rem;font-size:1rem;font-weight:500}.auth-card button:hover{background:#0052cc}.auth-card button:disabled{opacity:.6;cursor:not-allowed}.auth-link{text-align:center;color:#666;margin-top:1rem;font-size:.875rem}.auth-link a{color:#06f;text-decoration:none}.auth-link a:hover{text-decoration:underline}.error{color:#dc3545;background:#ffeef0;border-radius:4px;padding:.5rem;font-size:.875rem}.dashboard-header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.dashboard-header h1{font-size:1.25rem}.user-info{align-items:center;gap:1rem;font-size:.875rem;display:flex}.user-info button{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:.375rem .75rem;font-size:.8rem}.user-info button:hover{background:#f5f5f5}.dashboard-main{padding:2rem}.loading{color:#666;justify-content:center;align-items:center;min-height:100vh;display:flex}.wizard{flex-direction:column;max-width:720px;min-height:100vh;margin:0 auto;display:flex}.wizard-header{padding:2rem 1.5rem 1rem}.wizard-header h1{margin-bottom:.25rem;font-size:1.5rem}.wizard-header p{color:#666;font-size:.875rem}.model-selector{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.model-selector-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.model-select{color:#333;cursor:pointer;appearance:none;background:#f0f0f0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23666' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") right .75rem center no-repeat;border:1px solid #ddd;border-radius:8px;padding:.375rem 2rem .375rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:border-color .15s,box-shadow .15s}.model-select:hover{border-color:#bbb}.model-select:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1a}.model-select:disabled{opacity:.5;cursor:not-allowed}.model-select optgroup{color:#555;font-weight:600}.wizard-chat{flex-direction:column;flex:1;padding:0 1.5rem 1.5rem;display:flex}.messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem 0;display:flex;overflow-y:auto}.message{display:flex}.message-user{justify-content:flex-end}.message-content{white-space:pre-wrap;border-radius:12px;max-width:80%;padding:.75rem 1rem;font-size:.9375rem;line-height:1.5}.message-user .message-content{color:#fff;background:#06f;border-bottom-right-radius:4px}.message-assistant .message-content{color:#333;background:#f0f0f0;border-bottom-left-radius:4px}.typing{color:#999;font-style:italic}.wizard-input{border-top:1px solid #eee;align-items:flex-end;gap:.5rem;padding-top:.75rem;display:flex}.wizard-input textarea{resize:none;border:1px solid #ddd;border-radius:8px;flex:1;min-height:42px;max-height:120px;padding:.625rem .75rem;font-family:inherit;font-size:.9375rem}.wizard-input textarea:focus{border-color:#06f;outline:none}.wizard-input button{color:#fff;cursor:pointer;white-space:nowrap;background:#06f;border:none;border-radius:8px;padding:.625rem 1rem;font-size:.875rem}.wizard-input button:disabled{opacity:.5;cursor:not-allowed}.btn-upload-inline{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex;color:#666!important;background:#f0f0f0!important;border:1px solid #ddd!important;padding:0!important}.wizard-actions{border-top:1px solid #eee;gap:.75rem;padding-top:1rem;display:flex}.btn-upload{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.75rem 1.25rem;font-size:.9375rem}.btn-upload:hover{background:#f5f5f5}.btn-generate{color:#fff;cursor:pointer;background:#06f;border:none;border-radius:8px;flex:1;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500}.btn-generate:hover{background:#0052cc}.btn-generate:disabled{opacity:.6;cursor:not-allowed}.design-preview{background:#f9f9f9;border-radius:8px;margin:.5rem 0;padding:1rem}.design-preview-label{color:#666;margin-bottom:.5rem;font-size:.8rem}.color-swatches{flex-wrap:wrap;gap:.5rem;display:flex}.swatch{text-align:center}.swatch-color{border:1px solid #ddd;border-radius:8px;width:40px;height:40px}.swatch-label{color:#999;margin-top:.25rem;font-size:.7rem;display:block}.font-preview{color:#666;margin-top:.5rem;font-size:.8rem}.logo-preview{justify-content:center;padding:.5rem;display:flex}.logo-preview img{border-radius:4px;max-width:120px;max-height:80px}.site-card{background:#fff;border-radius:12px;max-width:480px;padding:2rem;box-shadow:0 1px 3px #0000001a}.site-card h2{margin-bottom:.5rem;font-size:1.5rem}.site-status{color:#666;margin-bottom:.25rem;font-size:.875rem}.status-published{color:#16a34a;font-weight:500}.status-draft{color:#d97706;font-weight:500}.site-url{color:#999;margin-bottom:1.5rem;font-size:.8rem}.site-actions{gap:.75rem;display:flex}.btn-edit{color:#fff;cursor:pointer;background:#06f;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500}.btn-edit:hover{background:#0052cc}.btn-secondary{color:#333;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;padding:.625rem 1.25rem;font-size:.875rem}.btn-secondary:hover{background:#f5f5f5}.btn-danger{color:#dc3545;cursor:pointer;background:#fff;border:1px solid #f5c6cb;border-radius:8px;margin-top:1rem;padding:.5rem 1rem;font-size:.8125rem}.btn-danger:hover{background:#ffeef0}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.domain-card{margin-top:1.5rem}.domain-card h3{margin-bottom:1rem;font-size:1.125rem}.domain-current{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.domain-name{font-family:monospace;font-size:1rem;font-weight:500}.domain-badge{border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:500}.domain-badge--verified{color:#065f46;background:#d1fae5}.domain-badge--pending{color:#92400e;background:#fef3c7}.dns-instructions{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem}.dns-instructions-title{color:#555;margin-bottom:.75rem;font-size:.8125rem}.dns-table{border-collapse:collapse;width:100%;margin-bottom:.75rem;font-size:.8125rem}.dns-table th{text-align:left;color:#888;text-transform:uppercase;border-bottom:1px solid #e5e7eb;padding:.375rem .5rem;font-size:.75rem;font-weight:500}.dns-table td{border-bottom:1px solid #f3f4f6;padding:.375rem .5rem}.dns-table code{background:#e5e7eb;border-radius:3px;padding:1px 4px;font-size:.8rem}.dns-note{color:#888;margin-bottom:.75rem;font-size:.75rem}.domain-form{flex-direction:column;gap:.75rem;display:flex}.domain-input{border:1px solid #ddd;border-radius:6px;padding:.5rem .75rem;font-family:monospace;font-size:.9375rem}.domain-input:focus{border-color:#06f;outline:none;box-shadow:0 0 0 3px #0066ff1a}.domain-form-actions{gap:.5rem;display:flex}.analytics-card{margin-top:1.5rem}.analytics-card h3{margin-bottom:.75rem;font-size:1.125rem}.analytics-total{color:#06f;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.analytics-chart{align-items:flex-end;gap:2px;height:80px;padding:.5rem 0;display:flex}.analytics-bar-wrapper{cursor:default;flex:1;align-items:flex-end;height:100%;display:flex}.analytics-bar{background:#06f;border-radius:2px 2px 0 0;width:100%;min-height:2px;transition:opacity .15s}.analytics-bar-wrapper:hover .analytics-bar{opacity:.7}.analytics-empty{color:#999;font-size:.875rem}.editor-page{background:#f5f5f5;flex-direction:column;height:100vh;display:flex}.editor-header{background:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;height:48px;padding:.5rem 1rem;display:flex}.editor-header-left{align-items:center;gap:.75rem;display:flex}.editor-back{cursor:pointer;color:#333;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.25rem}.editor-back:hover{background:#f0f0f0}.editor-site-name{font-size:.9375rem;font-weight:600}.editor-status{border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:500}.editor-status--draft{color:#92400e;background:#fef3c7}.editor-status--published{color:#065f46;background:#d1fae5}.editor-header-right{align-items:center;gap:.5rem;display:flex}.editor-btn{cursor:pointer;border-radius:6px;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;text-decoration:none}.editor-btn--outline{color:#333;background:#fff;border:1px solid #ddd}.editor-btn--outline:hover{background:#f5f5f5}.editor-btn--primary{color:#fff;background:#06f;border:none}.editor-btn--primary:hover{background:#0052cc}.editor-btn--primary:disabled{opacity:.5;cursor:not-allowed}.editor-iframe-container{flex:1;overflow:hidden}.editor-iframe{border:none;width:100%;height:100%}
