:root{--bg:#16213d;--bg-deep:#101a31;--panel:#1d2b4f;--panel-2:#24345e;--border:#2e4070;--text:#e9eefb;--muted:#9db0d9;--accent:#007bff;--accent-2:#0056d6;--cyan:#5fd4e8;--shadow:0 8px 24px #00000059}html{color-scheme:dark}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#16213d;color:#e9eefb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.user-profile-header{transition:all .3s ease}.user-profile-header:hover{background-color:#ffffff14!important}.login-container{animation:fadeIn .5s ease-out}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.App-header{background:var(--bg-deep);border-bottom:1px solid var(--border);box-shadow:0 4px 20px #0000001a;padding:20px 40px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{margin:0 auto;max-width:1400px;width:100%}.header-logo-section{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:15px;padding:0 40px}.header-brand{align-items:center;display:flex;gap:14px}.company-logo{height:44px;object-fit:contain;width:auto}.App-header h1{color:var(--text);font-size:22px;font-weight:600;margin-bottom:0;text-align:left;white-space:nowrap}.progress-steps{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:20px}.progress-steps .step{background:var(--panel-2);border-radius:14px;color:var(--muted);flex-direction:column;font-weight:500;gap:8px;justify-content:flex-start;padding:12px 10px;position:relative;text-align:center;transition:all .3s ease;width:160px}.progress-steps .step,.progress-steps .step-number{align-items:center;display:flex;flex-shrink:0;font-size:13px}.progress-steps .step-number{background:#ffffff14;border:1px solid var(--border);border-radius:50%;color:var(--text);font-weight:700;height:28px;justify-content:center;width:28px}.progress-steps .step-label{line-height:1.3}.progress-steps .step:not(:last-child):after{background:var(--border);content:"";height:2px;position:absolute;right:-30px;top:50%;transform:translateY(-50%);width:20px}.progress-steps .step.active{background:#007bff;box-shadow:0 4px 15px #007bff66;color:#fff;transform:translateY(-2px)}.progress-steps .step.active .step-number{background:#fff3;border-color:#0000;color:#fff}.progress-steps .step.active:after{background:#007bff}.App-main{flex:1 1;margin:0 auto;max-width:1400px;padding:30px 40px;width:100%}.trial-banner{align-items:center;background:#007bff;color:#fff;display:flex;flex-wrap:wrap;font-size:14px;gap:12px;justify-content:center;padding:12px 20px;text-align:center}.trial-banner .trial-icon{font-size:18px}.trial-banner .trial-text strong{font-weight:700}.trial-banner .trial-hint{font-size:12px;margin-left:10px;opacity:.8}.trial-expired-banner{align-items:center;background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;display:flex;font-size:15px;font-weight:600;gap:12px;justify-content:center;padding:16px 20px;text-align:center}.trial-expired-banner .trial-icon{font-size:20px}.error-banner{align-items:center;animation:slideDown .3s ease-out;background:linear-gradient(135deg,#ff6b6b,#c44569);border-radius:8px;color:#fff;display:flex;justify-content:space-between;margin-bottom:30px;padding:15px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-icon{font-size:18px;margin-right:10px}.error-close{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;line-height:1;padding:0 5px}.upload-screen{animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.upload-card{background:var(--panel);border-radius:15px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:1400px;padding:40px 60px}.upload-card h2{color:var(--text);font-size:24px;text-align:center}.project-name-input,.upload-card h2{margin-bottom:30px}.project-name-input label{color:var(--muted);display:block;font-weight:500;margin-bottom:8px}.project-name-input input{border:2px solid var(--border);border-radius:8px;font-size:16px;padding:12px 15px;transition:border-color .3s;width:100%}.project-name-input input:focus{border-color:#007bff;outline:none}.file-upload-section{margin-bottom:30px}.upload-area{background:var(--panel-2);border:3px dashed var(--border);border-radius:10px;padding:50px 20px;text-align:center;transition:all .3s}.upload-area:hover{background:#007bff1f;border-color:#007bff}.file-upload-label{cursor:pointer;display:block}.upload-icon{color:#007bff;font-size:48px;margin-bottom:15px}.upload-text{color:var(--text);font-size:18px;font-weight:500;margin-bottom:8px}.upload-subtext{color:var(--muted);font-size:14px}.file-input{display:none}.loading-indicator{align-items:center;background:var(--panel-2);border-radius:10px;display:flex;flex-direction:column;justify-content:center;margin:20px 0;padding:30px}.spinner{animation:spin 1s linear infinite;border:4px solid var(--border);border-radius:50%;border-top:4px solid #007bff;height:40px;margin-bottom:15px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.file-analysis{animation:slideUp .3s ease-out;margin-top:30px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.file-analysis h3{color:var(--text);font-size:20px;margin-bottom:20px}.file-stats{display:flex;gap:30px;margin-bottom:25px}.stat{align-items:center;background:var(--panel-2);border-radius:8px;display:flex;flex-direction:column;min-width:120px;padding:15px 25px}.stat-label{font-size:14px;margin-bottom:5px}.stat-value{color:#007bff;font-size:24px;font-weight:600}.columns-list{margin:20px 0}.column-item{margin-bottom:15px}.column-checkbox{align-items:flex-start;border:2px solid var(--border);border-radius:8px;cursor:pointer;display:flex;padding:15px;transition:all .3s}.column-checkbox:hover{background:var(--panel-2);border-color:#007bff}.column-checkbox input{margin-right:15px;margin-top:3px;transform:scale(1.2)}.column-info{flex:1 1}.column-name{color:var(--text);font-weight:500;margin-bottom:8px}.column-details{display:flex;font-size:14px;gap:20px;margin-bottom:8px}.column-type.text{color:#4caf50;font-weight:500}.column-type.numeric{color:#2196f3;font-weight:500}.column-samples{color:var(--muted);font-size:13px;font-style:italic}.selected-summary{background:#4caf5026;border-radius:8px;color:#7bd88a;font-weight:500;margin-top:20px;padding:12px 20px}.action-buttons{margin-top:40px}.action-buttons,.primary-button{display:flex;justify-content:center}.primary-button{align-items:center;background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;gap:10px;padding:15px 40px;transition:all .3s}.primary-button:hover:not(:disabled){box-shadow:0 10px 30px #007bff66;transform:translateY(-2px)}.primary-button:disabled{cursor:not-allowed;opacity:.5}.secondary-button{background:var(--panel-2);border:2px solid var(--border);border-radius:8px;color:var(--muted);cursor:pointer;font-size:16px;font-weight:500;padding:15px 30px;transition:all .3s}.secondary-button:hover{background:var(--border);border-color:#51649e}.clustering-screen{animation:fadeIn .5s ease-out;margin:0 auto;max-width:1400px}.clustering-header{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;margin-bottom:30px;padding:25px}.clustering-header h2{color:var(--text);margin-bottom:20px}.controls{justify-content:space-between}.cluster-control,.controls{align-items:center;display:flex}.cluster-control{gap:15px}.cluster-control label{color:var(--muted);font-weight:500}.cluster-control input{border:2px solid var(--border);border-radius:6px;font-size:16px;padding:10px;text-align:center;width:80px}.cluster-control input:focus{border-color:#007bff;outline:none}.cluster-control button{background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:10px 20px}.cluster-control button:hover:not(:disabled){background:#45a049}.cluster-control button:disabled{cursor:not-allowed;opacity:.5}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101a31d9;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.spinner-large{animation:spin 1s linear infinite;border:5px solid var(--border);border-radius:50%;border-top:5px solid #007bff;height:60px;margin-bottom:20px;width:60px}.clusters-container{margin-bottom:30px}.clusters-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.cluster-card{background:var(--panel);border:2px solid #0000;border-radius:10px;box-shadow:0 4px 15px #0000000d;cursor:pointer;padding:20px;transition:all .3s}.cluster-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.cluster-card.selected{background:#007bff26;border-color:#007bff}.cluster-header{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.cluster-id{color:var(--text);font-size:18px;font-weight:600}.cluster-size{background:var(--panel-2);border-radius:20px;color:var(--muted);font-size:14px;padding:4px 10px}.cluster-suggested-name{color:#007bff;font-size:20px;font-weight:500;margin-bottom:15px;text-align:center}.cluster-top-words{margin-bottom:15px}.top-words-label{color:var(--muted);font-size:14px;margin-bottom:8px}.top-words-list{display:flex;flex-wrap:wrap;gap:8px}.word-tag{background:#4caf5026;border-radius:15px;color:#7bd88a;font-size:12px;font-weight:500;padding:4px 10px}.cluster-details{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.cluster-details h4{color:var(--muted);font-size:16px;margin-bottom:10px}.examples-list{list-style:none;max-height:200px;overflow-y:auto}.example-item{background:var(--panel-2);border-left:3px solid var(--border);border-radius:6px;color:var(--muted);font-size:14px;margin-bottom:8px;padding:8px 12px}.clustering-summary{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;margin-bottom:30px;padding:25px}.summary-stats{display:flex;gap:50px;justify-content:center}.summary-stats .stat{align-items:center;display:flex;flex-direction:column}.summary-stats .stat-value{color:#007bff;font-size:32px;font-weight:700;margin-bottom:5px}.summary-stats .stat-label{color:var(--muted);font-size:16px}.editing-screen{animation:fadeIn .5s ease-out;margin:0 auto;max-width:1400px}.editing-header h2{color:var(--text);margin-bottom:10px}.editing-header .subtitle{color:var(--text);font-size:16px;font-weight:500;margin-bottom:30px}.editing-layout{grid-gap:20px;display:grid;gap:20px;grid-template-columns:280px 1fr 320px;margin-bottom:30px}.categories-sidebar{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;overflow:visible;padding:20px}.add-category-form{align-items:stretch;display:flex;gap:10px;margin-bottom:20px}.add-category-form input{border:2px solid var(--border);border-radius:6px;flex:1 1;font-size:14px;min-width:0;padding:10px 15px}.add-category-form input:focus{border-color:#007bff;outline:none}.add-category-form .add-button{background:#5cb85c;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:500;padding:10px 20px;white-space:nowrap}.add-category-form .add-button:hover{background:#4cae4c}.categories-list{max-height:600px;overflow-y:auto}.category-item{border-bottom:1px solid var(--panel-2);border-left:4px solid #0000;cursor:pointer;padding:15px;transition:all .2s}.category-item:hover{background:var(--panel-2)}.category-item.active{background:#2196f326;border-left-color:#2196f3}.category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.category-name{color:var(--text);font-size:15px}.delete-category-btn{align-items:center;background:none;border:none;color:#f44;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;opacity:.6;padding:0;transition:opacity .2s;width:24px}.delete-category-btn:hover{opacity:1}.category-meta{color:var(--muted);display:flex;font-size:12px;gap:15px}.category-editor{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;max-height:800px;overflow-y:auto;padding:25px}.editor-header{align-items:center;border-bottom:2px solid var(--panel-2);display:flex;gap:15px;margin-bottom:25px;padding-bottom:20px}.editor-header h3{color:var(--text);flex:1 1;margin:0}.category-color{border:2px solid #fff;border-radius:6px;box-shadow:0 2px 5px #0000001a;height:24px;width:24px}.editor-section{margin-bottom:25px}.editor-section label{color:var(--text);display:block;font-size:15px;font-weight:500;margin-bottom:10px}.category-name-input{border:2px solid var(--border);border-radius:8px;font-size:16px;padding:12px 15px;transition:border-color .3s;width:100%}.category-name-input:focus{border-color:#007bff;outline:none}textarea{border:2px solid var(--border);border-radius:8px;font-family:inherit;font-size:14px;min-height:80px;padding:12px 15px;resize:vertical;width:100%}textarea:focus{border-color:#007bff;outline:none}.keywords-input-container{margin-top:10px}.keyword-input{border:2px solid var(--border);border-radius:8px;font-size:14px;margin-bottom:15px;padding:10px 15px;width:100%}.keyword-input:focus{border-color:#007bff;outline:none}.keywords-list{display:flex;flex-wrap:wrap;gap:10px}.keyword-tag{background:#007bff;border-radius:20px;font-size:13px;font-weight:500;gap:5px;padding:6px 12px}.keyword-tag,.remove-keyword-btn{align-items:center;color:#fff;display:flex}.remove-keyword-btn{background:#fff3;border:none;border-radius:50%;cursor:pointer;font-size:12px;height:18px;justify-content:center;padding:0;width:18px}.remove-keyword-btn:hover{background:#ffffff4d}.clusters-selection{border:2px solid var(--panel-2);border-radius:8px;max-height:300px;overflow-y:auto;padding:10px}.cluster-selector{border:2px solid var(--border);border-radius:8px;cursor:pointer;margin-bottom:10px;padding:12px;transition:all .3s}.cluster-selector:hover{background:var(--panel-2);border-color:#51649e}.cluster-selector.selected{background:#4caf501a;border-color:#4caf50}.cluster-selector-header{align-items:center;display:flex;gap:10px;margin-bottom:8px}.selector-checkbox{align-items:center;background:var(--panel);border:2px solid var(--border);border-radius:4px;color:#fff;display:flex;font-size:12px;height:20px;justify-content:center;width:20px}.cluster-selector.selected .selector-checkbox{background:#4caf50;border-color:#4caf50}.selector-name{color:var(--text);flex:1 1;font-weight:500}.selector-size{background:var(--panel-2);border-radius:12px;color:var(--muted);display:inline-block;font-size:12px;margin-bottom:8px;padding:2px 8px}.selector-keywords{display:flex;flex-wrap:wrap;gap:5px}.selector-keyword{background:var(--panel-2);border-radius:10px;color:var(--muted);font-size:11px;padding:2px 6px}.merge-categories{margin-top:10px}.merge-select{background:var(--panel);border:2px solid var(--border);border-radius:8px;cursor:pointer;font-size:14px;padding:10px 15px;width:100%}.merge-select:focus{border-color:#007bff;outline:none}.no-category-selected{align-items:center;display:flex;height:400px;justify-content:center}.empty-state{color:var(--muted);text-align:center}.empty-icon{font-size:60px;margin-bottom:20px;opacity:.5}.empty-state h3{color:var(--muted);font-size:20px;margin-bottom:10px}.empty-state p{font-size:14px}.preview-sidebar{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;max-height:800px;overflow-y:auto;padding:20px}.preview-sidebar h3{color:var(--text);font-size:18px;margin-bottom:20px}.preview-loading{align-items:center;color:var(--muted);display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.preview-stats{display:flex;gap:20px;margin-bottom:25px}.preview-stat{background:var(--panel-2);border-radius:8px;flex:1 1;padding:15px;text-align:center}.preview-stat .stat-value{color:#007bff;font-size:28px;font-weight:700;margin-bottom:5px}.preview-stat .stat-label{color:var(--muted);font-size:14px}.preview-examples{margin-top:20px}.preview-examples h4{color:var(--muted);font-size:16px;margin-bottom:15px}.preview-example{background:var(--panel-2);border-left:4px solid var(--border);border-radius:8px;margin-bottom:15px;padding:15px}.example-text{color:var(--text);font-size:14px;line-height:1.5;margin-bottom:10px}.example-meta{display:flex;font-size:12px;gap:10px}.cluster-badge{background:#64b5f626;color:#64b5f6}.category-badge,.cluster-badge{border-radius:12px;padding:3px 8px}.category-badge{color:#fff;font-weight:500}.preview-empty{color:var(--muted);flex-direction:column;height:300px;justify-content:center}.editing-footer,.preview-empty{align-items:center;display:flex}.editing-footer{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;justify-content:space-between;padding:25px}.categories-summary{color:var(--muted);font-size:14px;font-weight:500}.export-screen{animation:fadeIn .5s ease-out;margin:0 auto;max-width:1400px}.export-header h2{color:var(--text);margin-bottom:10px}.export-header .subtitle{color:#fff;font-size:16px;font-weight:500;margin-bottom:30px}.export-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 400px;margin-bottom:30px}.stats-visualization{display:flex;flex-direction:column;gap:20px}.project-summary-card,.stats-card,.visualization-card{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;padding:25px}.project-summary-card h3,.stats-card h3,.visualization-card h3{color:var(--text);font-size:18px;margin-bottom:20px}.project-info{display:flex;flex-direction:column;gap:12px}.info-row{align-items:center;border-bottom:1px solid var(--panel-2);display:flex;justify-content:space-between;padding:10px 0}.info-row:last-child{border-bottom:none}.info-label{color:var(--muted);font-size:14px}.info-value{color:var(--text);font-weight:500}.stats-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.copy-summary-btn{align-items:center;background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:5px;padding:8px 15px}.copy-summary-btn:hover{background:#45a049}.stats-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr);margin-bottom:25px}.stat-item{background:var(--panel-2);border-radius:8px;padding:15px;text-align:center}.stat-number{color:#007bff;font-size:28px;font-weight:700;margin-bottom:5px}.stat-label{align-items:center;color:var(--muted);display:flex;flex-direction:column;font-size:13px;gap:3px}.stat-label strong{color:var(--text);font-size:14px;font-weight:600}.stat-label .stat-hint{color:var(--muted);font-size:11px;font-style:italic}.distribution-chart h4{color:var(--muted);font-size:16px;margin-bottom:15px}.distribution-bars{display:flex;flex-direction:column;gap:12px}.distribution-bar-container{align-items:center;display:flex;gap:15px}.bar-label{align-items:center;color:var(--text);display:flex;flex:0 0 150px;font-size:14px;gap:8px}.color-indicator{border-radius:3px;height:12px;width:12px}.bar-wrapper{align-items:center;display:flex;flex:1 1;gap:10px}.distribution-bar{border-radius:10px;height:20px;transition:width .5s ease-out}.bar-value{color:var(--muted);flex:0 0 80px;font-size:12px;font-weight:500;text-align:right}.viz-header{justify-content:space-between;margin-bottom:15px}.download-viz-btn,.viz-header{align-items:center;display:flex}.download-viz-btn{background:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;gap:5px;padding:8px 15px}.download-viz-btn:hover{background:#64b5f6}.viz-preview{align-items:center;aspect-ratio:1;background:#fff;border:1px solid var(--border);border-radius:8px;display:flex;justify-content:center;max-height:900px;overflow:hidden;width:100%}.viz-image{max-height:100%;max-width:100%;object-fit:contain}.viz-plotly{position:relative}.viz-plotly,.viz-plotly .js-plotly-plot{height:100%;width:100%}.selected-point-info{background:var(--panel);border:1px solid var(--border);border-radius:8px;bottom:10px;box-shadow:0 2px 10px #00000026;left:10px;max-height:120px;overflow-y:auto;padding:12px;position:absolute;right:10px;z-index:100}.selected-point-info strong{color:#007bff;display:block;font-size:14px;margin-bottom:6px}.selected-point-info p{color:var(--text);font-size:13px;line-height:1.4;margin:0}.selected-point-info button{align-items:center;background:none;border:none;color:var(--muted);cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;padding:0;position:absolute;right:8px;top:8px;width:24px}.selected-point-info button:hover{color:var(--text)}.viz-placeholder{color:var(--muted);font-size:14px}.next-steps-card,.settings-card{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;margin-bottom:20px;padding:25px}.settings-card h3{color:var(--text);font-size:20px;margin-bottom:25px}.setting-group{margin-bottom:30px}.setting-label{color:var(--text);display:block;font-size:16px;font-weight:500;margin-bottom:15px}.format-options{display:flex;flex-direction:column;gap:15px}.format-option{align-items:center;border:2px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:15px;padding:15px;transition:all .3s}.format-option:hover{background:var(--panel-2);border-color:#51649e}.format-option input{margin:0}.option-content{align-items:center;display:flex;flex:1 1;gap:15px}.option-icon{color:#007bff;font-size:24px}.option-text{flex:1 1}.option-title{color:var(--text);font-weight:500;margin-bottom:5px}.option-description{color:var(--muted);font-size:13px;line-height:1.4}.format-option input:checked+.option-content .option-icon{color:#4caf50}.format-option input:checked+.option-content{background:#4caf501a;border-color:#4caf50}.checkbox-option{align-items:flex-start;cursor:pointer;display:flex;margin-bottom:15px}.checkbox-option input{margin-right:12px;margin-top:3px}.checkbox-label{color:var(--text);flex:1 1;font-size:14px}.option-hint{color:var(--muted);display:block;font-size:12px;margin-top:4px}.data-preview{border:2px solid var(--panel-2);border-radius:8px;overflow:hidden}.preview-table{overflow-x:auto}.preview-table table{border-collapse:collapse;width:100%}.preview-table th{background:var(--panel-2);border-bottom:2px solid var(--border);color:var(--text);font-size:13px;font-weight:500;padding:12px 15px;text-align:left}.preview-table td{border-bottom:1px solid var(--panel-2);font-size:13px;padding:12px 15px}.text-preview{word-wrap:break-word;color:var(--muted);line-height:1.4;max-width:400px}.cluster-id{color:#007bff;font-weight:500}.category-name{background:#4caf5026;border-radius:12px;color:#7bd88a;font-size:12px;font-weight:500;padding:3px 8px}.export-actions{margin-top:30px}.export-button{align-items:center;background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;padding:15px 30px;transition:all .3s;width:100%}.export-button:hover:not(:disabled){box-shadow:0 10px 30px #007bff66;transform:translateY(-2px)}.export-button:disabled{cursor:not-allowed;opacity:.5}.export-icon{font-size:18px}.export-hint{color:var(--muted);font-size:12px;margin-top:10px;text-align:center}.next-steps{display:flex;flex-direction:column;gap:20px}.step{background:var(--panel-2);border-left:4px solid var(--border);border-radius:8px;display:flex;gap:15px;padding:15px}.step-icon{color:#007bff;font-size:24px}.step-content{flex:1 1}.step-title{color:var(--text);font-weight:500;margin-bottom:5px}.step-description{color:var(--muted);font-size:13px;margin-bottom:10px}.step-action{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.step-action.secondary{background:var(--panel-2);border:1px solid var(--border);color:var(--muted)}.step-action:hover{opacity:.9}.export-footer{background:var(--panel);border-radius:10px;box-shadow:0 4px 15px #0000000d;margin-top:20px;padding:30px}.completion-message{align-items:center;background:linear-gradient(135deg,#64b5f626,#007bff33);border-radius:10px;display:flex;gap:20px;padding:20px}.completion-icon{color:#007bff;font-size:48px}.completion-text h3{color:var(--text);font-size:22px;margin-bottom:10px}.completion-text p{color:var(--muted);font-size:15px;line-height:1.5}.App-footer{background:var(--bg-deep);color:#fff;margin-top:auto;padding:20px 40px}.App-footer p{margin-bottom:15px;opacity:.8;text-align:center}.footer-links{display:flex;gap:20px;justify-content:center}.footer-links button{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;padding:8px 20px;transition:all .3s}.footer-links button:hover{background:#fff3}@media (max-width:1400px){.editing-layout{grid-template-rows:auto auto auto}.editing-layout,.export-content{grid-template-columns:1fr}}@media (max-width:768px){.App-header{padding:15px 20px}.header-logo-section{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:10px;padding:0 10px}.company-logo{height:36px}.App-header h1{font-size:18px;line-height:1.3;white-space:normal}.progress-steps{flex-wrap:wrap;gap:10px}.progress-steps .step{font-size:12px;padding:10px 8px;width:calc(50% - 5px)}.progress-steps .step:not(:last-child):after{display:none}.App-main{padding:15px 20px}.category-editor,.clustering-header,.preview-sidebar,.project-summary-card,.settings-card,.upload-card{padding:20px}.header-logo-section{padding:0 20px}.clusters-grid{grid-template-columns:1fr}.summary-stats{flex-direction:column;gap:20px}.action-buttons{flex-direction:column;gap:15px}.primary-button,.secondary-button{width:100%}.completion-message{flex-direction:column;text-align:center}.footer-links{align-items:center;flex-direction:column}.App-footer p{font-size:14px}}@media (max-width:480px){.controls,.file-stats{flex-direction:column;gap:15px}.controls{align-items:stretch}.cluster-control{flex-direction:column;gap:10px}.cluster-control input{width:100%}.export-actions{margin-top:20px}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.mr-20{margin-right:20px}.p-20{padding:20px}.pt-20{padding-top:20px}.pb-20{padding-bottom:20px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:10px}.gap-20{gap:20px}.w-full{width:100%}.h-full{height:100%}.rounded{border-radius:8px}.rounded-lg{border-radius:12px}.shadow{box-shadow:0 2px 10px #0000001a}.shadow-lg{box-shadow:0 10px 30px #00000026}.bg-white{background:var(--panel)}.bg-gray{background:var(--panel-2)}.bg-primary{background:#007bff}.bg-success{background:#4caf50}.bg-warning{background:#ff9800}.bg-danger{background:#f44336}.text-white{color:#fff}.text-primary{color:#007bff}.text-success{color:#4caf50}.text-warning{color:#ff9800}.text-danger{color:#f44336}.text-muted{color:var(--muted)}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.transition{transition:all .3s ease}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb{background:#3a4a7a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a5a8a}@media print{.App-footer,.App-header,.action-buttons,.add-button,.controls,.copy-summary-btn,.delete-category-btn,.download-viz-btn,.export-button,.step-action{display:none!important}.App{background:#fff!important}.category-editor,.clustering-header,.next-steps-card,.preview-sidebar,.project-summary-card,.settings-card,.stats-card,.upload-card,.visualization-card{border:1px solid var(--border)!important;box-shadow:none!important;page-break-inside:avoid}}.status-dot{animation:pulse 2s infinite;color:#2ecc71}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.api-status{align-items:center;color:#bdc3c7;display:flex;font-size:14px;gap:8px}.projects-screen{margin:0 auto;max-width:1100px;padding:20px}.projects-header h2{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.admin-badge{background:#64b5f626;border:1px solid #64b5f673;border-radius:12px;color:#64b5f6;font-size:12px;font-weight:500;padding:3px 10px}.projects-header .subtitle{color:var(--muted);margin-top:4px}.projects-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin:18px 0}.projects-search{border:1px solid var(--border);border-radius:8px;flex:1 1;font-size:14px;min-width:220px;padding:10px 14px}.projects-count{color:var(--muted);font-size:13px;white-space:nowrap}.projects-empty{color:var(--muted);padding:40px 0;text-align:center}.projects-table-wrapper{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.projects-table{border-collapse:collapse;font-size:14px;width:100%}.projects-table td,.projects-table th{border-bottom:1px solid var(--panel-2);padding:12px 14px;text-align:left}.projects-table th{color:var(--text);font-weight:600}.projects-table th,.projects-table tr:hover td{background:var(--panel-2)}.projects-table .proj-name{font-weight:500}.proj-actions{display:flex;gap:8px;white-space:nowrap}.btn-sm{font-size:13px;padding:6px 12px}.badge{border-radius:10px;display:inline-block;padding:3px 9px}.badge-cat{background:#4caf5026;color:#7bd88a}.badge-clu{background:#64b5f626;color:#90caf9}.badge-empty{background:var(--panel-2);color:var(--muted)}.danger-button{background:#f4433626;border:1px solid #f4433659;border-radius:8px;color:#ff8a80;cursor:pointer;font-weight:500;transition:all .2s}.danger-button:hover:not(:disabled){background:#f443362e}.danger-button:disabled,.projects-table .primary-button:disabled{cursor:not-allowed;opacity:.6}input[type=email],input[type=number],input[type=password],input[type=search],input[type=text],select,textarea{background-color:var(--panel-2);border:1px solid var(--border);border-radius:8px;color:var(--text)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:.7}input[type=checkbox],input[type=radio],input[type=range]{accent-color:var(--accent)}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #007bff40;outline:none}.company-logo{filter:drop-shadow(0 0 12px rgba(95,212,232,.35))}.App-header h1{color:#fff;letter-spacing:.5px}.category-editor,.cluster-card,.clustering-header,.next-steps-card,.preview-sidebar,.project-summary-card,.settings-card,.stats-card,.upload-card,.visualization-card{border:1px solid var(--border)}@media (max-width:768px){.user-profile-header{flex-wrap:wrap;gap:8px!important;justify-content:center;justify-self:center!important;padding:6px 12px!important}.projects-table td,.projects-table th{font-size:13px;padding:8px 10px}.App-header h1{font-size:20px}.trial-banner,.trial-expired-banner{font-size:12px;padding:10px 12px}}@media (max-width:480px){.App-header{padding:10px 12px}.App-main{padding:12px}.company-logo{height:32px}.App-header h1{font-size:16px}.progress-steps .step{width:calc(50% - 5px)}.projects-toolbar{align-items:stretch;flex-direction:column}}.subscription-expired-container{align-items:center;display:flex;justify-content:center;min-height:70vh;padding:40px 20px}.expired-card{background:var(--panel);border:1px solid var(--border);border-radius:20px;box-shadow:0 20px 60px #00000073;max-width:800px;padding:50px 40px;text-align:center;width:100%}.expired-icon{font-size:64px;margin-bottom:20px}.expired-card h2{color:var(--text);font-size:32px;font-weight:700;margin-bottom:16px}.expired-description{color:var(--muted);font-size:16px;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:500px}.pricing-options{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-bottom:40px}.pricing-card{background:var(--panel-2);border:2px solid #0000;border-radius:16px;padding:30px 24px;position:relative;text-align:center;transition:all .3s ease}.pricing-card:hover{box-shadow:0 12px 40px #0006;transform:translateY(-5px)}.pricing-card.basic:hover{border-color:#7a8bb0}.pricing-card.standard{background:#007bff1f;border-color:#007bff}.pricing-card.standard:hover{border-color:#39f}.badge{background:#007bff;border-radius:20px;color:#fff;font-size:12px;font-weight:600;left:50%;padding:6px 16px;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:var(--text);font-size:20px;font-weight:700;margin-bottom:12px;margin-top:8px}.pricing-card .price{color:var(--text);font-size:28px;font-weight:800;margin-bottom:4px}.pricing-card .price-note{color:var(--muted);font-size:13px;margin-bottom:20px}.pricing-card ul{list-style:none;padding:0;text-align:left}.pricing-card ul li{border-bottom:1px solid #ffffff14;color:#b9c5e8;font-size:14px;padding:8px 0}.pricing-card ul li:last-child{border-bottom:none}.expired-actions{border-top:1px solid var(--border);padding-top:30px}.contact-text{color:#b9c5e8;font-size:15px;margin-bottom:12px}.contact-info{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:24px}.contact-info span{color:#64b5f6;font-size:14px}.logout-button{background:var(--panel-2);border:1px solid var(--border);border-radius:30px;color:var(--text);cursor:pointer;font-size:14px;padding:12px 30px;transition:all .3s ease}.logout-button:hover{background:var(--border)}@media (max-width:600px){.pricing-options{grid-template-columns:1fr}.expired-card{padding:30px 20px}.expired-card h2{font-size:24px}}.landing-page{background:linear-gradient(160deg,#16213d,#101a31);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.hero-brand{align-items:center;display:flex;gap:16px;margin-bottom:28px}.hero-logo{filter:drop-shadow(0 0 18px rgba(95,212,232,.4));height:56px;width:auto}.hero-brand-name{color:#fff;font-size:24px;font-weight:700;letter-spacing:.5px}.hero-section{align-items:center;display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:80px 60px}.hero-content{flex:1 1;max-width:600px}.hero-title{color:var(--text);font-size:40px;font-weight:800;line-height:1.25;margin-bottom:24px}.hero-subtitle{color:#b9c5e8;font-size:20px;font-weight:500;line-height:1.6;margin-bottom:16px}.hero-description{color:var(--muted);font-size:16px;line-height:1.7;margin-bottom:32px}.cta-button{background:#007bff;border:none;border-radius:50px;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:16px 40px;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center}.visual-container{height:400px;position:relative;width:400px}.floating-card{align-items:center;animation:float 6s ease-in-out infinite;background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #00000059;color:var(--text);display:flex;font-weight:600;gap:12px;padding:20px 24px;position:absolute}.card-icon{align-items:center;background:#5fd4e81f;border-radius:10px;color:var(--cyan);display:inline-flex;height:40px;justify-content:center;width:40px}.card-1{animation-delay:0s;left:20px;top:20px}.card-2{animation-delay:1.5s;right:10px;top:60px}.card-3{animation-delay:3s;bottom:100px;left:0}.card-4{animation-delay:4.5s;bottom:40px;right:30px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}section{margin:0 auto;max-width:1400px;padding:80px 60px}.section-title{color:var(--text);font-size:36px;font-weight:700;margin-bottom:60px;text-align:center}.features-section{background:#0000}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.feature-card{background:var(--panel);border:1px solid var(--border);border-radius:20px;padding:40px 30px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#5fd4e873;box-shadow:0 12px 40px #0006;transform:translateY(-5px)}.feature-icon{align-items:center;background:#5fd4e81f;border:1px solid #5fd4e840;border-radius:14px;color:var(--cyan);display:inline-flex;height:56px;justify-content:center;margin-bottom:20px;width:56px}.feature-card h3{color:var(--text);font-size:20px;font-weight:700;margin-bottom:12px}.feature-card p{color:var(--muted);font-size:15px;line-height:1.6}.industries-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.industry-card{background:var(--panel);border:1px solid var(--border);border-radius:20px;box-shadow:0 4px 20px #00000040;padding:40px 30px;position:relative;text-align:center;transition:all .3s ease}.industry-badge{background:#5fd4e81f;border:1px solid #5fd4e859;border-radius:999px;color:var(--cyan);font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;position:absolute;right:16px;top:16px}.industry-card:hover{border-color:#5fd4e873;box-shadow:0 12px 40px #0006;transform:translateY(-5px)}.industry-icon{align-items:center;background:#5fd4e81f;border:1px solid #5fd4e840;border-radius:16px;color:var(--cyan);display:inline-flex;height:64px;justify-content:center;margin-bottom:20px;width:64px}.industry-card h3{color:var(--text);font-size:22px;font-weight:700;margin-bottom:20px}.industry-features{list-style:none;padding:0;text-align:left}.industry-features li{border-bottom:1px solid var(--border);color:var(--muted);font-size:15px;padding:8px 0}.industry-features li:last-child{border-bottom:none}.benefits-section{background:#0000;color:var(--text)}.benefits-section .section-title{color:var(--text)}.benefits-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1400px}.benefit-item{background:var(--panel);border:1px solid var(--border);border-radius:20px;padding:36px 20px;text-align:center}.benefit-number{color:#fff;font-size:48px;font-weight:800;margin-bottom:12px}.benefit-text{color:var(--muted);font-size:15px}.how-it-works{background:#0000}.steps-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.step-item{max-width:220px;text-align:center}.step-number{align-items:center;background:var(--panel-2);border:1px solid var(--border);border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.step-item h3{color:var(--text);font-size:18px;font-weight:700;margin-bottom:10px}.step-item p{color:var(--muted);font-size:14px;line-height:1.5}.step-connector{color:#ffffff80;font-size:32px;font-weight:700}.pricing-section{background:#0000;color:#fff;max-width:100%;padding:80px 60px}.pricing-section .section-title{color:#fff;margin-bottom:12px}.section-subtitle{color:#ffffffb3;font-size:18px;margin-bottom:50px;text-align:center}.pricing-table-container{margin:0 auto;max-width:1000px;overflow-x:auto}.pricing-table{background:var(--panel);border:1px solid var(--border);border-collapse:initial;border-radius:20px;border-spacing:0;box-shadow:0 20px 60px #0000004d;overflow:hidden;width:100%}.pricing-table thead th{background:var(--panel-2);border-bottom:1px solid var(--border);color:#fff;font-size:18px;font-weight:700;padding:28px 24px;text-align:center}.pricing-table thead th.feature-col{padding-left:30px;text-align:left;width:30%}.pricing-table thead th.basic,.pricing-table thead th.standard{width:35%}.pricing-table tbody tr{border-bottom:1px solid var(--border);transition:background .3s ease}.pricing-table tbody tr:hover{background:#ffffff0a}.pricing-table tbody td{border-bottom:1px solid var(--border);color:#ffffffd9;font-size:15px;padding:22px 24px;text-align:center}.pricing-table tbody td.feature-name{color:#fff;font-weight:600;padding-left:30px;text-align:left}.highlight-text{color:#fff;font-weight:600}.price-row{background:#0000}.price-row:hover{background:#ffffff0a!important}.price{color:#fff;font-size:22px;font-weight:800;margin-bottom:4px}.price-note{color:#fff9;font-size:13px;margin-bottom:12px}.price-divider{background:var(--border);height:1px;margin:10px auto;width:60%}.price-row td:last-child .price{color:#fff}.cta-section{background:var(--bg-deep);max-width:100%;text-align:center}.cta-content h2{color:var(--text);font-size:36px;font-weight:700;margin-bottom:16px}.cta-content p{color:var(--muted);font-size:18px;margin-bottom:32px}.cta-button-large{background:#007bff;border:none;border-radius:50px;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;font-size:20px;font-weight:600;padding:20px 60px;transition:all .3s ease}.cta-button-large:hover{box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.landing-footer{background:var(--bg-deep);border-top:1px solid var(--border);color:#fff;max-width:100%;padding:60px 60px 30px}.footer-content{display:flex;gap:60px;justify-content:space-between;margin:0 auto;max-width:1400px}.footer-column{flex:1 1}.footer-column h4{color:#ffffff80;font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:24px;text-transform:uppercase}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:14px}.footer-links a{color:#ffffffd9;font-size:15px;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#fff}.footer-contacts-list li:first-child{color:#ffffff80;font-size:14px;margin-bottom:16px}.footer-bottom{border-top:1px solid #ffffff1a;margin:40px auto 0;max-width:1400px;padding-top:24px;text-align:center}.footer-bottom p{color:#fff6;font-size:13px}@media (max-width:1024px){.hero-section{flex-direction:column;padding:60px 30px;text-align:center}.hero-title{font-size:32px}.hero-brand{justify-content:center}.visual-container{height:300px;width:300px}.benefits-grid,.features-grid,.industries-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){section{padding:60px 20px}.hero-title{font-size:26px}.hero-logo{height:44px}.hero-brand-name{font-size:19px}.benefits-grid,.features-grid,.industries-grid{grid-template-columns:1fr}.steps-container{flex-direction:column}.step-connector{transform:rotate(90deg)}.pricing-section{padding:60px 20px}.pricing-table thead th{font-size:14px;padding:16px 12px}.pricing-table tbody td{font-size:13px;padding:14px 12px}.pricing-table tbody td.feature-name{padding-left:16px}.price{font-size:16px}.footer-content{flex-direction:column;gap:40px}.footer-column h4{margin-bottom:16px}.floating-card{font-size:14px;padding:14px 18px}}.footer-link-button{background:none;border:none;color:#ffffffd9;cursor:pointer;font-family:inherit;font-size:15px;padding:0;transition:color .2s ease}.footer-link-button:hover{color:var(--cyan)}.contact-form-overlay{align-items:center;background:#0a1023cc;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.contact-form-modal{background:#1d2b4f;background:var(--panel,#1d2b4f);border:1px solid #2e4070;border:1px solid var(--border,#2e4070);border-radius:16px;box-shadow:0 8px 24px #00000059;box-shadow:var(--shadow,0 8px 24px #00000059);max-height:90vh;max-width:480px;overflow-y:auto;padding:32px;position:relative;width:100%}.contact-form-close{align-items:center;background:none;border:none;border-radius:50%;color:#9db0d9;color:var(--muted,#9db0d9);cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;line-height:1;padding:0;position:absolute;right:16px;top:16px;transition:all .2s;width:32px}.contact-form-close:hover{background:#ffffff1a;color:#fff}.contact-form-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 8px}.contact-form-subtitle{color:#9db0d9;color:var(--muted,#9db0d9);font-size:14px;margin:0 0 24px}.contact-form{gap:16px}.contact-form,.contact-form-field{display:flex;flex-direction:column}.contact-form-field{gap:6px}.contact-form-field label{color:#9db0d9;color:var(--muted,#9db0d9);font-size:13px;font-weight:500}.contact-form-field input,.contact-form-field textarea{background:#24345e;background:var(--panel-2,#24345e);border:1px solid #2e4070;border:1px solid var(--border,#2e4070);border-radius:8px;color:#e9eefb;color:var(--text,#e9eefb);font-family:inherit;font-size:15px;padding:12px 14px;resize:vertical;transition:border-color .2s}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:#5fd4e8;border-color:var(--cyan,#5fd4e8);outline:none}.contact-form-field input::placeholder,.contact-form-field textarea::placeholder{color:#9db0d98c}.contact-form-submit{background:#007bff;background:var(--accent,#007bff);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:8px;padding:14px 24px;transition:all .2s}.contact-form-submit:hover:not(:disabled){box-shadow:0 4px 16px #007bff59;transform:translateY(-1px)}.contact-form-submit:disabled{cursor:not-allowed;opacity:.6}.contact-form-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;font-size:14px;padding:12px}.contact-form-success{padding:40px 20px;text-align:center}.contact-form-success-icon{align-items:center;background:#5fd4e81f;border:1px solid #5fd4e859;border-radius:50%;color:#5fd4e8;color:var(--cyan,#5fd4e8);display:flex;height:64px;justify-content:center;margin:0 auto 20px;width:64px}.contact-form-success h3{color:#fff;font-size:20px;margin:0 0 8px}.contact-form-success p{color:#9db0d9;color:var(--muted,#9db0d9);font-size:14px;margin:0}@media (max-width:480px){.contact-form-modal{padding:24px 20px}}
/*# sourceMappingURL=main.46999115.css.map*/