*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f7;min-height:100vh}#app{max-width:800px;margin:0 auto;padding-bottom:40px}.app-header{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-bottom:1px solid #e0e0e0;position:sticky;top:0;z-index:100}.back-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%;color:#333;text-decoration:none;transition:all .2s ease}.back-btn:hover{background:#e0e0e0}.app-header h1{font-size:20px;font-weight:600;color:#333}.app-main{padding:20px}.step{display:none}.step.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.upload-zone{background:#fff;border:2px dashed #d0d0d0;border-radius:16px;padding:40px;text-align:center;cursor:pointer;transition:all .2s ease;margin-bottom:20px;position:relative;overflow:hidden}.upload-zone:hover,.upload-zone.dragover{border-color:#6366f1;background:#f8f8ff}.upload-placeholder{color:#999}.upload-placeholder.hidden{display:none}.upload-placeholder svg{stroke:#ccc;margin-bottom:12px}.upload-placeholder p{font-size:16px;font-weight:500;color:#666;margin-bottom:4px}.upload-placeholder span{font-size:13px;color:#999}.upload-preview{position:relative}.upload-preview img{max-width:100%;max-height:300px;border-radius:12px;object-fit:contain}.remove-photo{position:absolute;top:10px;right:10px;width:32px;height:32px;background:#0009;color:#fff;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.remove-photo:hover{background:#dc3545e6}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#333;margin-bottom:8px}.form-group textarea,.form-group input[type=text],.form-group input[type=number],.form-group select{width:100%;padding:14px 16px;font-size:15px;border:1px solid #e0e0e0;border-radius:12px;background:#fff;resize:vertical;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-group select{resize:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.form-group input[type=number]{resize:none}.form-group textarea:focus,.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group textarea::placeholder,.form-group input::placeholder{color:#aaa}.chantier-selector{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:20px;margin-bottom:16px}.chantier-selector>label{display:block;font-size:15px;font-weight:600;color:#f97316;margin-bottom:10px}.chantier-selector>label:before{content:"🏗️";margin-right:6px}.chantier-selector select{width:100%;padding:14px 40px 14px 16px;font-size:15px;border:1px solid #e0e0e0;border-radius:12px;background:#fff;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.chantier-selector select:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.chantier-badge{margin-top:10px;padding:6px 12px;background:#fff7ed;color:#ea580c;border-radius:8px;font-size:13px;font-weight:600;display:inline-block}.seo-fields{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:20px;margin-bottom:20px}.seo-fields-title{font-size:15px;font-weight:600;color:#6366f1;margin-bottom:16px;display:flex;align-items:center;gap:8px}.seo-fields-title:before{content:"🎯"}.form-row{display:flex;gap:12px}.form-group-half{flex:1}.form-group-quarter{flex:0 0 calc(25% - 6px);min-width:100px}.field-hint{font-size:12px;color:#999;margin-top:6px}@media (max-width: 600px){.form-row{flex-wrap:wrap}.form-group-half{flex:1 1 100%}.form-group-quarter{flex:1 1 calc(50% - 6px)}}.btn-primary{width:100%;padding:14px 24px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 20px #6366f166}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{width:100%;padding:14px 24px;font-size:15px;font-weight:600;color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:#f8f8f8;border-color:#d0d0d0}.btn-text{display:inline}.btn-loading{display:none;align-items:center;gap:8px}.btn-primary.loading .btn-text{display:none}.btn-primary.loading .btn-loading{display:flex}.spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.loading-steps{display:flex;flex-direction:column;gap:20px}.loading-step{display:flex;align-items:center;gap:16px;padding:16px;border-radius:12px;background:#f8f8f8;transition:all .3s ease}.loading-step.active{background:#eef2ff;border:1px solid #c7d2fe}.loading-step.done{background:#ecfdf5;border:1px solid #a7f3d0}.loading-step.error{background:#fef2f2;border:1px solid #fecaca}.step-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f}.step-info{flex:1}.step-title{display:block;font-weight:600;color:#333;margin-bottom:4px}.step-status{font-size:13px;color:#999}.loading-step.active .step-status{color:#6366f1;font-weight:500}.loading-step.done .step-status{color:#10b981}.loading-step.error .step-status{color:#ef4444}.editor-container{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014}.editor-image{margin-bottom:20px;border-radius:12px;overflow:hidden;background:#f0f0f0}.editor-image img{width:100%;max-height:250px;object-fit:cover}.editor-tabs{display:flex;gap:8px;margin-bottom:12px}.tab-btn{padding:8px 16px;font-size:14px;font-weight:500;color:#666;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.tab-btn.active{color:#fff;background:#6366f1}.tab-btn:hover:not(.active){background:#e0e0e0}.editor-content{min-height:300px}.tab-content{display:none}.tab-content.active{display:block}.tab-content[data-tab=edit]{width:100%;min-height:300px;padding:16px;font-size:14px;font-family:Monaco,Menlo,monospace;line-height:1.6;border:1px solid #e0e0e0;border-radius:12px;resize:vertical}#quill-editor{background:#fff;border-radius:0 0 12px 12px;min-height:300px}#quill-editor .ql-editor{min-height:300px;font-size:15px;line-height:1.7}#quill-editor .ql-editor h2{font-size:20px;color:#333;margin:20px 0 12px}#quill-editor .ql-editor h3{font-size:17px;color:#444;margin:16px 0 10px}#quill-editor .ql-editor p{color:#555;margin-bottom:12px}#quill-editor .ql-editor strong{color:#333}#quill-editor .ql-editor ul,#quill-editor .ql-editor ol{margin-bottom:12px;padding-left:24px}#quill-editor .ql-editor li{margin-bottom:6px}.ql-toolbar.ql-snow{border-radius:12px 12px 0 0;border-color:#e0e0e0;background:#f8f8f8}.ql-container.ql-snow{border-color:#e0e0e0;border-radius:0 0 12px 12px}.ql-container.ql-bubble{border:1px solid #e0e0e0;border-radius:12px}.ql-bubble .ql-editor{padding:16px}.ql-bubble .ql-tooltip{z-index:1000}.mobile-edit-hint{display:none;font-size:12px;color:#999;margin-top:8px;text-align:center}@media (max-width: 768px){.mobile-edit-hint{display:block}.ql-toolbar.ql-snow{display:none}.ql-container.ql-snow{border-radius:12px}}.editor-actions{display:flex;gap:12px;margin-top:20px}.editor-actions .btn-secondary{flex:1}.editor-actions .btn-primary{flex:2}.success-card{background:#fff;border-radius:16px;padding:40px 24px;text-align:center;box-shadow:0 4px 20px #00000014}.success-icon{font-size:64px;margin-bottom:20px}.success-card h2{font-size:24px;color:#333;margin-bottom:12px}.success-card p{color:#666;margin-bottom:24px}.success-card .btn-primary{margin-bottom:12px;text-decoration:none}.linkedin-section{margin-top:24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;text-align:left}.linkedin-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.linkedin-header h3{font-size:16px;font-weight:600;color:#0a66c2;margin:0}.linkedin-loading{display:flex;align-items:center;gap:10px;padding:12px 0;color:#666;font-size:14px}.spinner-linkedin{border-color:#0a66c233;border-top-color:#0a66c2}.linkedin-textarea{width:100%;padding:14px 16px;font-size:14px;line-height:1.6;border:1px solid #e0e0e0;border-radius:10px;background:#fff;resize:vertical;font-family:inherit;min-height:120px;transition:border-color .2s ease,box-shadow .2s ease}.linkedin-textarea:focus{outline:none;border-color:#0a66c2;box-shadow:0 0 0 3px #0a66c21a}.linkedin-actions{display:flex;gap:10px;margin-top:12px}.btn-linkedin-action{flex:1;padding:10px 16px!important;font-size:14px!important;text-align:center;text-decoration:none}.btn-linkedin-share{background:linear-gradient(135deg,#0a66c2,#004182)!important}.btn-linkedin-share:hover{box-shadow:0 4px 16px #0a66c266!important}.linkedin-error{padding:10px 0;color:#999;font-size:13px}.drafts-section{margin-top:40px}.drafts-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.drafts-header h2{font-size:18px;font-weight:600;color:#333}.badge{background:#e0e0e0;color:#666;padding:4px 10px;border-radius:12px;font-size:13px;font-weight:600}.drafts-list{display:flex;flex-direction:column;gap:12px}.drafts-empty{background:#fff;border-radius:12px;padding:40px;text-align:center;color:#999}.draft-item{display:flex;align-items:center;gap:16px;background:#fff;border-radius:12px;padding:12px;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.draft-item:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f11a}.draft-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f0f0f0;flex-shrink:0}.draft-image img{width:100%;height:100%;object-fit:cover}.draft-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#ccc}.draft-info{flex:1;min-width:0}.draft-info h3{font-size:15px;font-weight:600;color:#333;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.draft-date{font-size:12px;color:#999}.draft-actions{display:flex;gap:8px}.draft-actions button{width:36px;height:36px;border:none;background:#f0f0f0;border-radius:8px;cursor:pointer;font-size:16px;transition:background .2s ease}.draft-actions button:hover{background:#e0e0e0}.draft-delete:hover{background:#fee2e2!important}.admin-toggle{margin-left:auto;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;border-radius:50%;color:#999;cursor:pointer;transition:all .2s ease}.admin-toggle:hover{background:#e0e0e0;color:#666}.admin-toggle.admin-active{background:#ecfdf5;color:#10b981;box-shadow:0 0 0 2px #a7f3d0}.btn-submit{background:linear-gradient(135deg,#f59e0b,#d97706)}.btn-submit:hover:not(:disabled){box-shadow:0 4px 20px #f59e0b66}.toast-container{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:1000;display:flex;flex-direction:column;gap:8px;pointer-events:none;width:90%;max-width:400px}.toast{padding:14px 20px;border-radius:12px;font-size:14px;font-weight:500;color:#fff;text-align:center;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;pointer-events:auto;box-shadow:0 4px 20px #00000026}.toast.visible{opacity:1;transform:translateY(0)}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-info{background:#6366f1}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px}.modal-overlay[hidden]{display:none}.modal-card{background:#fff;border-radius:20px;padding:32px 28px;width:100%;max-width:380px;box-shadow:0 20px 60px #0003;position:relative;animation:modalIn .2s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:#f0f0f0;border:none;border-radius:50%;font-size:20px;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.modal-close:hover{background:#e0e0e0}.modal-card h2{font-size:20px;font-weight:700;color:#333;margin-bottom:8px}.modal-subtitle{font-size:14px;color:#666;margin-bottom:20px}.modal-error{font-size:13px;color:#ef4444;margin-bottom:12px;padding:8px 12px;background:#fef2f2;border-radius:8px}.modal-card .btn-primary{margin-top:12px}.modal-actions{display:flex;gap:12px;margin-top:20px}.modal-actions .btn-secondary,.modal-actions .btn-primary{flex:1;padding:14px 24px;font-size:15px;font-weight:600}.badge-pending{background:#fef3c7;color:#d97706;font-size:11px;padding:2px 8px;border-radius:6px;display:inline-block;margin-top:4px}@media (max-width: 600px){#app{padding-bottom:20px}.app-main{padding:16px}.upload-zone{padding:30px 20px}.editor-actions{flex-direction:column}.editor-actions .btn-secondary,.editor-actions .btn-primary{flex:none}.toast-container{top:70px;width:95%}}#step-chat.active{display:flex;flex-direction:column;min-height:calc(100vh - 80px);width:100%}.chat-container{display:flex;flex-direction:column;flex:1;width:100%;max-width:760px;margin:0 auto;padding:0 16px 24px;min-width:0}.chat-header{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.06);margin-bottom:12px}.chat-header-title h2{font-size:18px;font-weight:600;color:#1d1d1f;margin:0}.chat-subtitle{font-size:12px;color:#6e6e73;margin:2px 0 0}.chat-photo-preview{margin-bottom:12px;border-radius:12px;overflow:hidden;max-height:200px;background:#f5f5f7}.chat-photo-preview img{width:100%;height:auto;max-height:200px;object-fit:contain;display:block}.chat-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:12px 4px;min-height:280px;max-height:60vh}.chat-bubble{max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.chat-bubble.assistant{align-self:flex-start;background:#f3f4f6;color:#1d1d1f;border-bottom-left-radius:4px}.chat-bubble.user{align-self:flex-end;background:#1d1d1f;color:#fff;border-bottom-right-radius:4px}.chat-bubble.draft{align-self:stretch;max-width:100%;background:#fffbeb;border:1px solid #fde68a;padding:14px 18px;border-radius:12px}.draft-preview-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#92400e;margin-bottom:6px}.draft-preview-title{font-size:17px;font-weight:700;color:#1d1d1f;margin-bottom:10px}.draft-preview-content{font-size:13px;color:#1d1d1f;line-height:1.6}.draft-preview-content p{margin:0 0 10px}.draft-preview-content h2,.draft-preview-content h3{font-size:14px;font-weight:700;margin:12px 0 6px}.draft-preview-content ul{margin:0 0 10px 20px}.chat-bubble.typing{background:#f3f4f6;align-self:flex-start;padding:14px 18px}.typing-dots{display:inline-flex;gap:4px}.typing-dots span{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:typing-bounce 1.2s infinite}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.chat-input-area{border-top:1px solid rgba(0,0,0,.06);padding-top:14px;width:100%;display:flex;flex-direction:column;gap:12px}.chat-textarea{display:block;width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:12px;font-size:14px;font-family:inherit;resize:vertical;background:#f9fafb;box-sizing:border-box;min-height:80px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.chat-textarea:focus{outline:none;border-color:#1d1d1f;background:#fff}.chat-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;width:100%}.chat-actions #chat-request-draft{margin-right:auto}.chat-actions .btn-secondary,.chat-actions .btn-primary{padding:10px 18px;font-size:13px;white-space:nowrap}.btn-link{background:none;border:none;color:#6366f1;font-size:13px;cursor:pointer;text-decoration:underline;font-family:inherit;padding:8px 0;display:block;margin:8px auto 0}.btn-link:hover{color:#4f46e5}.required-star{color:#dc2626}.canvas-bubble{position:absolute;z-index:1000;background:#1f2937;color:#fff;border-radius:10px;padding:6px;box-shadow:0 6px 20px #00000040;display:none;max-width:calc(100vw - 16px)}.canvas-bubble.visible{display:block}.canvas-bubble-actions{display:flex;flex-wrap:wrap;gap:4px}.canvas-bubble-btn{background:transparent;border:none;color:#fff;font-size:13px;font-family:inherit;padding:6px 10px;border-radius:6px;cursor:pointer;white-space:nowrap;transition:background .12s ease}.canvas-bubble-btn:hover{background:#374151}.canvas-bubble-custom{border-left:1px solid #4b5563;margin-left:2px;padding-left:10px}.canvas-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center}.canvas-modal[hidden]{display:none}.canvas-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a8c}.canvas-modal-card{position:relative;background:#fff;border-radius:12px;padding:24px;width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow-y:auto;box-shadow:0 20px 60px #0000004d}.canvas-modal-card h3{margin:0 0 12px;font-size:18px;color:#111827}.canvas-modal-selection-label{margin:0 0 6px;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.canvas-modal-selection{margin:0 0 16px;padding:12px 14px;background:#f9fafb;border-left:3px solid #6366f1;border-radius:4px;font-style:italic;color:#374151;max-height:120px;overflow-y:auto;font-size:14px;line-height:1.5}.canvas-modal-card label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}#canvas-modal-instruction{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;resize:vertical;box-sizing:border-box}#canvas-modal-instruction:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.canvas-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.linkedin-account-status{font-size:12px;color:#64748b;margin:8px 0 0}.li-test-panel{border:1px solid #e2e8f0;border-radius:10px;padding:10px 14px;margin-bottom:16px;background:#f8fafc}.li-test-panel summary{cursor:pointer;font-size:14px;font-weight:600;color:#0a66c2;-webkit-user-select:none;user-select:none}.li-test-panel[open] summary{margin-bottom:10px}.li-test-panel .linkedin-textarea{width:100%;box-sizing:border-box;margin-bottom:8px}.linkedin-ai-tools{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:8px 0}.btn-ai-chip{font-size:12px;padding:6px 10px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;cursor:pointer;white-space:nowrap}.btn-ai-chip:hover{background:#eef2ff;border-color:#6366f1;color:#4338ca}.btn-ai-go{background:#4f46e5;color:#fff;border-color:#4f46e5}.btn-ai-go:hover{background:#4338ca;color:#fff}.li-rework-input{flex:1;min-width:140px;padding:6px 10px;font-size:12px;border:1px solid #cbd5e1;border-radius:999px}.li-rework-input:focus{outline:none;border-color:#6366f1}
