#root,body,html{margin:0;min-height:100%;padding:0}#root,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f7;color:#2d2d2d;font-family:Roboto,sans-serif}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif;font-weight:600}:root{--primary:#6d4aff;--primary-light:#f3f0ff;--text-main:#1f2937;--text-secondary:#6b7280;--bg-main:#f5f6fa;--bg-card:#fff;--border:#e5e7eb;--radius:14px}.app-layout{background:#f5f6fa;background:var(--bg-main);display:flex;height:100vh}.export-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.export-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;padding:32px;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.export-modal h3{color:#333;font-size:20px;font-weight:600;margin:0 0 12px}.export-modal p{color:#666;font-size:14px;margin:0 0 24px}.export-format-buttons{display:flex;gap:12px;margin-bottom:16px}.export-format-btn{background:#fff;border:2px solid #e0e0e0;border-radius:12px;color:#333;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:16px;transition:all .2s ease}.export-format-btn:hover{background:#f8f5ff;border-color:#874bfd}.export-format-btn.selected{background:linear-gradient(135deg,#cb6ce6,#874bfd);border-color:#874bfd;color:#fff}.export-modal-actions{display:flex;gap:10px;justify-content:flex-end}.export-modal-btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.export-modal-btn.cancel{background:#f0f0f0;color:#333}.export-modal-btn.cancel:hover{background:#e0e0e0}.export-modal-btn.export{background:linear-gradient(135deg,#cb6ce6,#874bfd);color:#fff}.export-modal-btn.export:hover{box-shadow:0 4px 12px #874bfd4d;transform:translateY(-1px)}.export-modal-btn.export:disabled{cursor:not-allowed;opacity:.6}.export-mode .card,.export-mode .cloud-card{min-height:auto!important}.export-mode .card,.export-mode .card-content,.export-mode .cloud-card{height:auto!important;max-height:none!important;overflow:visible!important}.export-mode{display:block!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.btn.export,.export-modal,.export-modal button{font-family:Roboto,sans-serif}.subscription-modal{max-width:450px}.subscription-required-content{text-align:center}.lock-icon{animation:lockPulse 2s ease-in-out infinite;font-size:64px;margin-bottom:20px}@keyframes lockPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.subscription-required-content h3{color:#1a1a1a;font-size:24px;font-weight:700;margin-bottom:12px}.subscription-required-content p{color:#666;font-size:16px;line-height:1.5;margin-bottom:24px}.feature-benefits{background:#f8f9fa;border-radius:12px;margin-bottom:24px;padding:20px;text-align:left}.benefit-item{border-bottom:1px solid #e0e0e0;color:#333;font-size:15px;padding:10px 0}.benefit-item:last-child{border-bottom:none}.benefit-item:before{background:#4caf50;border-radius:50%;content:"";display:inline-block;height:6px;margin-right:12px;vertical-align:middle;width:6px}.export-modal-btn.upgrade-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff;font-weight:600;transition:all .3s ease}.export-modal-btn.upgrade-btn:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.export-modal-btn.cancel{background:#0000;border:1px solid #ddd;color:#666}.export-modal-btn.cancel:hover{background:#f5f5f5;color:#333}.export-modal-btn.share{background:linear-gradient(135deg,#cb6ce6,#874bfd);color:#fff}.export-modal-btn.share:hover{box-shadow:0 4px 12px #874bfd4d;transform:translateY(-1px)}.share-from-text{color:#333;font-size:16px;margin:18px 0 12px}.share-email-input,.share-message-input{border:1px solid #d6d6d6;border-radius:10px;box-sizing:border-box;display:block;font-family:inherit;font-size:14px;margin-top:12px;padding:12px 14px;width:100%}.share-message-input{line-height:1.5;min-height:110px;resize:vertical}.export-modal-actions{margin-top:20px}.visual-flow{align-items:flex-start;display:flex;flex-direction:column;gap:10px;padding:15px}.flow-card-wrapper{flex-direction:column;gap:6px}.flow-card,.flow-card-wrapper{align-items:center;display:flex}.flow-card{background-color:inherit;border-radius:10px;box-shadow:0 3px 8px #0000001f;flex:1 1 auto;flex-direction:column;height:auto;max-width:160px;min-height:120px;min-width:100px;padding:12px;position:relative;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.flow-card textarea{word-wrap:break-word;background:#0000;border:none;color:inherit;font-family:inherit;font-size:inherit;height:auto;line-height:1.4;margin:0;min-height:40px;outline:none;overflow:hidden;overflow-wrap:break-word;padding:0;resize:none;text-align:center;white-space:pre-wrap;width:100%}.flow-card:before{background:linear-gradient(90deg,#fff6,#ffffff1a);border-radius:10px 10px 0 0;top:0}.flow-card:after,.flow-card:before{content:"";height:3px;left:0;position:absolute;right:0}.flow-card:after{background:linear-gradient(90deg,#00000026,#0000000d);border-radius:0 0 10px 10px;bottom:0}.flow-card:hover{box-shadow:0 4px 10px #00000026;transform:translateY(-2px)}.card-title{font-size:13px;font-weight:700;margin-bottom:6px}.card-value{display:flex;flex:1 1;flex-direction:column;white-space:pre-wrap;width:100%;word-break:break-word}.flow-arrow{align-self:center;color:#0d0c0f;font-size:32px;font-weight:600;margin:0 15px;opacity:.8;transition:opacity .2s ease}.flow-arrow:hover{opacity:1}.right-panel{align-items:stretch;background:#0000;box-sizing:border-box;display:flex;flex:1 1;gap:0;height:100%;justify-content:center;overflow-x:auto;overflow-y:hidden;padding:20px}.column{align-items:center;display:flex;flex:0 0 120px;flex-direction:column}.column-title{color:#0d0c0d;font-size:13px;font-weight:700;margin-bottom:6px;text-align:center}.column-card{background-color:#ffffffe6;border:1px solid #ccc;border-radius:8px;box-shadow:0 3px 8px #0000001f;min-height:90px;padding:10px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;width:120px}.column-card:hover{box-shadow:0 4px 10px #00000026;transform:translateY(-2px)}.right-panel-wrapper{-ms-overflow-style:none;background:#fff;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:10px;height:100%;margin-left:15px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:8px;scrollbar-width:none}.right-panel-wrapper::-webkit-scrollbar{display:none}.outer-card{background:#0000;border-radius:10px;box-shadow:none;flex:1 1;flex-direction:column;gap:8px;justify-content:center;min-width:140px;padding:12px;position:relative}.card-container,.outer-card{align-items:center;display:flex}.card-container{flex-direction:column;gap:4px;height:auto;min-height:140px;width:100%}.influence-cloud textarea{word-wrap:break-word;font-family:inherit;font-size:inherit;height:auto;line-height:1.5;margin:0;min-height:24px;overflow:hidden;overflow-wrap:break-word;padding:0;white-space:pre-wrap}.card-value-input,.influence-cloud textarea{background:#0000;border:none;color:inherit;outline:none;resize:none;text-align:center;width:100%}.card-value-input{font-size:13px}.add-card-btn{font-size:18px;height:28px;line-height:28px;width:28px}.remove-card-btn{font-size:16px;height:24px;width:24px}.customize-controls{align-items:center;display:flex;font-size:12px;gap:8px;justify-content:center}.customize-controls input[type=color]{border:none;border-radius:50%;cursor:pointer;height:24px;width:24px}.add-remove-wrapper{display:flex;gap:8px;justify-content:center;margin-top:8px;position:relative;z-index:1}.add-card-btn,.remove-card-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;transition:all .2s ease;width:32px}.add-card-btn{background:#d18cf1;color:#fff}.add-card-btn:hover{background:#45a049;transform:scale(1.1)}.remove-card-btn{background:#f44336;color:#fff}.remove-card-btn:hover{background:#d32f2f;transform:scale(1.1)}.influence-cloud-wrapper{align-items:center;display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.influence-title{font-size:1rem;font-weight:700}.influence-cloud-row{flex-wrap:wrap;gap:10px}.influence-cloud,.influence-cloud-row{align-items:center;display:flex;justify-content:center}.influence-cloud{border-radius:50px/25px;box-shadow:0 4px 8px #00000026;color:#333;font-weight:600;height:auto;max-width:200px;min-height:50px;min-width:100px;padding:.5rem;position:relative;text-align:center}.cloud-buttons{gap:6px;margin-top:4px;position:relative;z-index:1}.cloud-buttons,.cloud-value{display:flex;justify-content:center}.cloud-value{align-items:center;font-size:.85rem;text-align:center;width:90%;word-break:break-word}.add-cloud-btn{align-items:center;background:#8750fd;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;transition:background .3s ease,transform .2s ease;width:36px}.add-cloud-btn:hover{background:#7030f3;transform:scale(1.1)}.remove-cloud-btn{align-items:center;background:#f44336;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;display:flex;font-size:24px;height:36px;justify-content:center;transition:transform .2s ease;width:36px}.remove-cloud-btn:hover{transform:scale(1.1)}.customize-controls-column{align-items:center;display:flex;font-size:.85rem;gap:8px;justify-content:center;margin-top:6px}.color-picker-wrapper{align-items:center;display:inline-flex;font-size:14px;margin-right:12px}.color-picker-circle{-webkit-appearance:none;background:none;border:1px solid #ccc;border-radius:50%;cursor:pointer;height:24px;margin-left:6px;padding:0;width:24px}.color-picker-circle::-webkit-color-swatch-wrapper{border-radius:50%;padding:0}.color-picker-circle::-webkit-color-swatch{border:none;border-radius:50%}.cloud-color-picker{-webkit-appearance:none;appearance:none;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;cursor:pointer;height:20px;padding:0;transition:transform .2s ease;width:20px}.cloud-color-picker::-webkit-color-swatch-wrapper{border-radius:50%;padding:0}.cloud-color-picker::-webkit-color-swatch{border:none;border-radius:50%}.cloud-color-picker::-moz-color-swatch{border:none;border-radius:50%}.cloud-color-picker:hover{transform:scale(1.15)}.cloud-customize-controls{display:flex;gap:8px;justify-content:center;margin-top:6px}.influence-cloud-wrapper-item{align-items:center;display:flex;flex-direction:column;gap:6px}.loading-container{gap:1rem;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #8c6bdc33;border-radius:50%;border-top-color:#8c6bdc;height:50px;width:50px}@keyframes highlight{0%,to{box-shadow:0 8px 24px #00000026}50%{box-shadow:0 8px 32px #3b82f699,0 0 20px #3b82f666;transform:scale(1.02)}}.loading-text{color:#666;font-size:16px;margin:0}.impact-map-export-content{flex:1 1;height:auto;overflow:visible;width:100%}.impact-map-canvas{background:#efefef;border-radius:6px;box-sizing:border-box;flex-shrink:0;min-height:680px;overflow:hidden;padding:10px 6px;position:relative;width:100%}.impact-map-title{color:#7e4bd8;font-size:32px;font-weight:700;margin:0 0 18px;text-align:center}.impact-map-legend{display:flex;flex-direction:column;gap:8px;position:absolute;right:24px;top:22px;z-index:6}.legend-item{align-items:center;color:#222;display:flex;font-size:14px;gap:8px}.legend-item .footsteps-trail{color:#6d00d7}.legend-puzzle{color:#f3a8b0}.ellipse{border-radius:50%;pointer-events:none;position:absolute;z-index:1}.ellipse-1{background:#e5d5f2;height:85%;left:0;right:5px;top:10%;width:105%}.ellipse-2{background:#d7b9ee;height:70%;left:2%;top:18%;width:79%}.ellipse-3{background:#c79dec;height:57%;left:4%;top:25%;width:54%}.ellipse-4{background:#b15df1;height:45%;left:6.5%;top:32%;width:27%}.impact-flow-row{height:520px;margin-top:20px;position:relative;width:100%;z-index:4}.impact-column{gap:10px;position:absolute}.impact-card,.impact-column{align-items:center;display:flex;flex-direction:column}.impact-card{border-radius:30px;box-shadow:0 6px 16px #452a7624;box-sizing:border-box;overflow:hidden;padding:18px 16px;position:relative;text-align:center;z-index:3}.impact-card-1{height:198px;width:187px}.impact-card-2{height:235px;width:185px}.impact-card-3{height:245px;width:180px}.impact-card-4{height:250px;width:180px}.impact-card-title{font-size:13px;font-weight:800;line-height:1.3;margin-bottom:10px;text-align:center;text-transform:uppercase;width:100%}.impact-card-textarea{background:#0000;border:none;box-sizing:border-box;flex:1 1;font-family:inherit;line-height:1.25;min-height:0;outline:none;overflow-x:hidden;overflow-y:hidden;resize:none;text-align:center;white-space:pre-wrap;width:100%;word-break:break-word}.floating-puzzle-wrap{opacity:.95;position:absolute;z-index:5}.floating-puzzle{align-items:center;display:flex;justify-content:center;position:relative;transition:transform .3s ease}.puzzle-text{color:#111;font-size:10px;font-weight:600;line-height:1.2;max-width:70px;pointer-events:none;position:absolute;text-align:center;word-break:break-word}.floating-puzzle svg{filter:drop-shadow(0 3px 6px rgba(0,0,0,.15));height:95px;width:95px}.floating-puzzle:hover{transform:scale(1.1)}.puzzle-editor{background:#ffffffeb;border-radius:10px;box-shadow:0 4px 14px #0000001f;padding:6px;width:120px}.puzzle-editor textarea{background:#0000;border:none;font-family:inherit;font-size:12px;min-height:36px;outline:none;resize:none;text-align:center;width:100%}.puzzle-editor-buttons{display:flex;gap:6px;justify-content:center;margin-top:6px}.impact-customize-controls{margin-bottom:6px;position:relative;z-index:5}.impact-puzzle-color-controls{background:#ffffffeb;border-radius:12px;bottom:22px;padding:8px 12px;position:absolute;right:22px;z-index:5}.panel-buttons{gap:12px;margin-bottom:12px}.btn.customize,.btn.export{border:none;border-radius:12px;cursor:pointer;font-size:15px;padding:10px 18px}.btn.customize{background:#7c3aed}.btn.export{background:#ececec;color:#222}.right-panel-container{background:#0000;box-sizing:border-box;display:flex;flex-direction:column;min-height:auto;overflow:visible;padding:0;width:100%}@media (max-width:1400px){.impact-card{min-height:300px;width:220px}.impact-flow-row{gap:12px}}@media (max-width:1200px){.impact-map-canvas{-webkit-overflow-scrolling:touch;overflow-x:auto}.impact-flow-row{justify-content:flex-start;min-width:1080px}}.impact-flow-row .impact-column:first-child{left:10.5%;top:240px}.impact-flow-row .impact-column:nth-child(3){left:35%;top:207px}.impact-flow-row .impact-column:nth-child(5){left:59%;top:195px}.impact-flow-row .impact-column:nth-child(7){left:83%;top:185px}.add-card-btn,.add-remove-wrapper,.remove-card-btn{display:none!important}.footstep-group{color:#6d00d7;pointer-events:none;position:absolute;z-index:5}.footsteps-trail{align-items:center;color:#6d00d7;display:flex;gap:8px;height:62px;justify-content:flex-start;min-width:126px;min-width:calc(var(--step-count, 3)*42px)}.footsteps-trail.compact{gap:2px;height:22px;min-width:34px;transform:scale(.52);transform-origin:left center}.footstep-pair{align-items:center;display:flex;height:52px;justify-content:center;position:relative;width:40px}.footstep-pair.left-step{transform:translateY(-8px)}.footstep-pair.right-step{transform:translateY(8px)}.footprint{height:22px;position:relative;transform:rotate(-18deg);width:38px}.right-step .footprint{transform:rotate(18deg)}.footprint .heel{border-radius:50%;height:12px;left:2px;top:5px;width:12px}.footprint .heel,.footprint .sole{background:currentColor;opacity:.96;position:absolute}.footprint .sole{border-radius:48% 56% 56% 48%;height:13px;left:11px;top:4px;width:17px}.footprint .toe{background:currentColor;border-radius:50%;display:block;opacity:.96;position:absolute}.footprint .toe-1{height:5px;right:6px;top:0;width:5px}.footprint .toe-2{height:5px;right:1px;top:4px;width:5px}.footprint .toe-3{height:4px;right:0;top:9px;width:4px}.footprint .toe-4{height:4px;right:3px;top:13px;width:4px}.footstep-group-1{left:27.3%;top:292px}.footstep-group-2{left:51.5%;top:292px}.footstep-group-3{left:75%;top:292px}@media (max-width:640px){.impact-map-title{font-size:clamp(1.1rem,5vw,1.65rem);line-height:1.25;padding:0 10px}.impact-map-canvas{min-height:560px;padding:8px 4px 12px}.legend-item{font-size:12px}}:root{--navbar-height:64px}body,html{background:var(--bg-main);box-sizing:border-box;height:100%;margin:0;min-height:100vh;overflow-x:hidden;padding:0;width:100%}.app-container{align-items:stretch;background:#0000;box-sizing:border-box;display:flex;flex-direction:row;font-family:Roboto,sans-serif;gap:0;height:calc(100vh - 110px);min-height:0;overflow:hidden;padding-bottom:0;padding-top:0}.left-panel{display:flex;flex-direction:column;height:100%}.left-panel .form-group,.left-panel .scrollable{flex:1 1;overflow-x:hidden;overflow-y:auto;padding-right:10px}.left-panel::-webkit-scrollbar{width:8px}.left-panel::-webkit-scrollbar-track{background:#f0f0f0;border-radius:6px}.left-panel::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:6px}.left-panel h1{font-size:20px;margin-bottom:20px;text-align:center}.form-group{display:flex;flex-direction:column;margin-bottom:15px}.form-group label{font-weight:600;margin-bottom:6px}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:16px;min-height:50px;padding:14px;transition:border .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#d46cfa;box-shadow:0 0 8px #d46cfa99;outline:none}.form-group textarea{min-height:80px;resize:vertical}.progress-container{background:#e6e6e6;border-radius:5px;height:10px;margin-bottom:10px;overflow:hidden;width:100%}.progress-bar{background:linear-gradient(90deg,#702ef3,#a45df3);height:100%;transition:width .3s ease}.progress-text{color:#555;font-size:14px;margin-bottom:15px}.helper-text{font-size:.85rem;margin:2px 0 6px}.error-input{background-color:#ffeaea;border:1px solid #e74c3c}.error-text{color:#e74c3c;display:block;font-size:12px;margin-top:4px}.sidebar-container{display:flex;flex-shrink:0;height:auto;position:relative}.sidebar{background:#fffffff2;border-right:1px solid #e6e6e6;box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;transition:width .28s ease;width:64px}.sidebar.open{overflow:hidden;width:350px}.sidebar.collapsed{overflow:hidden;width:64px}.sidebar-content{box-sizing:border-box;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:24px 24px 30px;transition:opacity .3s ease}.sidebar.collapsed .sidebar-content{opacity:0;pointer-events:none}.sidebar-header{align-items:center;border-bottom:1px solid #f0f0f0;flex:0 0 auto;gap:10px;padding:10px 12px}.sidebar-header,.toggle-btn{display:flex;justify-content:space-between}.toggle-btn{background:#8750fd;border:none;border-radius:50%;box-shadow:0 2px 6px #0003;color:#fff;cursor:pointer;flex-direction:column;font-size:20px;font-weight:700;height:36px;line-height:1;padding:5px;position:relative;right:-15px;text-align:center;top:20px;transition:background .3s ease;width:36px;z-index:10}.toggle-btn span{background:#fff;border-radius:2px;display:block;height:3px;transition:all .3s ease}.toggle-btn:hover{background:#7030f3}.btn-save{align-items:center;align-self:flex-end;background:linear-gradient(135deg,#cb6ce6,#874bfd);border:none;border-radius:20px;box-shadow:0 4px 12px #874bfd4d;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;margin-right:8px;margin-top:8px;padding:6px 14px;position:static;transition:background .2s ease,transform .15s ease;z-index:auto}.btn-save:hover:not(:disabled){box-shadow:0 6px 12px #667eea66;transform:translateY(-2px)}.btn-save:active:not(:disabled){transform:translateY(0)}.btn-save:disabled{background:linear-gradient(135deg,#cbd5e0,#a0aec0);box-shadow:none;cursor:not-allowed;opacity:.6}.btn-save:disabled:hover{transform:none}.btn-save .spinner{animation:spin .6s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.app-header{align-items:center;display:flex;justify-content:center;min-height:56px;padding:12px 24px 8px;position:relative}.back-dashboard-btn{background:#fff;border:1px solid #1f2937;border-radius:999px;box-shadow:0 2px 8px #00000014;color:#111827;cursor:pointer;font-size:.92rem;font-weight:600;left:16px;padding:10px 18px;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}.back-dashboard-btn:hover{background:#f8f5ff;border-color:#874bfd;box-shadow:0 6px 16px #874bfd26;color:#6d28d9}.back-dashboard-btn:active{transform:translateY(-50%) scale(.98)}.app-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#7e4ed2);-webkit-background-clip:text;color:#7e57c2;font-family:Roboto,sans-serif;font-size:2rem;font-weight:700;letter-spacing:1px;margin:0;text-align:center}.form-header{margin:30px 0 40px;text-align:center}.main-title{color:#1f1f1f;font-size:.91rem;letter-spacing:1px;margin:0;text-align:center}.main-title,.project-title{font-family:Roboto,sans-serif;font-weight:500}.project-title{color:#555;font-size:1rem;margin-top:6px;opacity:.8}.panel-buttons{display:flex;gap:10px;justify-content:flex-end}.btn.customize{background-color:#8750fd;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 14px}.btn.customize:hover{background-color:#7030f3}.btn.export{background-color:#f0f0f0;border:none;border-radius:6px;color:#333;cursor:pointer;padding:8px 14px}.btn.export:hover{background-color:#e0e0e0}.newly-added{animation:inputGlow 2s ease-in-out}@keyframes inputGlow{0%,to{border-color:#ccc;box-shadow:0 0 0 #874bfd00;transform:scale(1)}50%{border-color:#874bfd;box-shadow:0 0 20px #874bfdcc,0 0 40px #874bfd80,inset 0 0 10px #874bfd4d;transform:scale(1.02)}}.step-title-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.learn-more-btn{align-items:center;background:#0000;border:none;color:#7c3aed;cursor:pointer;display:flex;justify-content:center;padding:2px;transition:transform .2s ease}.learn-more-btn:hover{transform:scale(1.1)}.helper-text{color:#555;font-size:13px;line-height:1.4;margin:6px 0 10px}.learn-more-box{animation:fadeIn .2s ease-in-out;background:#f3e8ff;border-radius:10px;color:#5b21b6;font-size:12px;line-height:1.45;margin-bottom:10px;padding:10px 12px;text-align:justify}.learn-more-list{list-style-position:outside;margin:0;padding-left:16px}.learn-more-list li{line-height:1.5;margin-bottom:8px}.tm{font-size:.5em;vertical-align:super}.external-factor-note{color:#666;font-size:12px;line-height:1.4;margin-top:6px}.expert-review-section{background:#0000;margin:20px auto 8px;max-width:850px;padding:8px 16px;text-align:center}.expert-review-section p{color:#374151;font-size:15px;font-weight:500;margin:0 0 10px}.btn-expert-review{background:#fff;border:1.5px solid #7c3aed;border-radius:999px;box-shadow:0 4px 12px #7c3aed26;color:#7c3aed;cursor:pointer;font-size:15px;font-weight:700;padding:10px 22px}.btn-expert-review:hover{background:#7c3aed;color:#fff}.autosave-status{color:#6b7280;font-family:Roboto,sans-serif;font-size:.8125rem;line-height:1.25;margin:0;min-height:1.25em;padding:0 16px 4px;text-align:left}.autosave-status:empty{min-height:0;padding-bottom:0}@media (max-width:1024px){.app-container{align-items:stretch;flex-direction:column;height:auto;max-height:none;min-height:0;overflow-x:hidden;overflow-y:visible}.sidebar{border-bottom:1px solid #e6e6e6;border-right:none;flex-shrink:0;height:auto;max-height:min(52vh,440px);max-width:100%;width:100%}.sidebar.collapsed{max-height:52px;width:100%}.sidebar.open{max-height:min(52vh,440px);width:100%}.toggle-btn{right:12px;top:10px}.right-panel-wrapper{box-sizing:border-box;flex:1 1 auto;height:auto;margin-left:0;max-height:none;min-height:45vh;padding:8px 6px 96px;width:100%}.app-header{align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-start;padding:10px 12px 6px}.app-header h1{flex:1 1 100%;font-size:clamp(1.05rem,4.2vw,1.5rem);margin:0;order:2;text-align:center}.back-dashboard-btn{font-size:.85rem;left:auto;order:1;padding:8px 14px;position:relative;top:auto;transform:none}.back-dashboard-btn:active{transform:scale(.98)}.autosave-status{padding:0 12px 4px;white-space:normal}.expert-review-section{padding:8px 12px}.btn-save{display:block;margin-left:auto;margin-right:auto;max-width:420px;width:calc(100% - 24px)}}@media (max-width:480px){.back-dashboard-btn{display:flex;justify-content:center;width:100%}}.modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);inset:0;padding:20px;z-index:9999}.modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000002e;padding:28px 24px 22px;text-align:center;width:min(440px,100%)}.modal-title{color:#1f2937;font-size:1.6rem;font-weight:700;margin:0 0 10px}.modal-message{color:#6b7280;font-size:.98rem;line-height:1.55;margin:0 0 22px}.modal-icon-wrap{align-items:center;background:#fde8ef;border-radius:50%;display:flex;height:52px;justify-content:center;margin:0 auto 14px;width:52px}.modal-delete-icon{color:#e5487e}.btn{border-radius:12px;cursor:pointer;font-size:.95rem;font-weight:700;min-width:132px;padding:11px 18px;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#ef5da8,#e5487e);border:none;color:#fff}.btn-primary:hover{filter:brightness(.98);transform:translateY(-1px)}.btn-secondary{background:#fff;border:1.5px solid #d1d5db;color:#6b7280}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}@keyframes slideIn{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.toast-notification{align-items:center;animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 8px 24px #00000026;display:flex;font-size:14px;font-weight:500;gap:12px;max-width:400px;padding:16px 24px;position:fixed;right:20px;top:20px;z-index:10000}.toast-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.toast-warning{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.toast-info{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.toast-notification svg{flex-shrink:0}.footer{background:#1f2937;border-top:4px solid #8750fd;color:#fff;margin-bottom:0;margin-top:auto;padding:16px 0 18px;width:100%}.footer-content{grid-gap:54px;align-items:start;display:grid;gap:54px;grid-template-columns:1.1fr .8fr 1.4fr;margin:0 auto;max-width:1180px;padding:0 42px}.footer h3,.footer h4,.footer p{margin:0}.footer h3,.footer h4{font-size:17px;font-weight:700;line-height:1.2;margin-bottom:6px}.footer-tagline{font-size:13px;line-height:1.3;margin-top:2px}.footer-small{color:#e5e7eb;font-size:12.5px;line-height:1.35;margin-top:4px}.footer-section{display:flex;flex-direction:column;gap:5px}.footer-section a{color:#fff;font-size:13.5px;font-weight:500;line-height:1.35;text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-about p{color:#fff;font-size:13px;line-height:1.45;max-width:620px}.app-page-with-footer{box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh}.app-page-with-footer__main{display:flex;flex:1 0 auto;flex-direction:column}.dashboard-with-footer{box-sizing:border-box;display:flex;flex-direction:column;min-height:calc(100vh - 60px);min-height:calc(100vh - var(--navbar-height, 60px));width:100%}.dashboard-with-footer__main{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;width:100%}.dashboard-with-footer>.footer{flex-shrink:0;margin-top:auto}@media (max-width:900px){.footer-content{gap:20px;grid-template-columns:1fr;padding:0 24px}.footer-about p{max-width:100%}}:root{--qfo-dark-bg:#292e26;--qfo-dark-surface:#252824;--qfo-dark-surface-2:#1f211e;--qfo-dark-border:#ffffff24;--qfo-dark-text:#fff8ea;--qfo-dark-muted:#d8d0bd;--qfo-dark-subtle:#a9a08f;--qfo-accent:#8b6ef6;--qfo-accent-2:#b6a7ff;--qfo-green:#22c55e;--qfo-amber:#f5a524;--qfo-danger:#ef4444}.qfo-profile-dashboard-page,.qfo-profile-page{background:radial-gradient(circle at 18% 8%,#cb6ce62e,#0000 32%),radial-gradient(circle at 88% 18%,#874bfd29,#0000 34%),linear-gradient(180deg,#f5f1ff,#f7f8fc 42%,#f2f4f8);color:#111827;display:flex;flex-direction:column;font-family:Roboto,sans-serif;min-height:100vh;padding:56px 0 0}.qfo-profile-dashboard-page h1,.qfo-profile-dashboard-page h2,.qfo-profile-dashboard-page h3,.qfo-profile-dashboard-page h4,.qfo-profile-dashboard-page h5,.qfo-profile-dashboard-page h6,.qfo-profile-page h1,.qfo-profile-page h2,.qfo-profile-page h3,.qfo-profile-page h4,.qfo-profile-page h5,.qfo-profile-page h6{font-family:Roboto,sans-serif}.qfo-profile-page__content{flex:1 1;margin:0 auto;padding:40px 0 72px;width:min(1180px,calc(100% - 48px))}.qfo-dashboard-header,.qfo-dashboard-hero{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin:0 0 28px;width:100%}.qfo-dashboard-header h1,.qfo-dashboard-hero h1{color:#111827;font-size:clamp(2.4rem,5vw,4.4rem);font-weight:950;letter-spacing:-.06em;line-height:.95;margin:6px 0 8px;text-shadow:none}.qfo-dashboard-header p,.qfo-dashboard-hero p{color:#4b5563;font-size:1rem;font-weight:650;margin:0}.qfo-dash-card-label,.qfo-dash-eyebrow,.qfo-dashboard-eyebrow{color:#7c3aed;display:inline-flex;font-size:.72rem;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.qfo-refresh-button,.refresh-button{flex-shrink:0;margin-top:10px}.qfo-dashboard-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(300px,380px) minmax(0,1fr);margin:0 auto;width:100%}.qfo-dashboard-card,.qfo-dashboard-state-card{border-radius:18px;box-sizing:border-box;color:#111827}.qfo-dashboard-card{padding:30px}.qfo-identity-card,.qfo-profile-main-card{background:linear-gradient(135deg,#fff,#fbf8ff),radial-gradient(circle at top,#8750fd1f,#0000 42%);border:1px solid #874bfd1f;box-shadow:0 20px 55px #57379f1f;grid-column:1;grid-row:span 2;text-align:center}.qfo-dash-overview-card,.qfo-dashboard-state-card,.qfo-heatmap-card,.qfo-timeline-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(135deg,#ffffffeb,#faf7ffdb),radial-gradient(circle at top left,#8750fd1a,#0000 44%);border:1px solid #7c3aed1f;box-shadow:0 24px 70px #57379f1c,inset 0 1px 0 #ffffffbf;overflow:hidden;position:relative}.qfo-dash-overview-card,.qfo-heatmap-card,.qfo-timeline-card{grid-column:2}.qfo-dash-overview-card{min-height:220px}.qfo-heatmap-card{min-height:250px}.qfo-heatmap-grid{grid-gap:7px;gap:7px;grid-auto-columns:18px;grid-template-rows:repeat(7,18px);margin-top:20px;padding:4px 4px 10px}.qfo-heatmap-cell,.qfo-heatmap-legend i{background:#e7defc;border:1px solid #7c3aed38;box-shadow:inset 0 1px 0 #ffffffb3,0 1px 2px #4f46e51f;height:18px;width:18px}.qfo-heatmap-cell.level-0,.qfo-heatmap-legend i.level-0{background:#eee7ff;border-color:#7c3aed38}.qfo-heatmap-cell.level-1,.qfo-heatmap-legend i.level-1{background:#cdbbff;border-color:#7c3aed47}.qfo-heatmap-cell.level-2,.qfo-heatmap-legend i.level-2{background:#a78bfa;border-color:#6d28d95c}.qfo-heatmap-cell.level-3,.qfo-heatmap-legend i.level-3{background:#8b5cf6;border-color:#5b21b66b;box-shadow:0 0 0 1px #8b5cf614,0 4px 10px #8b5cf638}.qfo-heatmap-cell.level-4,.qfo-heatmap-legend i.level-4{background:#6d28d9;border-color:#4c1d9580;box-shadow:0 0 0 1px #6d28d91f,0 5px 14px #6d28d94d}.qfo-heatmap-cell:hover{border-color:#4c1d95b8;box-shadow:0 0 0 3px #8b5cf629,0 8px 18px #6d28d942;transform:scale(1.22);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.qfo-heatmap-legend{color:#5f6472;font-size:.78rem;gap:9px;margin-top:16px}.qfo-heatmap-legend i{display:inline-block;flex:0 0 18px}.qfo-dash-avatar-wrap,.qfo-dash-avatar-wrapper{display:flex;justify-content:center;margin:0 auto 18px}.qfo-dash-avatar,.qfo-dash-avatar-image,.qfo-dash-avatar-placeholder{border:5px solid #c4b5fd;border-radius:999px;box-shadow:0 14px 34px #7c3aed33;height:112px;width:112px}.qfo-dash-avatar,.qfo-dash-avatar-image{display:block;object-fit:cover}.qfo-dash-avatar-placeholder{background:linear-gradient(135deg,#696565,#696565);color:#f1f5f9;display:grid;font-size:2.45rem;font-weight:950;place-items:center}.qfo-dash-edit-panel h2,.qfo-identity-card h2,.qfo-profile-main-card h2{color:#111827;font-size:1.45rem;font-weight:950;margin:0}.qfo-dash-username{background:#f1edff;border-radius:999px;color:#6d28d9;display:inline-flex;font-size:.82rem;font-weight:850;margin:10px 0 22px;padding:5px 12px}.qfo-dash-profile-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:24px}.qfo-dash-detail-list{border-top:1px solid #7c3aed21;margin:0;padding:22px 0 0;text-align:left}.qfo-dash-detail-list div{grid-gap:14px;align-items:center;border-bottom:1px solid #7c3aed1a;display:grid;gap:14px;grid-template-columns:128px minmax(0,1fr);padding:11px 0}.qfo-dash-detail-list dt{color:#6b7280;font-weight:850}.qfo-dash-detail-list dd{color:#1f2937;font-weight:850;margin:0;overflow-wrap:anywhere;text-align:right}.qfo-mini-pill{background:#f1edff;border-radius:999px;color:#5f50d7;display:inline-flex;font-size:.76rem;font-weight:950;padding:6px 12px}.qfo-dash-ghost-button,.qfo-dash-outline-button,.qfo-dash-primary-button,.qfo-dash-secondary-button,.refresh-button,.refresh-modal-btn{cursor:pointer;font-family:inherit;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.qfo-dash-primary-button,.qfo-primary-button,.refresh-modal-btn.primary{background:linear-gradient(135deg,#cb6ce6,#874bfd);border:none;border-radius:10px;box-shadow:0 10px 24px #874bfd3d;color:#fff;font-size:.88rem;font-weight:950;min-height:44px;padding:11px 18px}.qfo-dash-primary-button:hover:not(:disabled),.qfo-primary-button:hover:not(:disabled),.refresh-modal-btn.primary:hover{background:linear-gradient(135deg,#b85ce0,#7030f3);box-shadow:0 14px 30px #874bfd52;transform:translateY(-2px)}.qfo-dash-outline-button,.qfo-dash-secondary-button,.refresh-modal-btn.secondary{background:#fff;border:1px solid #7c3aed2e;border-radius:10px;color:#4b5563;font-size:.88rem;font-weight:900;min-height:44px;padding:11px 16px}.qfo-dash-outline-button:hover:not(:disabled),.qfo-dash-secondary-button:hover:not(:disabled),.refresh-modal-btn.secondary:hover{background:#f4f0ff;border-color:#7c3aed61;color:#5b21b6;transform:translateY(-1px)}.qfo-dash-ghost-button{background:#0000;border:none;color:#6d28d9;font-size:.85rem;font-weight:850;padding:9px 12px}.qfo-dash-ghost-button:hover{color:#5b21b6;text-decoration:underline}button:disabled{cursor:not-allowed;opacity:.62;transform:none!important}.qfo-dash-stat-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));margin-top:24px}.qfo-dash-stat-row div{background:#f6f2ffd1;border-radius:12px;display:grid;min-height:72px;padding:14px 10px;place-items:center;text-align:center}.qfo-dash-stat-row strong{color:#111827;display:block;font-size:1.45rem;font-weight:950;line-height:1.1}.qfo-dash-stat-row span{color:#6b7280;display:block;font-size:.77rem;font-weight:850;margin-top:4px}.qfo-dash-metric-strip{background:#f6f2ffd1;border:1px solid #7c3aed1a;border-radius:16px;box-shadow:inset 0 1px 0 #ffffffb3;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;overflow:hidden}.qfo-dash-metric-strip div{background:#0000;border-right:1px solid #7c3aed1a;display:grid;min-height:74px;padding:14px 12px;place-items:center;text-align:center}.qfo-dash-metric-strip div:last-child{border-right:none}.qfo-dash-metric-strip span{color:#6b7280;display:block;font-size:.72rem;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.qfo-dash-metric-strip strong{color:#111827;display:block;font-size:1.18rem;font-weight:950;margin-top:4px;text-transform:capitalize}.qfo-recent-projects{grid-gap:12px;display:grid;gap:12px;margin-top:18px}.qfo-recent-project-row{grid-gap:14px;align-items:center;background:#ffffffb8;border:1px solid #7c3aed1f;border-radius:16px;box-shadow:0 10px 26px #57379f0f;color:#111827;cursor:pointer;display:grid;font-family:inherit;gap:14px;grid-template-columns:minmax(0,1fr) auto;padding:14px 16px;text-align:left;transition:.18s ease;width:100%}.qfo-recent-project-row:hover{background:#fff;border-color:#7c3aed4d;box-shadow:0 16px 34px #57379f1c;transform:translateY(-2px)}.qfo-recent-project-row span{grid-gap:4px;display:grid;gap:4px;min-width:0}.qfo-recent-project-row strong{color:#111827;font-size:.95rem;font-weight:950;overflow-wrap:anywhere}.qfo-recent-project-row small{color:#64748b;font-size:.78rem;font-weight:750}.qfo-project-status,.qfo-recent-project-row em,.qfo-status-badge{border:1px solid #0000;border-radius:999px;font-size:.72rem;font-style:normal;font-weight:950;justify-self:end;line-height:1;min-width:84px;padding:7px 14px;text-align:center;text-transform:capitalize}.qfo-project-status.draft,.qfo-recent-project-row em,.qfo-recent-project-row.qfo-project-draft em,.qfo-status-badge.draft{background:#fff4d6;border-color:#f5a52440;color:#8a5500}.qfo-project-status.completed,.qfo-project-status.published,.qfo-recent-project-row.qfo-project-completed em,.qfo-recent-project-row.qfo-project-published em,.qfo-status-badge.completed,.qfo-status-badge.published{background:#dcfce7;border-color:#22c55e4d;color:#15803d}.qfo-card-heading-row,.qfo-dash-card-header{align-items:flex-start;display:flex;gap:18px;justify-content:space-between}.qfo-dash-overview-card h3,.qfo-dashboard-state-card h3,.qfo-heatmap-card h3,.qfo-timeline-card h3{color:#111827;font-size:1.22rem;font-weight:950;margin:8px 0 4px;text-transform:capitalize}.qfo-dash-empty-text,.qfo-dash-note,.qfo-heatmap-card p{color:#6b7280;font-size:.9rem;margin:0}.qfo-usage-bar{background:#ece7ff;border-radius:999px;height:8px;margin:18px 0 0;overflow:hidden}.qfo-usage-bar span{background:linear-gradient(90deg,#cb6ce6,#874bfd);border-radius:inherit;display:block;height:100%;min-width:4px}.qfo-cancel-plan-button{margin-top:14px;width:100%}.qfo-green-text{color:#16a34a!important}.qfo-amber-text{color:#d97706!important}.qfo-heatmap-grid{grid-gap:6px;display:grid;gap:6px;grid-auto-columns:16px;grid-auto-flow:column;grid-template-rows:repeat(7,16px);margin-top:18px;overflow-x:auto;padding:2px 0 8px}.qfo-heatmap-cell,.qfo-heatmap-legend i{background:#f1ebff;border:1px solid #7c3aed14;border-radius:5px;height:16px;width:16px}.qfo-heatmap-cell.level-1,.qfo-heatmap-legend i.level-1{background:#e5dbff}.qfo-heatmap-cell.level-2,.qfo-heatmap-legend i.level-2{background:#d2c0ff}.qfo-heatmap-cell.level-3,.qfo-heatmap-legend i.level-3{background:#b998ff}.qfo-heatmap-cell.level-4,.qfo-heatmap-legend i.level-4{background:#8b5cf6}.qfo-heatmap-legend{align-items:center;color:#6b7280;display:flex;font-size:.74rem;font-weight:850;gap:8px;margin-top:14px}.qfo-dash-timeline{grid-gap:0;display:grid;gap:0;margin-top:18px}.qfo-dash-timeline-item{grid-gap:12px;display:grid;gap:12px;grid-template-columns:18px minmax(0,1fr);padding-bottom:20px;position:relative;text-align:left}.qfo-dash-timeline-item:before{background:#7c3aed33;bottom:0;content:"";left:7px;position:absolute;top:18px;width:2px}.qfo-dash-timeline-item:last-child{padding-bottom:0}.qfo-dash-timeline-item:last-child:before{display:none}.qfo-dash-timeline-item>span{background:#8b6ef6;background:var(--qfo-accent);border-radius:999px;box-shadow:0 0 0 4px #8b6ef61f;height:14px;margin-top:3px;width:14px;z-index:1}.qfo-dash-timeline-item.success>span{background:#22c55e;background:var(--qfo-green)}.qfo-dash-timeline-item.warning>span{background:#f5a524;background:var(--qfo-amber)}.qfo-dash-timeline-item.neutral>span{background:#b6a7ff;background:var(--qfo-accent-2)}.qfo-dash-timeline-item strong{color:#111827;display:block;font-size:.95rem;font-weight:950}.qfo-dash-timeline-item p{color:#6b7280;font-size:.8rem;line-height:1.45;margin:4px 0 0}.qfo-dash-empty-box{grid-gap:6px;background:#ffffffa3;border:1px dashed #7c3aed3d;border-radius:14px;display:grid;gap:6px;padding:18px}.qfo-dash-empty-box strong{color:#111827}.qfo-dash-empty-box span{color:#6b7280;font-size:.88rem;line-height:1.5}.qfo-dash-avatar-actions{grid-gap:10px;display:grid;gap:10px;margin-bottom:22px}.qfo-hidden-file-input{display:none}.qfo-dash-note{color:#6b7280;font-size:.82rem;line-height:1.5;margin:0}.qfo-dash-edit-panel{margin-top:8px;text-align:left}.qfo-dash-edit-panel>p{color:#6b7280;margin:8px 0 18px}.qfo-dash-form-grid{grid-gap:13px;display:grid;gap:13px;grid-template-columns:1fr 1fr}.qfo-dash-form-grid label{color:#4b5563;font-size:.82rem;font-weight:850}.qfo-dash-form-grid input,.qfo-dash-form-grid textarea{background:#fff;border:1px solid #7c3aed29;border-radius:10px;box-sizing:border-box;color:#111827;font-family:inherit;font-size:.92rem;margin-top:7px;outline:none;padding:12px 13px;width:100%}.qfo-dash-form-grid textarea{line-height:1.5;min-height:90px;resize:vertical}.qfo-dash-form-grid input:focus,.qfo-dash-form-grid textarea:focus{border-color:#8b6ef6;box-shadow:0 0 0 4px #8b6ef629}.qfo-dash-form-full-width{grid-column:1/-1}.qfo-dash-form-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:18px}.qfo-dash-error-message,.qfo-dash-success-message,.qfo-dash-warning-message{border-radius:10px;font-size:.85rem;font-weight:800;margin-top:14px;padding:11px 13px;text-align:left}.qfo-dash-success-message{background:#22c55e21;border:1px solid #22c55e52;color:#166534;margin-bottom:14px}.qfo-dash-error-message{background:#ef444424;border:1px solid #ef444452;color:#991b1b}.qfo-dash-warning-message{background:#f5a52424;border:1px solid #f5a52452;color:#92400e}.qfo-dashboard-state-card{margin:80px auto;padding:42px 28px;text-align:center;width:min(520px,100%)}.qfo-dashboard-state-card p{color:#6b7280}.qfo-dashboard-spinner{animation:qfoSpin .8s linear infinite;border:4px solid #ece7ff;border-radius:50%;border-top:4px solid var(--qfo-accent);height:42px;margin:0 auto 14px;width:42px}.refresh-button{align-items:center;background:#292e26;border:1px solid #292e262e;border-radius:999px;box-shadow:0 14px 28px #292e262e;color:#fff;display:inline-flex;font-size:.9rem;font-weight:900;gap:9px;justify-content:center;padding:11px 17px}.refresh-button:hover:not(:disabled){background:#1f241d;transform:translateY(-1px)}.refresh-button:disabled .refresh-button-icon{animation:qfoSpin 1s linear infinite}.refresh-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000094;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.refresh-modal{animation:qfoModalFadeIn .2s ease-out;background:#fff;border:1px solid #7c3aed29;border-radius:18px;box-shadow:0 28px 80px #0000003d;color:#111827;max-width:440px;padding:32px;text-align:center;width:100%}.refresh-modal-icon{align-items:center;background:#8b6ef6;background:var(--qfo-accent);border-radius:50%;color:#fff;display:flex;height:58px;justify-content:center;margin:0 auto 18px;width:58px}.refresh-modal h2{color:#111827;font-size:1.45rem;font-weight:950;margin:0}.refresh-modal p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:12px 0 26px}.refresh-modal-actions{display:flex;gap:12px;justify-content:center}.refresh-modal-btn{border:none;border-radius:10px;font-size:.92rem;font-weight:900;min-width:135px;padding:11px 18px}@keyframes qfoSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes qfoModalFadeIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:1050px){.qfo-dashboard-grid{grid-template-columns:1fr}.qfo-dash-overview-card,.qfo-heatmap-card,.qfo-identity-card,.qfo-profile-main-card,.qfo-timeline-card{grid-column:auto;grid-row:auto}}@media (max-width:900px){.qfo-profile-dashboard-page,.qfo-profile-page{padding:36px 0 0}.qfo-profile-page__content{padding:0 0 36px;width:calc(100% - 32px)}}@media (max-width:720px){.qfo-profile-dashboard-page,.qfo-profile-page{padding:28px 14px 36px}.qfo-profile-page__content{padding:28px 0 42px;width:100%}.qfo-dashboard-header,.qfo-dashboard-hero{align-items:flex-start;flex-direction:column}.qfo-refresh-button,.refresh-button{margin-top:0}.qfo-dashboard-card{padding:22px}.qfo-card-heading-row,.qfo-dash-card-header{align-items:stretch;flex-direction:column}.qfo-dash-form-actions,.qfo-dash-form-grid,.qfo-dash-metric-strip,.qfo-dash-profile-actions,.qfo-dash-stat-row{grid-template-columns:1fr}.qfo-dash-detail-list div{gap:4px;grid-template-columns:1fr}.qfo-dash-detail-list dd{text-align:left}.qfo-dash-outline-button,.qfo-dash-primary-button,.qfo-dash-secondary-button,.refresh-button,.refresh-modal-btn{width:100%}.qfo-recent-project-row{grid-template-columns:1fr}.qfo-recent-project-row em{justify-self:start}.refresh-modal-actions{flex-direction:column-reverse}}:root{--navbar-height:60px;--accent-color:#6d4aff;--accent-hover:#5638d6;--text-dark:#222;--text-muted:#666;--border-color:#e0e0e8;--background-soft:#f5f5f7}.navbar{background:#1f2937;border-bottom:none;box-shadow:0 2px 8px #0f172a14;color:#fff;font-family:Roboto,sans-serif;height:60px;height:var(--navbar-height);justify-content:space-between;left:0;margin-bottom:0;padding:0 20px;position:relative;right:0;top:0;z-index:1000}.navbar,.navbar-left{align-items:center;display:flex}.navbar-left{gap:12px;min-width:0}.navbar-logo{height:40px;object-fit:contain;width:40px}.navbar-title{color:#fff;font-family:Roboto,sans-serif;font-size:18px;font-weight:700;letter-spacing:.1px;white-space:nowrap}.navbar-right{align-items:center;display:flex;gap:14px}.navbar-right a[aria-label="Go to project dashboard"] svg{height:22px;width:22px}.header-profile-avatar{align-items:center;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:50%;box-shadow:0 6px 16px #0f172a14;color:#334155;display:flex;font-size:.9rem;font-weight:800;height:38px;justify-content:center;overflow:hidden;width:38px}.header-profile-avatar-image{display:block;height:100%;object-fit:cover;width:100%}.navbar-avatar,.profile-menu-avatar,.user-avatar{align-items:center;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:50%;color:#334155;display:flex;font-weight:800;height:38px;justify-content:center;overflow:hidden;width:38px}.navbar-avatar img,.profile-menu-avatar img,.user-avatar img{display:block;height:100%;object-fit:cover;width:100%}.hamburger{cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-around;width:25px}.hamburger span{background:#475569;border-radius:2px;display:block;height:3px;transition:all .3s ease}.hamburger.open span:first-child{transform:rotate(45deg) translateY(8px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.menu-content{background:#fff;border:1px solid var(--navbar-border);border-radius:14px;box-shadow:var(--navbar-shadow);min-width:240px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:20px;top:68px;top:calc(var(--navbar-height) + 8px);transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity .22s ease,transform .22s ease;z-index:1001}.menu-content.visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.menu-user-summary{align-items:center;background:#fff;border-bottom:1px solid var(--navbar-border);display:flex;gap:12px;padding:14px 16px}.menu-user-summary-text{min-width:0}.menu-user-name{color:var(--navbar-text);font-size:.95rem;font-weight:800;margin:0}.menu-user-email,.menu-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-user-email{color:var(--navbar-muted);font-size:.8rem;margin:3px 0 0}.menu-plan-badge{background:#fff;border-bottom:1px solid var(--navbar-border);margin-bottom:4px;padding:12px 16px;text-align:center}.plan-label{border-radius:999px;display:inline-block;font-size:12px;font-weight:800;letter-spacing:.5px;padding:6px 16px;text-transform:uppercase}.plan-label.free{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.plan-label.pro{background:#e0f2fe;border:1px solid #bae6fd;color:#075985}.plan-label.premium{background:#ede9fe;border:1px solid #ddd6fe;color:#5b21b6}.menu-icon{color:#64748b;font-size:16px;margin-right:10px}.menu-content a,.menu-link-button{align-items:center;background:none;border:none;box-sizing:border-box;color:#334155;cursor:pointer;display:flex;font-size:15px;justify-content:flex-start;padding:12px 16px;text-align:left;text-decoration:none;transition:background-color .18s ease,color .18s ease;width:100%}.menu-content a:hover,.menu-link-button:hover{background-color:var(--navbar-soft-bg-hover);color:#1f2937}.menu-content a:active,.menu-link-button:active{background-color:#e2e8f0}.menu-item-locked{color:#94a3b8;cursor:pointer;justify-content:space-between}.menu-item-locked:hover{background-color:var(--navbar-soft-bg)}.lock-badge{background:#e2e8f0;border-radius:999px;color:#334155;font-size:11px;font-weight:800;margin-left:auto;padding:3px 8px}.menu-upgrade-link{background:#475569!important;border-radius:10px;box-shadow:0 10px 22px #4755692e;color:#fff!important;font-weight:800;justify-content:center!important;margin:8px 12px;text-align:center;transition:all .22s ease}.menu-upgrade-link:hover{background:#334155!important;box-shadow:0 14px 26px #4755693d;transform:translateY(-1px)}.modal-overlay{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a73;z-index:10000}.modal-content{animation:slideUp .3s ease;border:1px solid var(--navbar-border);border-radius:20px;box-shadow:0 28px 80px #0f172a38;max-width:500px;padding:32px}.modal-content h2{color:var(--navbar-text);font-size:24px;margin:0 0 16px}.modal-content p{color:var(--navbar-muted);margin-bottom:24px}.upgrade-options{grid-gap:16px;gap:16px;margin-bottom:24px}.plan-option{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:20px;transition:all .22s ease}.plan-option:hover{border-color:#94a3b8;box-shadow:0 12px 24px #0f172a14;transform:translateY(-2px)}.plan-option.premium{background:#faf5ff;border-color:#ddd6fe}.plan-option h3{color:var(--navbar-text);font-size:18px;margin:0 0 12px}.plan-option p{color:var(--navbar-muted);font-size:14px;margin:6px 0}.modal-actions{gap:12px}.cancel-btn,.upgrade-btn{border-radius:12px;cursor:pointer;flex:1 1;font-size:16px;font-weight:800;padding:12px 24px;transition:all .22s ease}.upgrade-btn{background:#475569;box-shadow:0 12px 24px #4755692e}.upgrade-btn:hover{background:#334155;box-shadow:0 16px 28px #4755693d;transform:translateY(-1px)}.cancel-btn{background:#fff;border:1px solid #cbd5e1;color:#334155}.cancel-btn:hover{background:#f8fafc;border-color:#94a3b8;color:#1f2937}@media (max-width:768px){.navbar{padding:0 14px}.navbar-title{font-size:17px}.menu-content{min-width:220px;right:12px}.menu-plan-badge{padding:10px 12px}.plan-label{font-size:11px;padding:5px 12px}.menu-content a,.menu-link-button{font-size:15px;padding:10px 12px}.menu-upgrade-link{margin:6px 10px;padding:10px 12px}.modal-content{padding:24px;width:95%}.upgrade-options{grid-template-columns:1fr}.modal-actions{flex-direction:column}.cancel-btn,.upgrade-btn{width:100%}}.projects-container{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;font-family:Roboto,sans-serif;margin:40px auto;max-width:1200px;padding:20px;width:100%}.workspace-header{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;margin-bottom:3rem;min-height:80px;padding:0 1rem}.workspace-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#7e4ed2,#874bfd,#cb6ce6);-webkit-background-clip:text;color:#7e4ed2;font-family:Roboto,sans-serif;font-size:3rem;font-weight:700;grid-column:2;justify-self:center;letter-spacing:1px;margin:0;text-align:center}.plan-info{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:1rem;grid-column:3;justify-content:flex-end;justify-self:end}.plan-badge{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;font-size:.95rem;letter-spacing:.5px;text-transform:uppercase}.plan-badge,.project-count{border-radius:25px;padding:.6rem 1.2rem;white-space:nowrap}.project-count{background:#ffffffe6;box-shadow:0 2px 8px #0000001a;color:#333;font-size:1rem;font-weight:600}.button-container{margin-bottom:2rem;text-align:center}.create-btn{background:linear-gradient(90deg,#cb6ce6,#874bfd);border:none;border-radius:12px;box-shadow:0 4px 15px #874bfd4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 32px;transition:transform .15s ease,box-shadow .15s ease}.create-btn:hover:not(:disabled){box-shadow:0 6px 20px #874bfd66;transform:translateY(-3px)}.create-btn:active:not(:disabled){box-shadow:0 3px 10px #874bfd4d;transform:translateY(-1px)}.create-btn:disabled{background:linear-gradient(90deg,silver,#a0a0a0);box-shadow:none;cursor:not-allowed;opacity:.5}.create-form{background:#fffffff2;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:12px;margin:0 auto 2rem;max-width:500px;padding:1.5rem}.create-form input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:15px;padding:12px 16px;transition:all .3s ease}.create-form input:focus{border-color:#874bfd;box-shadow:0 0 0 4px #874bfd1a;outline:none}.create-form input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.form-actions{display:flex;gap:10px;justify-content:center;margin-top:8px}.form-actions button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:all .2s ease}.form-actions button:first-child{background:linear-gradient(135deg,#cb6ce6,#874bfd);box-shadow:0 2px 8px #874bfd4d;color:#fff}.form-actions button:first-child:hover:not(:disabled){box-shadow:0 4px 12px #874bfd66;transform:translateY(-2px)}.form-actions button:disabled{cursor:not-allowed;opacity:.6}.form-actions button.creating{align-items:center;background:linear-gradient(135deg,#b45ada,#7030f3);cursor:wait;display:flex;gap:8px;justify-content:center}.form-actions button:last-child{background:#f3f4f6;color:#374151}.form-actions button:last-child:hover:not(:disabled){background:#e5e7eb}.validation-error{animation:shake .3s ease-in-out;color:#ef4444;display:block;font-size:13px;margin-top:-6px;text-align:left}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.input-error{background-color:#fef2f2!important;border-color:#ef4444!important}.input-error:focus{box-shadow:0 0 0 4px #ef444433!important}.projects-list{grid-gap:1rem;display:grid;gap:1rem;list-style:none;margin-top:20px;padding:0}.project-card{grid-gap:1rem;align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:grid;gap:1rem;grid-template-columns:1fr auto 1fr;padding:1.5rem;transition:all .3s ease}.project-card:hover{border-color:#874bfd;box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.project-card h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0;text-align:left}.open-btn{background:linear-gradient(90deg,#874bfd,#cb6ce6);border:none;border-radius:8px;box-shadow:0 2px 8px #874bfd4d;color:#fff;cursor:pointer;font-weight:600;padding:8px 20px;transition:all .2s ease}.open-btn:hover{box-shadow:0 4px 12px #874bfd66;transform:translateY(-2px)}.delete-btn{background:linear-gradient(90deg,#874bfd,#cb6ce6);border:none;border-radius:8px;box-shadow:0 2px 8px #874bfd4d;color:#fff;cursor:pointer;font-weight:600;padding:8px 20px;transition:all .2s ease}.delete-btn:hover{box-shadow:0 4px 12px #874bfd66;transform:translateY(-2px)}.loading-container{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:80px 20px}.loading-container p{color:#666;font-size:16px;margin:0}.spinner-large{animation:spin .8s linear infinite;border:4px solid #f0f0f0;border-radius:50%;border-top-color:#8750fd;height:48px;width:48px}.spinner-small{animation:spin .6s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}.error-banner{align-items:center;animation:slideDown .3s ease-out;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);border-radius:12px;box-shadow:0 4px 12px #ff6b6b4d;color:#fff;display:flex;justify-content:space-between;margin:20px 0;padding:16px 20px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.close-error{background:none;border:none;color:#fff;cursor:pointer;font-size:28px;line-height:1;padding:0 8px;transition:transform .2s ease}.close-error:hover{transform:scale(1.2) rotate(90deg)}.projects-container--empty{flex:1 1 auto;min-height:0}.projects-container--empty .button-container{margin-bottom:1.5rem}.projects-container--empty .empty-state{align-items:center;display:flex;flex:1 1 auto;justify-content:center;min-height:min(42vh,420px);padding:48px 20px 80px}.empty-state{color:#6b7280;padding:80px 20px;text-align:center}.empty-state p{font-size:1.1rem;margin:0}.modal-overlay{align-items:center;animation:fadeIn .2s ease-in;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:520px;padding:2.5rem;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-content h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin-top:0}.modal-content p{color:#6b7280;font-size:1rem;line-height:1.6}.upgrade-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:1.5rem 0}.plan-option{border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:1.25rem;text-align:center;transition:all .3s ease}.plan-option:hover{border-color:#874bfd;box-shadow:0 8px 20px #0000001a;transform:translateY(-4px)}.plan-option h3{color:#1f2937;font-size:1.2rem;font-weight:700;margin:0 0 .75rem}.plan-option p{color:#6b7280;font-size:.9rem;margin:.5rem 0 0}.plan-option.premium{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#f59e0b}.plan-option.premium:hover{border-color:#f59e0b;box-shadow:0 8px 20px #f59e0b33}.modal-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.upgrade-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.875rem 2.5rem;transition:all .3s ease}.upgrade-btn:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-3px)}.cancel-btn{background:#f3f4f6;border:none;border-radius:10px;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2.5rem;transition:all .2s ease}.cancel-btn:hover{background:#e5e7eb;color:#374151}.project-info{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-self:start;min-width:0}.status-badge{border-radius:20px;font-size:12px;font-weight:600;line-height:1;padding:4px 10px}.status-badge.draft{background-color:#ffe8a3;color:#a67c00}.status-badge.completed{background-color:#d4f8d4;color:#2e7d32}.project-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-self:end}.status-time{color:#6b7280;font-size:13px;font-weight:500;justify-self:center;margin:0;min-width:0;text-align:center;white-space:nowrap}@media (max-width:900px){.workspace-header{grid-template-columns:1fr;justify-items:center;text-align:center}.workspace-header h1{font-size:clamp(1.75rem,6vw,2.5rem);grid-column:1}.plan-info{grid-column:1;justify-content:center;justify-self:center}}@media (max-width:720px){.project-card{grid-template-columns:1fr;justify-items:stretch;text-align:center}.project-info{justify-content:center;justify-self:center}.status-time{justify-self:center;white-space:normal}.project-actions{justify-content:center;justify-self:stretch}}:root{--accent-color:#8750fd;--background:#f8f8f8;--card-bg:#fff;--text-dark:#333}.login-page{background:#eef0f5;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding:24px 0 0}.login-page__content{display:flex;flex:1 1;flex-direction:column}.login-page>.footer{flex-shrink:0;margin-top:auto}a.legal-link{color:#3498db;font-weight:500;text-decoration:underline;transition:color .2s ease}a.legal-link:hover{color:#2980b9}.hero-welcome-title{color:#241d4f;font-size:20px;font-weight:800;line-height:1.1;margin:0 0 8px}.hero-iam-heading-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px}.hero-iam-heading{font-size:16px;line-height:1.2;margin:0}.hero-iam-heading,.hero-tm{color:#6b45d9;font-weight:700}.hero-tm{font-size:.65em;margin-left:1px;position:relative;top:-.35em}.hero-iam-info-btn{align-items:center;background:#fff;border:1px solid #6b45d9;border-radius:50%;color:#6b45d9;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:12px;font-style:italic;font-weight:800;height:22px;justify-content:center;line-height:1;padding:0;width:22px}.hero-iam-info-btn:hover{background:#f4edff}.hero-tagline{color:#6e6a84;font-size:12px;font-weight:500;margin:0}.hero-info-backdrop{align-items:center;background:#140c2873;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:2000}.hero-info-dialog{background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003;max-height:min(85vh,560px);max-width:440px;overflow-y:auto;padding:18px 20px 20px;position:relative;width:100%}.hero-info-close{background:#0000;border:none;color:#5c5a66;cursor:pointer;font-size:22px;line-height:1;padding:4px 8px;position:absolute;right:12px;top:10px}.hero-info-close:hover{color:#241d4f}.hero-info-dialog-title{color:#6b45d9;font-size:18px;font-weight:800;margin:0 36px 12px 0}.hero-info-body{color:#333;font-size:13px;line-height:1.5}.hero-info-body p{margin:0 0 10px}.hero-info-body ul{margin:0 0 0 18px;padding:0}.hero-info-body li{margin:4px 0}.login-card.register-mode input,.login-card.register-mode textarea{padding:8px 10px}.register-textarea{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:14px;min-height:64px;resize:vertical;width:100%}.register-textarea:focus{border-color:#8750fd;border-color:var(--accent-color);box-shadow:0 0 0 2px #8750fd33;outline:none}.formRow{margin-top:0}.form-required-star{color:#c0392b;font-weight:800;margin-left:2px;white-space:nowrap}.register-grid{grid-gap:10px;display:grid;gap:10px}.register-grid--two-col{grid-template-columns:1fr 1fr}.register-field,.register-field--full{display:flex;flex-direction:column;gap:6px}.register-option{margin-top:0}.register-switch{color:#4d4b58;font-size:13px;margin:0;text-align:center}.register-switch-btn{background:#0000;border:none;color:#5f35cc;cursor:pointer;font-weight:700;padding:0}.register-section-title{color:#5f35cc;font-size:14px;font-weight:800;letter-spacing:.02em;margin:4px 0 1px;text-transform:uppercase}.password-rule-hints{font-size:12px;margin-top:2px}.password-strength-row{margin-bottom:4px}.password-strength-label{color:#1f1f1f}.password-strength-bar{background:#e8e4f2;margin-bottom:8px}.password-rule-row{margin:3px 0}.password-rule-row.unmet{color:#a93226}.submit-btn:disabled{cursor:not-allowed;opacity:.55}.login-card.register-mode .submit-btn:disabled{opacity:1}.submit-btn:disabled:hover{background:linear-gradient(135deg,#8750fd,#6a3dd9)}.login-warning-popup{grid-gap:8px;align-items:start;background:#fff3cd;border:1px solid #f4d58b;border-radius:6px;color:#6b4b00;display:grid;gap:8px;grid-template-columns:auto 1fr auto;margin:4px 0 2px;padding:8px 10px}.login-warning-icon{font-size:13px;line-height:1;padding-top:2px}.login-warning-text{display:flex;flex-direction:column;gap:2px;line-height:1.3;min-width:0}.login-warning-text strong{font-size:12px;font-weight:700}.login-warning-text span{color:#7a5b14;font-size:11px}.login-warning-close{background:#0000;border:0;color:#7a5b14;cursor:pointer;font-size:14px;line-height:1;margin-top:-1px;padding:0}.login-warning-close:hover{color:#5e4307}@media (max-width:1080px){.login-container{margin:10px auto;min-height:560px;width:calc(100% - 20px)}.login-left{margin-left:16px;width:min(390px,48%)}.login-hero{flex:1 1;margin:0;min-height:0;width:52%}.hero-cloud{bottom:-64px;left:-72px;right:0;top:-64px}.hero-cloud-side--form{background-position:32% 50%;background-size:136% 198%}.hero-cloud-side--welcome{background-position:94% 50%;background-size:108% 58%;bottom:10%;top:10%}.hero-copy{left:34px;width:78%}.hero-welcome-title{font-size:22px}.hero-iam-heading{font-size:16px}}@media (max-width:900px){.login-container{flex-direction:column;justify-content:flex-start;margin:7px auto;min-height:auto;padding:14px 0;width:calc(100% - 14px)}.login-hero,.login-left{min-width:0;width:100%}.login-left{align-items:center;border-radius:12px;margin-left:0;padding:14px 8px;width:calc(100% - 14px)}.login-hero{margin:8px 8px 0;min-height:220px;overflow:hidden}.hero-cloud{bottom:16px;left:-10px;right:-6px;top:16px}.hero-cloud-side--form{background-position:28% 50%;background-size:118% 150%;-webkit-clip-path:inset(0 44% 0 0);clip-path:inset(0 44% 0 0)}.hero-cloud-side--welcome{background-position:90% 50%;background-size:100% 52%;bottom:6%;-webkit-clip-path:inset(0 0 0 44%);clip-path:inset(0 0 0 44%);top:6%}.hero-copy{left:0;margin:auto;position:relative;text-align:center;top:auto;transform:none;width:84%}.hero-welcome-title{font-size:18px}.hero-iam-heading{font-size:14px}.hero-iam-heading-row{justify-content:center}.register-grid--two-col{grid-template-columns:1fr}}.login-container{align-items:stretch;border:0;border-radius:0;box-shadow:none;font-family:inherit;margin:24px auto;min-height:620px;overflow:visible;width:min(980px,calc(100% - 36px))}.login-container,.login-left{background:#0000;display:flex;position:relative}.login-left{align-items:center;border-radius:0;justify-content:center;margin-left:16px;min-width:320px;padding:14px 18px 14px 14px;width:min(420px,45%);z-index:1}.login-left:after{display:none}.login-hero{align-items:stretch;background:#0000;border:0;border-radius:0;display:flex;flex:1 1;justify-content:stretch;margin:0;min-height:0;overflow:visible;position:relative;width:55%}.login-hero:before{display:none}.hero-cloud{bottom:-88px;left:-2px;-webkit-mask-image:linear-gradient(90deg,#0000 0,#0000 18px,#000000bf 36px,#000 56px);mask-image:linear-gradient(90deg,#0000 0,#0000 18px,#000000bf 36px,#000 56px);pointer-events:none;position:absolute;right:0;top:-88px;z-index:0}.hero-cloud-side{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 700'%3E%3Cpath fill='%23fff' d='M118 58c-58 20-64 112-15 148-48 80-48 208 0 288-49 36-43 128 15 148 70 24 128-16 142-68 70 80 154 80 224 0 70 80 154 80 224 0 72 78 168 60 202-14 34-68 30-134-6-194 40-64 40-160 0-224-32-56-124-76-196 0-70-80-154-80-224 0-70-80-154-80-224 0-14-66-72-108-142-84Z'/%3E%3C/svg%3E");background-repeat:no-repeat;bottom:0;left:0;position:absolute;right:0;top:0}.hero-cloud-side--form{background-position:32% 50%;background-size:134% 194%;-webkit-clip-path:inset(0 55% 0 0);clip-path:inset(0 55% 0 0)}.hero-cloud:before{display:none}.hero-cloud-side--welcome{background-position:95% 50%;background-size:112% 64%;bottom:12%;-webkit-clip-path:inset(0 0 0 44%);clip-path:inset(0 0 0 44%);top:12%}.hero-cloud:after{display:none}.hero-copy{left:58px;margin:0;padding:0 8px;position:relative;position:absolute;text-align:left;top:50%;transform:translateY(-50%);width:min(300px,62%);z-index:1}.hero-copy h2,.hero-copy h3{color:#241d4f}.hero-copy h2{font-size:20px;font-weight:800;line-height:1.1;margin:0 0 8px}.hero-copy h3{color:#6b45d9;font-size:16px;font-weight:700;line-height:1.15;margin:0 0 8px}.hero-copy p{color:#6e6a84;font-size:12px;font-weight:500;margin:0}.login-card{background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:9px;max-width:360px;min-height:470px;padding:22px;width:100%}.login-card.register-mode{max-height:none;overflow:visible;padding-right:0}.login-card.register-mode .formRow{margin-top:0}.login-card.register-mode input{padding:7px 10px}.login-card.register-mode .terms{font-size:12px}.formRow{color:#1f1f1f;font-size:14px;margin-top:2px}.login-title{font-size:24px;line-height:1.2;margin:2px 0 6px}.login-logo img{margin:auto;max-width:64px}.login-card h1{color:#8750fd;color:var(--accent-color);text-align:center}.auth-toggle{grid-gap:4px;background:#f1ecff;border-radius:12px;display:grid;gap:4px;grid-template-columns:1fr 1fr;padding:4px}.auth-tab{background:#0000;border:none;border-radius:10px;color:#5b4ab9;cursor:pointer;font-weight:700;padding:10px}.auth-tab.active{background:#8750fd;background:var(--accent-color);color:#fff}.login-card input{border:1px solid #ddd;border-radius:8px;padding:8px 10px}.login-card input:focus{border-color:#8750fd;border-color:var(--accent-color);box-shadow:0 0 0 2px #8750fd33;outline:none}.password-row{align-items:center;display:flex;gap:10px}.password-row .pw-input{flex:1 1}.submit-btn{background:linear-gradient(135deg,#8750fd,#6a3dd9);border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:10px}.submit-btn:hover{background:#6a3dd9}.social{color:#747377;text-align:center}.social-buttons{display:flex;flex-direction:column;gap:10px}.googlebtn{align-items:center;background:#fff;border:1px solid #ccc;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:1;padding:9px}.googlebtn img{height:18px;width:18px}.googlebtn span{display:inline-block}.bottom-links{display:flex;font-size:14px;justify-content:space-between}.forgot-password a{color:#5f35cc}.show-password label{align-items:center;display:flex;gap:6px}.terms{color:#404040;font-size:13px}.error{color:crimson;font-size:14px}.success{color:#2d8c49;font-size:14px}@media (max-width:1080px){.login-container{margin:10px auto;min-height:560px;width:calc(100% - 20px)}.login-left{margin-left:16px;width:min(390px,48%)}.login-hero{flex:1 1;margin:0;min-height:0;width:52%}.hero-cloud{bottom:-64px;left:-72px;right:0;top:-64px}.hero-cloud-side--form{background-position:32% 50%;background-size:136% 198%}.hero-cloud-side--welcome{background-position:94% 50%;background-size:108% 58%;bottom:10%;top:10%}.hero-copy{left:34px;width:78%}.hero-copy h2{font-size:22px}.hero-copy h3{font-size:16px}}@media (max-width:900px){.login-container{flex-direction:column;justify-content:flex-start;margin:7px auto;min-height:auto;padding:14px 0;width:calc(100% - 14px)}.login-hero,.login-left{min-width:0;width:100%}.login-left{align-items:center;border-radius:12px;margin-left:0;padding:14px 8px;width:calc(100% - 14px)}.login-hero{margin:8px 8px 0;min-height:220px;overflow:hidden}.hero-cloud{bottom:16px;left:-10px;right:-6px;top:16px}.hero-cloud-side--form{background-position:28% 50%;background-size:118% 150%;-webkit-clip-path:inset(0 44% 0 0);clip-path:inset(0 44% 0 0)}.hero-cloud-side--welcome{background-position:90% 50%;background-size:100% 52%;bottom:6%;-webkit-clip-path:inset(0 0 0 44%);clip-path:inset(0 0 0 44%);top:6%}.hero-copy{left:0;margin:auto;position:relative;text-align:center;top:auto;transform:none;width:84%}.hero-copy h2{font-size:18px}.hero-copy h3{font-size:14px}}.password-rule-hints{font-size:13px;line-height:1.35;margin-top:4px}.password-strength-row{margin-bottom:6px}.password-strength-label{color:#333;color:var(--text-dark);font-weight:600}.password-strength-bar{background:#e8e8e8;border-radius:4px;height:8px;margin-bottom:10px;overflow:hidden}.password-strength-bar-fill{border-radius:4px;height:100%;transition:width .2s ease,background .2s ease}.password-strength-bar-fill.weak{background:#e74c3c}.password-strength-bar-fill.medium{background:#f39c12}.password-strength-bar-fill.strong{background:#27ae60}.password-rule-list{list-style:none;margin:0;padding:0}.password-rule-row{align-items:flex-start;display:flex;font-weight:500;gap:8px;margin:4px 0}.password-rule-row.met{color:#1e8449}.password-rule-row.unmet{color:#c0392b}.password-rule-icon{flex-shrink:0;font-weight:700;text-align:center;width:1em}.login-card button[type=submit]:disabled{cursor:not-allowed;opacity:.55}.login-card button[type=submit]:disabled:hover{background:#8750fd;background:var(--accent-color)}.login-card.plans-card{background:#0000;border:0;box-shadow:none;margin-top:-2rem;max-width:960px}.plans-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.plans-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.plans-grid{grid-template-columns:repeat(3,1fr)}}.plan-card{background:#fff;border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;min-height:320px;padding:16px}.plan-card h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.plan-card h3,.plan-price{font-family:Roboto,sans-serif;text-align:center}.plan-price{color:#6366f1;font-size:2rem;font-weight:700;margin:2rem 0}.plan-header{align-items:center;display:flex;justify-content:space-between}.plan-title{margin:0}.plan-badge{background:#8750fd;border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:6px 10px}.plan-current{background:#eee;border-radius:8px;color:#666;font-weight:600;padding:10px 16px;white-space:nowrap}.plan-features{margin:8px 0 0 16px}.plan-actions{margin-top:auto}.plans-card .submit-btn{padding:12px 16px;width:100%}.plan-card.pro{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#f7f0ff,#e9d5ff);border-color:#d8c3ff;box-shadow:0 8px 32px #8750fd26;min-height:380px;overflow:hidden;position:relative;transform:scale(1.05);z-index:2}.plan-card.pro:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.plan-card.pro:hover:before{left:100%}.plan-card.premium{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;box-shadow:0 8px 32px #47556926;overflow:hidden;position:relative}.plan-card.premium:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.plan-card.premium:hover:before{left:100%}.plan-card.free{background:#fffc;border-color:#fff9;box-shadow:0 4px 16px #ffffff1a}.plans-subtitle{color:#666;margin-bottom:16px;text-align:center}.terms-container{background:#f8f9fa;box-sizing:border-box;font-family:Roboto,sans-serif;min-height:100vh;padding:20px}.terms-content{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:800px;overflow:hidden}.close-btn{align-items:center;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:10px 20px;transition:all .2s ease}.close-btn:hover{background:#c82333;box-shadow:0 2px 8px #dc35454d;transform:translateY(-1px)}.close-btn:active{transform:translateY(0)}.terms-text{padding:30px}.terms-html-root,.terms-text{color:#1a1a1a;font-family:Roboto,sans-serif;font-size:1rem;line-height:1.65;text-align:left}.terms-html-root h1.terms-doc-title,.terms-html-root>h1:first-child{color:#111;font-size:1.5rem;font-weight:700;letter-spacing:.04em;line-height:1.25;margin:0 0 1.25rem;text-transform:uppercase}.terms-html-root h2,.terms-html-root h2.terms-section{border:none;color:#111;font-size:1.15rem;font-weight:700;line-height:1.35;margin:1.5rem 0 .5rem;padding:0}.terms-html-root h2:first-of-type{margin-top:0}.terms-html-root h3,.terms-html-root h3.terms-subsection{color:#111;font-size:1.05rem;font-weight:700;line-height:1.35;margin:1.1rem 0 .4rem}.terms-html-root h4,.terms-html-root h5,.terms-html-root h6{color:#222;font-size:1rem;font-weight:700;margin:.85rem 0 .35rem}.terms-html-root p{font-weight:400;margin:0 0 .85rem;text-align:left}.terms-html-root ol,.terms-html-root ul{margin:0 0 1rem;padding-left:1.35rem}.terms-html-root li{font-weight:400;margin:.3rem 0}.terms-html-root b,.terms-html-root strong{color:#111;font-weight:700}.terms-html-root em,.terms-html-root i{font-style:italic}.terms-html-root u{text-decoration:underline}.terms-html-root s{text-decoration:line-through}.terms-html-root a{color:#4f46e5;text-decoration:underline}.terms-html-root blockquote{border-left:4px solid #e5e7eb;color:#374151;margin:0 0 1rem;padding-left:1rem}.terms-html-root hr{border:none;border-top:1px solid #e5e7eb;margin:1.25rem 0}.terms-html-root table{border-collapse:collapse;font-size:.95rem;margin:0 0 1rem;width:100%}.terms-html-root td,.terms-html-root th{border:1px solid #e5e7eb;padding:.5rem .65rem;text-align:left}.terms-html-root th{background:#f9fafb;font-weight:700}.terms-html-root .ql-font-monospace,.terms-html-root .ql-font-serif{font-family:Roboto,sans-serif}.terms-html-root .ql-size-small{font-size:.875em}.terms-html-root .ql-size-large{font-size:1.25em}.terms-html-root .ql-size-huge{font-size:1.6em}.terms-html-root .ql-align-center{text-align:center}.terms-html-root .ql-align-right{text-align:right}.terms-html-root .ql-align-justify{text-align:justify}.terms-html-root .ql-indent-1{margin-left:1.5rem}.terms-html-root .ql-indent-2{margin-left:3rem}.terms-html-root .ql-indent-3{margin-left:4.5rem}.terms-html-root .ql-indent-4{margin-left:6rem}.terms-html-root .ql-ui{display:none}.terms-text .terms-doc-title,.terms-text h1.terms-doc-title{border:none;color:#111;font-size:1.75rem;font-weight:700;letter-spacing:.04em;line-height:1.2;margin:0 0 1.75rem;text-align:left;text-transform:uppercase}.terms-text h2.terms-section{border:none;color:#111;font-family:inherit;font-size:1.2rem;font-weight:700;line-height:1.35;margin:1.65rem 0 .6rem;padding:0}.terms-text h2.terms-section:first-of-type{margin-top:0}.terms-text h3.terms-subsection{color:#111;font-family:inherit;font-size:1.05rem;font-weight:700;line-height:1.35;margin:1.25rem 0 .45rem}.terms-text p.terms-body{font-size:1rem;font-weight:400;margin:0 0 .95rem;max-width:none;text-align:left}.terms-text ul.terms-bullet-list{list-style-type:disc;margin:0 0 1rem;padding-left:1.35rem}.terms-text ul.terms-bullet-list li{font-size:1rem;font-weight:400;margin:.35rem 0;padding-left:.25rem;text-align:left}.terms-text strong{color:#111;font-weight:700}.terms-footer{align-items:center;background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:15px;padding:20px 30px;text-align:center}.last-updated{color:#6c757d;font-size:.9rem;margin:0}.retry-btn{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:15px;padding:10px 20px;transition:background .2s ease}.retry-btn:hover{background:#c0392b}.terms-loading{align-items:center;color:#333;display:flex;flex-direction:column;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #3333334d;border-radius:50%;border-top-color:#333;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.terms-error{align-items:center;color:#333;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:20px;text-align:center}.terms-error h1{font-size:2rem;margin-bottom:15px}.terms-error p{font-size:1.1rem;margin-bottom:20px;opacity:.9}@media (max-width:768px){.terms-container{padding:10px}.terms-text{padding:20px}.terms-text .terms-doc-title,.terms-text h1.terms-doc-title{font-size:1.45rem}.terms-text h2.terms-section{font-size:1.1rem}.terms-text h3.terms-subsection{font-size:1rem}.terms-footer{align-items:stretch;flex-direction:column;text-align:center}.terms-actions{justify-content:center}}@media print{.terms-container{background:#fff;padding:0}.terms-footer,.terms-header{display:none}.terms-content{border-radius:0;box-shadow:none}.terms-text{padding:0}}
/*# sourceMappingURL=main.b7eedf43.css.map*/