.estimator-container{min-height:100vh;background:#f8fafc;padding:2rem;display:flex;flex-direction:column}.app-builder-header{position:-webkit-sticky;position:sticky;top:0;z-index:1000;width:100%;flex-shrink:0;background-color:var(--background);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:background-color .3s ease,box-shadow .3s ease;padding:1rem 1.5rem}@media (min-width:640px){.app-builder-header{padding:1rem 2rem}}@media (min-width:1024px){.app-builder-header{padding:1rem 3rem}}.app-builder-header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;margin:0 auto}.app-builder-header-logo{display:flex;align-items:center;height:45px;text-decoration:none;color:inherit;transition:opacity .2s ease}.app-builder-header-logo:hover{opacity:.9}.app-builder-header-logo img{height:100%;width:auto;min-width:65px;object-fit:contain}.app-builder-header-quit{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:var(--text-primary);background:transparent;border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.app-builder-header-quit:hover{background-color:var(--background-light);color:var(--primary-color);border-color:var(--primary-color)}.app-builder-header-quit svg{flex-shrink:0;opacity:.85}.app-builder-header-quit:hover svg{opacity:1}.estimator-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1400px;width:100%;margin:0 auto;flex:1 1;min-height:0;transition:grid-template-columns .45s cubic-bezier(.4,0,.2,1),gap .45s cubic-bezier(.4,0,.2,1)}.estimator-layout.project-empty{grid-template-columns:1fr 0fr;gap:0}.estimator-layout.project-empty .preview-column{overflow:hidden;opacity:0;min-width:0;pointer-events:none;transition:opacity .35s ease}.estimator-layout.project-locked{grid-template-columns:0fr 1fr;gap:0}.estimator-layout.project-locked .preview-column{grid-column:2}.chat-column{background:white;border-radius:1rem;box-shadow:0 1px 3px 0 rgb(0 0 0/.1);border:1px solid #e2e8f0;flex-direction:column;height:calc(100vh - 160px)}.chat-column,.chat-header{position:relative;display:flex;overflow:visible}.chat-header{z-index:30;padding:1.25rem 1.5rem;min-height:5.5rem;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #e2e8f0}.chat-header-right{display:flex;align-items:center;gap:.75rem}.chat-limit-gauge-wrap{position:relative;display:flex;align-items:center;justify-content:center;cursor:help}.chat-limit-gauge-wrap:hover .chat-limit-gauge-popover{opacity:1;visibility:visible}.chat-limit-gauge-popover{position:absolute;top:calc(100% + 10px);left:50%;transform:translateX(-50%);width:260px;padding:.875rem 1rem;font-size:.8125rem;line-height:1.45;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px rgba(15,23,42,.12);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;pointer-events:none;z-index:9999;text-align:left}.chat-limit-gauge-popover:before{content:"";position:absolute;bottom:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-bottom-color:#fff;filter:drop-shadow(0 -1px 0 #e2e8f0)}@media (max-width:600px){.chat-limit-gauge-popover{left:auto;right:0;transform:none;max-width:min(260px,calc(100vw - 24px))}.chat-limit-gauge-popover:before{left:auto;right:8px;margin-left:0;margin-right:-6px}}.chat-limit-gauge{position:relative;width:40px;height:40px;flex-shrink:0}.chat-limit-gauge .gauge-circle{width:100%;height:100%;transform:rotate(-90deg)}.chat-limit-gauge .gauge-bg{fill:none;stroke:#e2e8f0;stroke-width:3}.chat-limit-gauge .gauge-fill{fill:none;stroke:#1ba8b5;stroke-width:3;stroke-linecap:round;transition:stroke-dasharray .3s ease}.chat-limit-gauge.at-limit .gauge-fill{stroke:#dc2626}.expert-booking-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#1ba8b5;background:linear-gradient(135deg,rgba(27,168,181,.08),rgba(27,168,181,.04));border:1px solid rgba(27,168,181,.25);border-radius:8px;cursor:pointer;transition:all .2s ease}.expert-booking-btn:hover{background:linear-gradient(135deg,rgba(27,168,181,.15),rgba(27,168,181,.08));border-color:rgba(27,168,181,.4)}.expert-booking-btn.has-booking{background:linear-gradient(135deg,rgba(27,168,181,.12),rgba(27,168,181,.06));border-color:rgba(27,168,181,.35);font-weight:600}.expert-booking-btn.has-booking:hover{background:linear-gradient(135deg,rgba(27,168,181,.2),rgba(27,168,181,.12));border-color:rgba(27,168,181,.5);transform:translateY(-1px);box-shadow:0 2px 4px rgba(27,168,181,.15)}.chat-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}.chat-title{display:flex;align-items:center;gap:.4rem}.chat-badge{font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .45rem;border-radius:999px;background:rgba(99,102,241,.12);color:#4f46e5;border:1px solid rgba(99,102,241,.25)}.header-icon{width:40px;height:40px;min-width:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(27,168,181,.1),rgba(27,168,181,.05));border-radius:10px;border:1px solid rgba(27,168,181,.15);color:#1ba8b5}.chat-header p{margin:0;color:#64748b;font-size:.875rem}.messages{flex:1 1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.message-wrapper{display:flex;gap:.75rem;align-items:flex-start}.user-message-wrapper{flex-direction:row-reverse;justify-content:flex-start}.assistant-message-wrapper{flex-direction:row;justify-content:flex-start;margin-right:auto}.message-avatar{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;border:2px solid #dbeafe;box-shadow:0 2px 4px rgba(0,0,0,.1)}.message-avatar img{width:100%;height:100%;object-fit:cover}.message{padding:.75rem 1rem;border-radius:.5rem;max-width:70%;line-height:1.6;word-wrap:break-word}.message strong{font-weight:600;color:inherit}.message em{font-style:italic}.message ol,.message ul{margin:.5rem 0;padding-left:1.5rem}.message li{margin:.25rem 0}.message p{margin:.4rem 0}.message p:first-child{margin-top:0}.message p:last-child{margin-bottom:0}.message li::marker{color:inherit}.user-message{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe;white-space:pre-line}.user-message p:first-child{font-weight:500;font-size:.9rem;opacity:.8;margin-bottom:.5rem}.assistant-message{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.loading{display:flex;gap:.25rem;padding:1rem}.loading-avatar{width:2.5rem;height:2.5rem;flex-shrink:0}.loading-avatar,.thinking-dots{display:flex;align-items:center;justify-content:center}.thinking-dots{gap:.25rem}.thinking-dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:thinking-bounce 1.4s ease-in-out infinite both}.thinking-dot:first-child{animation-delay:0s}.thinking-dot:nth-child(2){animation-delay:.2s}.thinking-dot:nth-child(3){animation-delay:.4s}@keyframes thinking-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.loading-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;min-height:2.5rem}.loading-status-text{color:#94a3b8;font-size:.9rem;line-height:1.4;transition:opacity .2s ease}.loading-text{color:#64748b;font-style:italic}.dots{display:flex;gap:.25rem;align-items:center}.dot{animation:bounce 1.4s infinite;font-size:1.5rem;color:#1ba8b5}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.input-zone{position:relative;display:flex;flex-direction:column;min-height:80px;border-top:1px solid #e2e8f0;background:#fff;border-radius:0 0 1rem 1rem;overflow:hidden}.input-zone textarea{flex:1 1;width:100%;min-height:80px;padding:.75rem 1rem;border:none;border-radius:0;font-family:inherit;font-size:1rem;resize:none;transition:background-color .2s;line-height:1.5;background:transparent}.input-zone textarea::placeholder{color:#94a3b8}.input-zone textarea:focus{outline:none;background:#fafafa}.input-zone textarea:disabled{background:#f8fafc;cursor:not-allowed;opacity:.7}.input-zone-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem .75rem 1rem;border-top:1px solid #f1f5f9;background:#fafafa;border-radius:0 0 1rem 1rem}.expert-booking-link{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem 0;font-size:.8125rem;font-weight:500;color:#1ba8b5;background:none;border:none;cursor:pointer;transition:color .2s ease}.expert-booking-link:hover{color:#0f7d87;text-decoration:underline}.expert-booking-link svg{width:14px;height:14px;flex-shrink:0}.send-button-inline{width:36px;height:36px;padding:0;background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(27,168,181,.3);flex-shrink:0}.send-button-inline:hover:not(:disabled){background:linear-gradient(135deg,#1eb8c5,#108792);transform:scale(1.1);box-shadow:0 4px 12px rgba(27,168,181,.4)}.send-button-inline:disabled{opacity:.4;cursor:not-allowed;background:linear-gradient(135deg,#cbd5e1,#94a3b8);box-shadow:none}.send-button-inline.is-loading{opacity:1;background:linear-gradient(135deg,#1ba8b5,#0f7d87);box-shadow:0 2px 6px rgba(27,168,181,.3);cursor:wait}.send-button-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:white;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0;will-change:transform}.loading-spinner{animation:spin .8s linear infinite}.preview-column{background:white;border-radius:1rem;box-shadow:0 1px 3px 0 rgb(0 0 0/.1);border:1px solid #e2e8f0;position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content;max-height:calc(100vh - 160px);display:flex;flex-direction:column;transition:opacity .35s ease}.preview-content{flex:1 1;padding:2rem;overflow-y:auto;overscroll-behavior:contain}.preview-finalisation-banner{background:linear-gradient(135deg,rgba(27,168,181,.12),rgba(27,168,181,.06));border:1px solid rgba(27,168,181,.25);border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#0f7d87;font-size:.9375rem;font-weight:500}.preview-title{font-size:1.5rem}.objectif-container{margin:0 0 1.5rem;display:flex;flex-direction:column;gap:1rem}.objectif-section{display:flex;flex-direction:column;gap:.5rem}.objectif-label{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.objectif-section:first-child .objectif-label,.objectif-section:first-child .objectif-label svg{color:#c2410c}.objectif-section:last-child .objectif-label,.objectif-section:last-child .objectif-label svg{color:#15803d}.objectif-content{font-size:1.0625rem;color:#334155;line-height:1.6}.objectif-solution{font-weight:500;color:#0f172a;font-size:1.125rem}.editable{cursor:pointer;transition:all .2s ease;padding:.75rem;margin:0 0 1.5rem;border-radius:.5rem;position:relative}.editable:hover{background:#f0f9ff;box-shadow:0 0 0 2px #bae6fd}.objectif-section.editable{margin:0 0 .75rem;padding:.75rem;border-radius:.5rem}.objectif-section.editable:hover{background:#f0f9ff;box-shadow:0 0 0 2px #bae6fd}.objectif-container{margin-bottom:1.5rem}.objectif-placeholder{color:#94a3b8;font-style:italic;margin:0 0 1.5rem;font-size:1rem}.separator{height:1px;background:linear-gradient(90deg,#e2e8f0 0,#1ba8b5 50%,#e2e8f0);margin:0 0 1.5rem}.functionalities-title{margin:0 0 1rem;font-size:1.125rem;color:#0f172a;font-weight:600}.functionalities-title.secondary{font-size:1rem;color:#64748b;margin-top:0}.functionalities-subtitle{margin:-.5rem 0 1rem;font-size:.875rem;color:#64748b;font-weight:400}.modules-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.module-item{padding:1rem 1.25rem;background:#f8fafc;border-radius:.5rem;border-left:3px solid #1ba8b5;color:#0f172a;font-size:.95rem;position:relative;margin:0;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.module-item.future{background:#fafafa;border-left-color:#94a3b8;opacity:.85}.module-drag-handle{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;margin:-.25rem .25rem -.25rem -.25rem;border-radius:.375rem;cursor:-webkit-grab;cursor:grab;color:#94a3b8;flex-shrink:0;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.module-drag-handle:hover{color:#64748b;background:rgba(0,0,0,.04)}.module-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.module-item-dragging{opacity:.85;box-shadow:0 4px 12px rgba(0,0,0,.12);z-index:1}.module-content{flex:1 1;display:flex;flex-direction:column;gap:.75rem}.module-content.editable{cursor:pointer;padding:.5rem;margin:0;border-radius:.375rem;transition:background .2s ease}.module-content.editable:hover{background:rgba(27,168,181,.05)}.module-actions{display:flex;gap:.5rem;flex-shrink:0}.module-action-btn{width:32px;height:32px;border:none;background:white;border-radius:.375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#64748b}.module-action-btn:hover{background:#1ba8b5;color:white;transform:scale(1.05)}.module-action-btn.delete:hover{background:#ef4444}.module-action-btn svg{width:16px;height:16px}.module-title{font-weight:600;font-size:1rem;color:#0f172a;line-height:1.4;display:flex;align-items:center;justify-content:space-between;width:100%}.module-title.clickable{cursor:pointer;padding:.5rem;margin:-.5rem;border-radius:.375rem;transition:background .2s ease}.module-title.clickable:hover{background:rgba(27,168,181,.05)}.module-icon{display:flex;align-items:center;color:#1ba8b5;flex-shrink:0}.module-description{display:flex;flex-direction:column;gap:.5rem}.module-description-phrase{font-size:.9rem;color:var(--text-secondary);margin:0 0 .5rem;line-height:1.4}.module-bullet{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#475569;line-height:1.5}.module-bullet svg{flex-shrink:0;margin-top:.15rem;color:#1ba8b5;width:14px;height:14px}.expand-btn{background:none;border:none;padding:.25rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:.25rem}.expand-btn:hover{background:rgba(27,168,181,.1);color:#1ba8b5}.edit-module-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;margin-top:.5rem;background:white;border:1.5px solid #e2e8f0;border-radius:.375rem;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.edit-module-btn:hover{background:#f8fafc;border-color:#1ba8b5;color:#1ba8b5}.edit-module-btn svg{width:16px;height:16px}.modules-placeholder{color:#94a3b8;font-style:italic;margin:0 0 1rem;font-size:.95rem}.add-module-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;border:1.5px dashed #cbd5e1;border-radius:.5rem;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center;margin-top:.75rem}.add-module-button:hover{background:#f8fafc;border-color:#1ba8b5;color:#1ba8b5}.add-module-button svg{color:currentColor}.preview-cta-button{width:100%;padding:1.25rem;background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white;border:none;border-top:1px solid #e2e8f0;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;border-radius:0 0 1rem 1rem;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 2px 6px rgba(27,168,181,.25)}.preview-cta-button:hover:not(:disabled){background:linear-gradient(135deg,#1eb8c5,#108792);box-shadow:0 4px 10px rgba(27,168,181,.35)}.preview-cta-button:disabled{background:linear-gradient(135deg,#cbd5e1,#94a3b8);color:#64748b;cursor:not-allowed;box-shadow:none}.preview-cta-button svg{flex-shrink:0}.qcm-container{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.qcm-question{margin:0 0 1rem;font-weight:600;color:#0f172a;font-size:1rem}.qcm-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.qcm-option{padding:.75rem 1rem;background:white;border:2px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:all .2s;text-align:left;font-size:1rem;display:flex;align-items:center;gap:.5rem;font-family:inherit}.qcm-option:hover{border-color:#1ba8b5;background:#f0fdff}.qcm-option.selected{border-color:#1ba8b5;background:#dbeafe;font-weight:500}.checkbox{font-size:1.25rem;color:#1ba8b5;line-height:1}.qcm-other{display:flex;flex-direction:column;gap:.5rem}.other-input{padding:.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;font-family:inherit}.other-input:focus{outline:none;border-color:#1ba8b5}.qcm-submit{width:100%;padding:.75rem;background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem;box-shadow:0 2px 6px rgba(27,168,181,.25)}.qcm-submit:hover:not(:disabled){background:linear-gradient(135deg,#1eb8c5,#108792);transform:translateY(-1px);box-shadow:0 4px 10px rgba(27,168,181,.35)}.qcm-submit:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:0 1px 3px rgba(100,116,139,.2)}.edit-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.6);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.edit-modal{background:#ffffff;border-radius:1rem;box-shadow:0 25px 60px rgba(0,0,0,.25);width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.edit-modal-header{justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.edit-modal-header,.modal-icon{display:flex;align-items:center}.modal-icon{justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#1ba8b5,#0891b2);border-radius:.5rem;color:white;flex-shrink:0}.edit-modal-header h3{margin:0;font-size:1.25rem;color:#0f172a;font-weight:600}.close-button{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.close-button:hover{background:#f1f5f9;color:#0f172a}.edit-modal-body{padding:1.5rem;flex:1 1;overflow-y:auto;background:#ffffff}.edit-modal-body textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;line-height:1.6;resize:vertical;transition:all .2s}.edit-modal-body textarea:focus{outline:none;border-color:#1ba8b5;box-shadow:0 0 0 3px rgba(27,168,181,.1)}.edit-modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0;justify-content:flex-end}.cancel-button,.save-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.cancel-button{background:#f1f5f9;color:#64748b}.cancel-button:hover{background:#e2e8f0;color:#0f172a}.save-button{background:#1ba8b5;color:white}.save-button:hover:not(:disabled){background:#0f6b73;transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,168,181,.3)}.save-button:disabled{opacity:.5;cursor:not-allowed}.add-module-clarification{margin:0 0 1rem;padding:.75rem 1rem;background:#fef3c7;border-radius:.5rem;color:#92400e;font-size:.95rem}.add-module-status{margin:.75rem 0 0;color:#64748b;font-size:.9rem}.add-module-proposal{padding:.25rem 0}.add-module-proposal-title{font-weight:700;font-size:1.1rem;margin:0 0 .5rem;color:#0f172a}.add-module-proposal-description{margin:0 0 .75rem;color:#475569;font-size:.95rem}.add-module-proposal-benefits{margin:0;padding-left:1.25rem;color:#334155;font-size:.95rem}.add-module-proposal-benefits li{margin-bottom:.35rem}.add-module-suggestion{padding:.25rem 0}.add-module-suggestion-message{margin:0 0 1rem;color:#0f172a;font-size:1rem;line-height:1.5}.add-module-suggestion-benefits{margin:0 0 0 1.25rem;padding:0;color:#475569;font-size:.95rem}.add-module-suggestion-benefits li{margin-bottom:.35rem}.add-module-proposal-toggle{display:flex;gap:0;margin-top:1.25rem;padding:.25rem;background:#f1f5f9;border-radius:.5rem;width:100%;max-width:320px}.add-module-toggle-option{flex:1 1;padding:.5rem .75rem;border:none;border-radius:.375rem;font-size:.9rem;font-weight:500;color:#64748b;background:transparent;cursor:pointer;transition:color .2s,background .2s}.add-module-toggle-option:hover{color:#0f172a}.add-module-toggle-option.active{background:#fff;color:#1ba8b5;box-shadow:0 1px 2px rgba(0,0,0,.05)}.report-error-link{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;padding:0;font-size:.75rem;color:#94a3b8;background:none;border:none;cursor:pointer;text-decoration:none;transition:color .2s ease}.report-error-link:hover{color:#64748b}.report-error-link svg{flex-shrink:0}.report-error-done{display:inline-block;margin-top:.75rem;font-size:.75rem;color:#94a3b8}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.report-modal{background:white;border-radius:1rem;box-shadow:0 20px 50px rgba(0,0,0,.3);width:90%;max-width:560px;max-height:90vh;display:flex;flex-direction:column}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.report-modal-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#94a3b8;border-radius:.5rem;color:white;flex-shrink:0}.report-modal-header h3{margin:0;font-size:1.25rem;color:#0f172a;font-weight:600}.report-modal-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.report-modal-close:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.report-modal-close:disabled{opacity:.5;cursor:not-allowed}.report-modal-body{padding:1.5rem;flex:1 1;overflow-y:auto}.report-modal-label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#334155}.report-modal-textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;line-height:1.6;resize:vertical;transition:all .2s;margin-bottom:1.25rem}.report-modal-textarea:focus{outline:none;border-color:#1ba8b5;box-shadow:0 0 0 3px rgba(27,168,181,.1)}.report-modal-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.875rem;color:#475569;line-height:1.5}.report-modal-checkbox{margin-top:.2rem;flex-shrink:0;width:1rem;height:1rem;accent-color:#1ba8b5}.report-modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0;justify-content:flex-end}.report-modal-cancel{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem;background:#f1f5f9;color:#64748b}.report-modal-cancel:hover:not(:disabled){background:#e2e8f0;color:#0f172a}.report-modal-cancel:disabled{opacity:.5;cursor:not-allowed}.report-modal-submit{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem;background:#1ba8b5;color:white}.report-modal-submit:hover:not(:disabled){background:#0f6b73;transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,168,181,.3)}.report-modal-submit:disabled{opacity:.5;cursor:not-allowed}.preview-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:white;padding:1.25rem 1.5rem;min-height:5.5rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:none;border-radius:1rem 1rem 0 0}.preview-header-left{display:flex;align-items:center;gap:.75rem;flex:1 1;min-width:0}.preview-title-wrapper{display:flex;flex-direction:column;gap:0;min-width:0}.preview-title{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-subtitle{font-size:.75rem;color:#64748b;font-weight:500}.preview-header-right{display:flex;align-items:center;gap:.5rem}.saving-spinner-small{width:14px;height:14px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.check-icon{flex-shrink:0}.header-save-btn{display:flex;align-items:center;justify-content:center;padding:.65rem;color:white;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;position:relative;width:42px;height:42px}.header-save-btn.no-changes{background:linear-gradient(135deg,#94a3b8,#64748b);box-shadow:0 1px 3px rgba(100,116,139,.2);opacity:.7}.header-save-btn.no-changes:hover:not(:disabled){opacity:.85;transform:translateY(-1px);box-shadow:0 2px 6px rgba(100,116,139,.3)}.header-save-btn.has-changes{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 3px 10px rgba(239,68,68,.4);animation:pulse-save-btn 2s ease-in-out infinite}.header-save-btn.has-changes:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(239,68,68,.5);background:linear-gradient(135deg,#f87171,#ef4444);animation:none}@keyframes pulse-save-btn{0%,to{box-shadow:0 3px 10px rgba(239,68,68,.4)}50%{box-shadow:0 4px 14px rgba(239,68,68,.6)}}.header-save-btn:disabled{opacity:.5;cursor:not-allowed}.header-save-btn.primary{background:linear-gradient(135deg,#1ba8b5,#0f7d87);padding:.7rem 1.3rem;box-shadow:0 3px 8px rgba(27,168,181,.3);animation:none;opacity:1;width:auto;height:auto;gap:.5rem}.header-save-btn.primary:hover:not(:disabled){background:linear-gradient(135deg,#1eb8c5,#108792);box-shadow:0 4px 10px rgba(27,168,181,.35)}.header-settings-btn{display:flex;align-items:center;justify-content:center;padding:.65rem;background:linear-gradient(135deg,#1ba8b5,#0f7d87);border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease;flex-shrink:0;width:42px;height:42px;color:white;box-shadow:0 2px 6px rgba(27,168,181,.25)}.header-settings-btn:hover{background:linear-gradient(135deg,#1eb8c5,#108792);transform:translateY(-1px);box-shadow:0 4px 10px rgba(27,168,181,.35)}.info-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.info-modal-content{background:white;border-radius:1rem;max-width:500px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out}.info-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#ffffff)}.info-modal-header h2{margin:0;font-size:1.5rem;color:#1e293b;font-weight:600}.info-modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.info-modal-close:hover{background:#f1f5f9;color:#0f172a}.info-modal-body{padding:2rem;overflow-y:auto;flex:1 1}.info-display{gap:1rem;margin-bottom:2rem}.info-display,.info-item{display:flex;flex-direction:column}.info-item{gap:.25rem;padding:.75rem;background:#f8fafc;border-radius:.5rem}.info-label{font-size:.85rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.info-value{font-size:1rem;color:#1e293b;font-weight:500}.info-actions{display:flex;flex-direction:column;gap:.75rem}.info-btn-delete,.info-btn-edit{padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.info-btn-edit{background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white}.info-btn-edit:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,168,181,.3)}.info-btn-delete{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.info-btn-delete:hover{background:#fecaca}.info-form{gap:1.25rem}.info-form,.info-form-group{display:flex;flex-direction:column}.info-form-group{gap:.5rem}.info-form-group label{font-weight:600;color:#1e293b;font-size:.95rem}.info-form-group input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:all .2s}.info-form-group input:focus{outline:none;border-color:#1ba8b5;box-shadow:0 0 0 3px rgba(27,168,181,.1)}.info-modal-footer{display:flex;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;background:#f8fafc;justify-content:flex-end}.info-btn-cancel,.info-btn-close,.info-btn-save{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.info-btn-cancel,.info-btn-close{background:#f1f5f9;color:#64748b}.info-btn-cancel:hover,.info-btn-close:hover{background:#e2e8f0;color:#0f172a}.info-btn-save{background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white}.info-btn-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,168,181,.3)}.info-btn-save:disabled{opacity:.5;cursor:not-allowed}.delete-confirm-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:2rem;z-index:10}.delete-confirm-box{background:white;border-radius:1rem;padding:2rem;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.4)}.delete-confirm-box h3{margin:0 0 1rem;color:#dc2626;font-size:1.25rem;display:flex;align-items:center;gap:.5rem}.delete-confirm-box p{margin:0 0 .75rem;color:#1e293b;line-height:1.6}.delete-warning{color:#dc2626;font-weight:600;font-size:.9rem}.delete-confirm-actions{display:flex;gap:.75rem;margin-top:1.5rem}.delete-btn-cancel,.delete-btn-confirm{flex:1 1;padding:.75rem 1.25rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:.95rem}.delete-btn-cancel{background:#f1f5f9;color:#64748b}.delete-btn-cancel:hover{background:#e2e8f0}.delete-btn-confirm{background:#dc2626;color:white}.delete-btn-confirm:hover:not(:disabled){background:#b91c1c}.delete-btn-confirm:disabled{opacity:.5;cursor:not-allowed}.save-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.save-modal-content{background:white;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.save-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#f8fafc,#ffffff);flex-shrink:0}.save-modal-header h2{margin:0;font-size:1.5rem;color:#1e293b;font-weight:600}.save-modal-title-with-icon{display:flex;align-items:center;gap:.5rem}.save-modal-title-with-icon.save-modal-title-error{color:#dc2626}.save-modal-icon{flex-shrink:0;color:#1ba8b5;vertical-align:middle}.save-modal-icon-success{color:#16a34a}.save-modal-icon-error{color:#dc2626}.save-modal-close{background:none;border:none;font-size:2rem;line-height:1;color:#64748b;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s}.save-modal-close:hover{background:#f1f5f9;color:#0f172a}.quit-confirm-modal .save-modal-header h2{font-size:1.25rem;padding-right:2rem}.quit-confirm-body{padding:1rem 2rem}.quit-confirm-body p{margin:0;color:#64748b;font-size:.9375rem}.quit-confirm-footer{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.save-modal-header-icon-only{justify-content:center;position:relative}.save-modal-header-icon-only .save-modal-close{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.save-modal-header-center{display:flex;align-items:center;justify-content:center}.save-modal-header-icon{color:#1ba8b5;flex-shrink:0}.save-modal-header-spinner{width:28px;height:28px;border:2px solid #e2e8f0;border-top-color:#1ba8b5;border-radius:50%;animation:save-header-spin .8s linear infinite}@keyframes save-header-spin{to{transform:rotate(1turn)}}.save-modal-body{padding:2rem;overflow-y:auto;flex:1 1;min-height:0}.save-modal-description{color:#64748b;margin:0 0 1.5rem;line-height:1.6}.save-modal-form{display:flex;flex-direction:column;flex:1 1;min-height:0;overflow:hidden}.save-form-group{margin-bottom:1.25rem}.save-form-group label{display:block;margin-bottom:.5rem;color:#1e293b;font-weight:600;font-size:.95rem}.save-form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;transition:all .2s}.save-form-group input:focus{outline:none;border-color:#1ba8b5;box-shadow:0 0 0 3px rgba(27,168,181,.1)}.save-form-group textarea,.save-form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:inherit;line-height:1.5;resize:vertical;transition:all .2s}.save-form-group textarea:focus,.save-form-textarea:focus{outline:none;border-color:#1ba8b5;box-shadow:0 0 0 3px rgba(27,168,181,.1)}.save-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem}.save-spinner{width:3rem;height:3rem;border:3px solid #e2e8f0;border-top-color:#1ba8b5;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.save-success-message{margin-bottom:2rem;text-align:center}.save-success-text{color:#16a34a;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.save-email-sent{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;color:#64748b;margin:0;line-height:1.6;text-align:center}.save-email-sent-icon{flex-shrink:0;display:flex;align-items:center}.save-email-sent-icon .save-modal-icon{color:#1ba8b5}.save-email-sent-text{min-width:0;word-break:break-word}.save-email-sent strong{color:#1e293b}.save-url-container{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:.75rem;padding:1.5rem;margin-bottom:1rem}.save-url-label{display:flex;align-items:center;gap:.5rem;color:#0369a1;font-weight:600;margin-bottom:.75rem;font-size:.95rem}.save-url-label .save-modal-icon{color:#0ea5e9}.save-url-box{display:flex;gap:.5rem;margin-bottom:.75rem}.save-url-input{flex:1 1;padding:.75rem;border:2px solid #7dd3fc;border-radius:.5rem;background:white;font-size:.9rem;font-family:Courier New,monospace;color:#0369a1}.save-copy-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#1ba8b5;color:white;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.save-copy-btn .save-modal-icon{color:currentColor}.save-copy-btn:hover{background:#0f7d87;transform:translateY(-1px)}.save-copy-btn.copied{background:#16a34a}.save-url-hint{color:#0369a1;font-size:.85rem;margin:0;text-align:center}.save-error-message{padding:1.5rem;background:#fef2f2;border:2px solid #fecaca;border-radius:.75rem;color:#991b1b}.save-error-message p{margin:0 0 .5rem}.save-error-details{font-weight:600;color:#dc2626}.save-modal-footer{display:flex;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #e2e8f0;justify-content:flex-end;background:#f8fafc;flex-shrink:0}.save-btn-primary,.save-btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.save-btn-secondary{background:#f1f5f9;color:#64748b}.save-btn-secondary:hover{background:#e2e8f0;color:#0f172a}.save-btn-primary{background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white}.save-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(27,168,181,.3)}.restore-modal-warning{color:#64748b;font-size:.9rem;margin:.75rem 0 0;line-height:1.5}.expert-booking-modal{max-width:560px;height:85vh;min-height:480px}.expert-booking-header{flex-wrap:wrap;gap:.75rem}.expert-booking-steps{gap:.4rem;flex:1 1}.expert-booking-steps,.expert-step-item{display:flex;align-items:center;justify-content:center}.expert-step-item{padding:.45rem;border-radius:50%;color:#b0bec5;transition:color .2s,background .2s}.expert-step-item.active{color:#1ba8b5;background:rgba(27,168,181,.08);border-radius:20px;padding:.45rem .85rem .45rem .55rem;gap:.45rem}.expert-step-item.done{color:#78909c}.expert-booking-step-icon{display:block;flex-shrink:0;width:22px;height:22px}.expert-booking-step-label{white-space:nowrap;font-size:.85rem;font-weight:600;color:#1ba8b5;line-height:1}.expert-booking-step-sep{width:5px;height:5px;margin:0 .25rem;border-radius:50%;background:#cfd8dc;flex-shrink:0}.expert-step-item.done+.expert-booking-step-sep{background:#90a4ae}.expert-step2-body{display:flex;flex-direction:column;min-height:0}.expert-step2-textarea-wrap{flex:1 1;min-height:0;display:flex}.expert-step2-textarea{flex:1 1;min-height:120px}.expert-intro-step{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#ffffff)}.expert-intro-close{position:absolute;top:1.25rem;right:1.25rem;background:rgba(255,255,255,.95);border:none;font-size:1.75rem;line-height:0;color:#64748b;cursor:pointer;padding:0 0 5px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1)}.expert-intro-close:hover{background:white;color:#0f172a;box-shadow:0 4px 12px rgba(0,0,0,.15)}.expert-intro-image{width:100%;height:240px;overflow:hidden;position:relative}.expert-intro-image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(0deg,#f8fafc,transparent)}.expert-intro-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%}.expert-intro-content{flex:1 1;display:flex;flex-direction:column;padding:2rem 2.5rem 2.5rem;gap:2rem}.expert-intro-title{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a;text-align:center;line-height:1.3}.expert-intro-benefits{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.expert-intro-benefits li{display:flex;align-items:flex-start;gap:1rem;color:#1e293b;font-size:1rem;line-height:1.6}.expert-intro-benefits li svg{flex-shrink:0;margin-top:.1rem}.expert-intro-benefits li strong{color:#0f172a;font-weight:600}.expert-intro-testimonial{position:relative;margin:0;padding:1.5rem;background:linear-gradient(135deg,rgba(27,168,181,.04),rgba(27,168,181,.08));border-left:3px solid #1ba8b5;border-radius:.75rem}.expert-intro-quote{position:absolute;top:-8px;left:12px;opacity:.6}.expert-intro-testimonial-text{margin:0 0 1rem;padding-top:.5rem;color:#1e293b;font-size:.95rem;line-height:1.6;font-style:italic}.expert-intro-testimonial-author{display:flex;flex-direction:column;gap:.15rem;font-size:.875rem;color:#64748b}.expert-intro-testimonial-author strong{color:#0f172a;font-weight:600}.expert-intro-cta{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white;border:none;border-radius:.75rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px rgba(27,168,181,.3);margin-top:auto}.expert-intro-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(27,168,181,.4);background:linear-gradient(135deg,#1eb8c5,#108792)}.expert-intro-cta:active{transform:translateY(0)}.expert-intro-cta svg{transition:transform .3s ease}.expert-intro-cta:hover svg{transform:translateX(4px)}.expert-dates-ribbon{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0;scrollbar-width:thin}.expert-date-btn{flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;min-width:80px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:all .2s}.expert-date-btn.available:hover{border-color:#1ba8b5;background:rgba(27,168,181,.05);color:#1ba8b5}.expert-date-btn.disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;opacity:.7}.expert-date-weekday{font-size:.75rem;color:inherit;text-transform:capitalize}.expert-date-day{font-size:1.25rem;font-weight:600;margin:.25rem 0}.expert-date-month{font-size:.75rem;color:inherit;text-transform:capitalize}.expert-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));grid-gap:.5rem;gap:.5rem}.expert-slot-btn{padding:.75rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-weight:500;cursor:pointer;transition:all .2s}.expert-slot-btn:hover{border-color:#1ba8b5;background:rgba(27,168,181,.05);color:#1ba8b5}.expert-slot-btn.selected{border-color:#1ba8b5;background:rgba(27,168,181,.1);color:#0f7d87}.expert-confirm-recap{background:#f8fafc;border-radius:8px;padding:1.25rem}.expert-confirm-recap p{margin:0 0 .5rem;color:#1e293b}.expert-confirm-recap p:last-child{margin-bottom:0}.edit-booking-modal{height:auto;max-height:90vh;min-height:0}.edit-booking-modal .save-modal-header{padding:1.25rem 1.5rem}.edit-booking-modal .save-modal-body{padding:1.25rem 1.5rem;flex:0 1 auto;min-height:0}.edit-booking-modal .save-modal-footer{padding:1rem 1.5rem}.edit-booking-modal .edit-booking-actions{display:flex;flex-direction:column;gap:.75rem;align-items:stretch}.edit-booking-modal .edit-booking-actions .save-btn-primary,.edit-booking-modal .edit-booking-actions .save-btn-secondary{width:100%}.edit-booking-cancel-confirm{padding:.75rem;background:#fef2f2;border-radius:8px;border:1px solid #fecaca;color:#991b1b}.edit-booking-cancel-confirm span{display:block}.welcome-modal-content{max-width:720px}.welcome-modal-content .save-modal-header{padding:2rem 2.5rem}.welcome-modal-content .save-modal-body{padding:0 2.5rem}.welcome-modal-content .save-modal-footer{padding:1.75rem 2.5rem}.welcome-modal-title{margin:0;font-size:1.4rem;font-weight:600;color:#1e293b;line-height:1.4;padding-right:2rem}.welcome-modal-body{overflow-y:auto;max-height:60vh;padding-bottom:.5rem}.welcome-modal-intro{margin:0 0 2rem;color:#475569;font-size:1.05rem;line-height:1.65}.welcome-parcours-title{margin:0 0 1.25rem;font-size:1rem;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.welcome-steps{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.5rem}.welcome-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9}.welcome-step:last-child{border-bottom:none}.welcome-step-num{width:1.5rem;height:1.5rem;font-size:.8rem;font-weight:600;color:#1ba8b5;background:rgba(27,168,181,.12);border-radius:50%}.welcome-step-icon-wrap,.welcome-step-num{flex-shrink:0;display:flex;align-items:center;justify-content:center}.welcome-step-icon-wrap{color:#64748b}.welcome-step-icon{flex-shrink:0}.welcome-step-content{flex:1 1;min-width:0}.welcome-step-title{display:block;font-size:.95rem;color:#0f172a;margin:0 0 .2rem}.welcome-step-desc{margin:0;font-size:.9rem;color:#64748b;line-height:1.55}.welcome-prompt{margin:1.5rem 0;padding:1.25rem 1.5rem;background:#f8fafc;border-radius:.5rem;border-left:3px solid #1ba8b5}.welcome-prompt-label{margin:0 0 .35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.welcome-prompt-quote{margin:0;font-size:.95rem;color:#334155;line-height:1.5;font-style:italic}.welcome-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin:1.5rem 0 0;padding:1rem 0}.welcome-checkbox-input{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.15rem;accent-color:#1ba8b5;cursor:pointer}.welcome-checkbox-text{font-size:.9rem;color:#475569;line-height:1.5}.save-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.save-btn-primary:disabled:hover{transform:none;box-shadow:none}.mobile-tab-bar{display:none}@media (max-width:968px){.footer,.navbar{display:none!important}.estimator-container{padding:0;height:100vh;height:100dvh;overflow:hidden;min-height:0}.app-builder-header{padding:1rem;flex-shrink:0;min-height:auto}.app-builder-header-inner{max-width:none}.app-builder-header-logo{height:40px}.app-builder-header-logo img{max-height:40px;width:auto}.app-builder-header-quit{padding:.4rem .75rem;font-size:.875rem}.estimator-layout{grid-template-columns:1fr;gap:0;height:calc(100dvh - 72px - 64px - env(safe-area-inset-bottom))}.estimator-layout.project-empty{grid-template-columns:1fr;height:calc(100dvh - 72px - env(safe-area-inset-bottom))}.estimator-layout.project-empty .preview-column{display:none}.estimator-layout.project-locked .preview-column{grid-column:1}.mobile-hidden{display:none!important}.chat-column{height:100%;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column;min-height:0}.chat-header{padding:1.25rem 1.5rem;min-height:5rem;flex-shrink:0}.chat-header h2{font-size:1.15rem}.messages{flex:1 1;overflow-y:auto;overflow-x:hidden;padding:1rem;min-height:0;-webkit-overflow-scrolling:touch}.message{max-width:85%}.input-zone{flex-shrink:0;min-height:60px;border-top:1px solid #e2e8f0}.input-zone textarea{min-height:60px;padding:.6rem .875rem;font-size:16px}.preview-column{position:static;max-height:100%;height:100%;border-radius:0;border:none;box-shadow:none;overflow-y:auto}.preview-header{flex-direction:row;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;min-height:5rem;border-radius:0}.preview-header-left{flex:1 1;min-width:0}.preview-title{font-size:1.15rem}.preview-header-right{flex-wrap:nowrap;gap:.4rem}.header-save-btn:not(.primary),.header-settings-btn{width:38px;height:38px;padding:.5rem}.header-save-btn.primary{padding:.6rem 1rem;font-size:.875rem}.header-save-btn.primary span{display:none}.preview-content{padding:1.25rem}.preview-cta-button{border-radius:0;padding:1rem;font-size:1rem}.mobile-tab-bar{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:white;border-top:1px solid #e2e8f0;box-shadow:0 -4px 12px rgba(0,0,0,.06);z-index:100;padding-bottom:env(safe-area-inset-bottom)}.tab-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;background:none;border:none;color:#94a3b8;font-size:.7rem;font-weight:600;font-family:inherit;cursor:pointer;transition:color .2s ease;position:relative;-webkit-tap-highlight-color:transparent}.tab-item.active{color:#1ba8b5}.tab-item svg{width:22px;height:22px;transition:transform .2s ease}.tab-item.active svg{transform:scale(1.1)}.tab-item.active:after{content:"";position:absolute;top:0;left:25%;right:25%;height:3px;background:linear-gradient(135deg,#1ba8b5,#0f7d87);border-radius:0 0 3px 3px}.tab-badge{position:absolute;top:8px;right:calc(50% - 20px);width:9px;height:9px;background:#ef4444;border-radius:50%;border:2px solid white;animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 4px rgba(239,68,68,0)}}.edit-modal-overlay,.info-modal-overlay,.report-modal-overlay,.save-modal-overlay{padding:0;align-items:stretch;justify-content:stretch}.edit-modal,.info-modal-content,.report-modal,.save-modal-content{width:100%;max-width:none;height:100%;height:100dvh;max-height:none;border-radius:0;margin:0;display:flex;flex-direction:column}.edit-modal{padding-bottom:env(safe-area-inset-bottom)}.edit-modal-header{padding:1rem 1.25rem;flex-shrink:0}.edit-modal-header h3{font-size:1.1rem}.edit-modal-body{flex:1 1;display:flex;flex-direction:column;padding:1.25rem;min-height:0;overflow:hidden}.edit-modal-body textarea{flex:1 1;min-height:0;width:100%;font-size:16px;resize:none;-webkit-overflow-scrolling:touch}.edit-modal-footer{flex-shrink:0;gap:.75rem;padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom))}.edit-modal-footer .cancel-button,.edit-modal-footer .save-button{flex:1 1;padding:.875rem 1rem;font-size:1rem}.report-modal{padding-bottom:env(safe-area-inset-bottom)}.report-modal-header{padding:1rem 1.25rem}.report-modal-body{padding:1.25rem}.report-modal-footer{padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom))}.report-modal-footer .report-modal-cancel,.report-modal-footer .report-modal-submit{flex:1 1;padding:.875rem 1rem}.save-modal-content{padding-bottom:env(safe-area-inset-bottom)}.save-modal-body,.save-modal-footer,.save-modal-header{padding:1rem 1.25rem}.save-modal-header{flex-shrink:0}.save-modal-header h2{font-size:1.2rem}.save-modal-body{flex:1 1;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}.save-modal-footer{flex-shrink:0;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.save-form-group input{font-size:16px;padding:.875rem 1rem}.save-url-box{flex-direction:column}.save-btn-primary,.save-btn-secondary{padding:.875rem 1rem;font-size:1rem}.info-modal-content{padding-bottom:env(safe-area-inset-bottom)}.info-modal-header{padding:1rem 1.25rem;flex-shrink:0}.info-modal-header h2{font-size:1.2rem}.info-modal-body{flex:1 1;overflow-y:auto;padding:1.25rem;min-height:0;-webkit-overflow-scrolling:touch}.info-form-group input{font-size:16px;padding:.875rem 1rem}.info-modal-footer{flex-shrink:0;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;padding:1rem}.delete-confirm-box{width:100%;max-width:none;max-height:90dvh;overflow-y:auto}}.welcome-v2-overlay{background:rgba(0,0,0,.65);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.welcome-v2-modal{max-width:900px;max-height:90vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.welcome-v2-close{position:absolute;top:1.25rem;right:1.25rem;background:rgba(255,255,255,.95);border:none;font-size:2rem;line-height:1;color:#64748b;cursor:pointer;padding:0 0 6px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.1)}.welcome-v2-close:hover{background:white;color:#0f172a;transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15)}.welcome-v2-step{flex:1 1;display:flex;flex-direction:column;overflow-y:auto;min-height:0}.welcome-v2-step1{background:linear-gradient(135deg,#f8fafc,#ffffff)}.welcome-v2-step1-hero{text-align:center;padding:3rem 2.5rem 2rem;background:linear-gradient(135deg,rgba(27,168,181,.08),rgba(27,168,181,.02));border-bottom:2px solid rgba(27,168,181,.15)}.welcome-v2-step1-title{margin:0;font-size:2.25rem;font-weight:800;color:#0f172a;line-height:1.3}.welcome-v2-highlight{color:#1ba8b5;background:linear-gradient(135deg,#1ba8b5,#0f7d87);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.welcome-v2-step1-content{flex:1 1;padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.welcome-v2-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.welcome-v2-column{padding:2rem;border-radius:1rem;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.welcome-v2-column:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.welcome-v2-column-green{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #86efac}.welcome-v2-column-red{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #fca5a5}.welcome-v2-column-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;display:flex;align-items:center;gap:.75rem}.welcome-v2-column-green .welcome-v2-column-title{color:#15803d}.welcome-v2-column-red .welcome-v2-column-title{color:#dc2626}.welcome-v2-column-title svg{flex-shrink:0}.welcome-v2-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.welcome-v2-list li{font-size:1.05rem;line-height:1.6;padding-left:1.75rem;position:relative;color:#1e293b;font-weight:500}.welcome-v2-column-green .welcome-v2-list li:before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:700;font-size:1.25rem}.welcome-v2-column-red .welcome-v2-list li:before{content:"✗";position:absolute;left:0;color:#dc2626;font-weight:700;font-size:1.25rem}.welcome-v2-mascot{display:flex;justify-content:center;align-items:center;margin-top:auto}.welcome-v2-mascot img{max-width:200px;height:auto;filter:drop-shadow(0 4px 16px rgba(0,0,0,.1));animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-v2-step2{background:linear-gradient(135deg,#f8fafc,#ffffff)}.welcome-v2-step2-header{text-align:center;padding:3rem 2.5rem 2rem;background:linear-gradient(135deg,rgba(27,168,181,.08),rgba(27,168,181,.02));border-bottom:2px solid rgba(27,168,181,.15)}.welcome-v2-step2-title{margin:0;font-size:2rem;font-weight:800;color:#0f172a;line-height:1.3}.welcome-v2-step2-content{flex:1 1;padding:2.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:2rem}.welcome-v2-timeline{display:flex;flex-direction:column;gap:2rem;position:relative;max-width:100%}.welcome-v2-timeline-item{display:flex;gap:1.5rem;position:relative;max-width:100%}.welcome-v2-timeline-item:not(:last-child):before{content:"";position:absolute;left:30px;top:60px;bottom:-32px;width:3px;background:linear-gradient(180deg,#1ba8b5,#0f7d87);opacity:.3;z-index:0}.welcome-v2-timeline-icon{width:60px;height:60px;min-width:60px;border-radius:50%;background:linear-gradient(135deg,#1ba8b5,#0f7d87);display:flex;align-items:center;justify-content:center;color:white;box-shadow:0 4px 12px rgba(27,168,181,.3);z-index:1;position:relative}.welcome-v2-timeline-content{flex:1 1;padding:.5rem 0;max-width:calc(100% - 76px)}.welcome-v2-timeline-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.welcome-v2-timeline-number{font-size:1.5rem;font-weight:800;color:#1ba8b5;line-height:1}.welcome-v2-timeline-title{margin:0;font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1.3}.welcome-v2-timeline-badge{padding:.25rem .75rem;background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 6px rgba(27,168,181,.3);white-space:nowrap}.welcome-v2-timeline-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.welcome-v2-timeline-list li{font-size:1rem;line-height:1.6;color:#475569;padding-left:1.75rem;position:relative}.welcome-v2-timeline-list li:before{content:"→";position:absolute;left:0;color:#1ba8b5;font-weight:700}.welcome-v2-checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin-top:auto;padding:1.25rem;background:#f8fafc;border-radius:.75rem;border:2px solid #e2e8f0;transition:all .2s ease}.welcome-v2-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.welcome-v2-checkbox-input{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.15rem;accent-color:#1ba8b5;cursor:pointer}.welcome-v2-checkbox-text{font-size:.8rem;color:#475569;line-height:1.5}.welcome-v2-footer{border-top:2px solid #e2e8f0;padding:1.5rem 2.5rem;background:#f8fafc;display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.welcome-v2-dots{display:flex;justify-content:center;gap:.75rem}.welcome-v2-dot{width:12px;height:12px;border-radius:50%;background:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease;padding:0}.welcome-v2-dot.active{background:linear-gradient(135deg,#1ba8b5,#0f7d87);transform:scale(1.2);box-shadow:0 2px 6px rgba(27,168,181,.4)}.welcome-v2-dot:hover:not(.active){background:#94a3b8;transform:scale(1.1)}.welcome-v2-nav{display:flex;gap:.75rem;justify-content:center}.welcome-v2-btn{padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit}.welcome-v2-btn-primary{background:linear-gradient(135deg,#1ba8b5,#0f7d87);color:white;box-shadow:0 4px 12px rgba(27,168,181,.3)}.welcome-v2-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(27,168,181,.4);background:linear-gradient(135deg,#1eb8c5,#108792)}.welcome-v2-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 6px rgba(27,168,181,.2)}.welcome-v2-btn-secondary{background:white;color:#64748b;border:2px solid #e2e8f0}.welcome-v2-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}@media (max-width:968px){.welcome-v2-modal{max-width:100%;max-height:100%;height:100dvh;border-radius:0}.welcome-v2-step1-hero,.welcome-v2-step2-header{padding:2rem 1.5rem 1.5rem}.welcome-v2-step1-title,.welcome-v2-step2-title{font-size:1.5rem}.welcome-v2-step1-content,.welcome-v2-step2-content{padding:1.5rem}.welcome-v2-columns{grid-template-columns:1fr;gap:1.25rem}.welcome-v2-column{padding:1.5rem}.welcome-v2-column-title{font-size:1.1rem}.welcome-v2-list li{font-size:.95rem}.welcome-v2-mascot img{max-width:150px}.welcome-v2-timeline-item{gap:1rem}.welcome-v2-timeline-item:not(:last-child):before{left:24px;top:48px}.welcome-v2-timeline-icon{width:48px;height:48px;min-width:48px}.welcome-v2-timeline-icon svg{width:24px;height:24px}.welcome-v2-timeline-content{max-width:calc(100% - 64px)}.welcome-v2-timeline-title{font-size:1.05rem}.welcome-v2-timeline-list li{font-size:.95rem}.welcome-v2-footer{padding:1.25rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom))}.welcome-v2-nav{flex-direction:column}.welcome-v2-btn{width:100%;padding:1rem 1.5rem}}