*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#e0e0e0;font-family:Stem,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#0a0a0a,#1a1a1a);min-height:100vh;overflow-x:hidden;position:relative}.App:before{background:radial-gradient(circle at 20% 50%,#667eea1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#764ba21a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.app-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #0000004d;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.logo-container{align-items:center;display:flex;gap:.75rem}.logo-icon{height:40px;object-fit:contain;width:40px}.logo{-webkit-text-fill-color:#0000;animation:gradient-shift 3s ease infinite;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;background-size:200% 200%;font-size:1.8rem;font-weight:700;margin:0;position:relative}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.nav-tabs{display:flex;gap:.5rem}.nav-tab{background:#0000;border:1px solid #ffffff1a;border-radius:8px;color:#e0e0e0;cursor:pointer;font-size:.95rem;overflow:hidden;padding:.6rem 1.5rem;position:relative;transition:all .3s ease}.nav-tab:before{background:#667eea4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.nav-tab:hover:before{height:300px;width:300px}.nav-tab:hover{background:#ffffff0d;border-color:#fff3;transform:translateY(-2px)}.nav-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 4px 15px #667eea66;color:#fff}.app-main{margin:0 auto;max-width:1400px;padding:2rem;position:relative;z-index:1}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav-tabs{justify-content:center;width:100%}.app-main{padding:1rem}}.dashboard{animation:fadeIn .3s ease}.charts-section{margin:3rem 0}.charts-row{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.chart-wrapper{width:100%}.chart-wrapper.full-width{grid-column:1/-1}.page-title{color:#fff;font-size:2rem;margin-bottom:2rem}.loading{color:#888;padding:3rem;text-align:center}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}.stat-card{align-items:center;display:flex;gap:1.5rem;transition:all .3s ease}.stat-card:hover{border-color:#fff3;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.stat-card.highlight{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea4d}.stat-icon{align-items:center;background:#ffffff0d;border-radius:12px;display:flex;font-size:2.5rem;height:60px;justify-content:center;width:60px}.stat-content h3{color:#aaa;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.stat-value{font-size:1.8rem}.stat-value.income{color:#4ade80}.stat-value.expense{color:#f87171}.recent-projects{margin-top:2rem}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.projects-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.project-card{background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem;transition:all .3s ease}.project-card:hover{border-color:#fff3;box-shadow:0 5px 20px #0003;transform:translateY(-3px)}.project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.project-header h4{color:#fff;font-size:1.1rem;font-weight:600}.client-info{margin-bottom:.75rem;padding:.5rem}.client-avatar{height:35px;width:35px}.client-username{font-size:.85rem;margin-bottom:.1rem}.client-name{font-size:.8rem}.project-client{color:#aaa;font-size:.9rem;margin-bottom:.5rem}.project-budget{color:#4ade80;font-size:.9rem;font-weight:600}.empty-state{font-size:1.1rem;padding:3rem}@media (max-width:768px){.projects-list,.stats-grid{grid-template-columns:1fr}}.chart-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:2rem;padding:1.5rem;transition:all .3s ease}.chart-container:hover{border-color:#fff3;box-shadow:0 10px 30px #0000004d}.chart-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.chart-empty{color:#666;font-size:1rem;padding:3rem;text-align:center}.pie-chart{margin:0 auto;max-width:400px}.pie-chart .recharts-legend-wrapper{font-size:.75rem!important;margin-top:1rem!important}.pie-chart .recharts-legend-item{font-size:.75rem!important;margin:.25rem 0!important}.projects-page{animation:fadeIn .3s ease}.filters-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.search-box{margin-bottom:1rem}.search-input{background:#141414cc;border:1px solid #ffffff1a;border-radius:10px;color:#e0e0e0;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.filters-row{display:flex;gap:1rem;margin-bottom:1rem}.filter-select{background:#141414cc;flex:1 1;padding:.8rem}.results-count{color:#888;font-size:.9rem;text-align:right}.btn-primary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.projects-sections{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.projects-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1e80;border:1px solid #ffffff1a;border-radius:12px;min-width:0;padding:1.5rem;width:100%}.section-title{border-bottom:2px solid #ffffff1a;color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem;padding-bottom:.75rem}.projects-grid{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.project-card-detailed{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:all .3s ease}.project-card-detailed:hover{border-color:#fff3;box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.project-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.project-card-header h4{color:#fff;flex:1 1;font-size:1.2rem;font-weight:600}.client-info{align-items:center;background:#ffffff08;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1rem;padding:.75rem}.client-avatar{border:2px solid #ffffff1a;border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.client-details{flex:1 1;min-width:0}.client-username{color:#667eea;font-size:.9rem;font-weight:600;margin-bottom:.2rem}.client-name{color:#aaa;font-size:.85rem}.project-description{color:#bbb;line-height:1.6;margin-bottom:1rem}.project-details{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-top:1rem}.detail-item{align-items:center;display:flex;justify-content:space-between}.detail-label{color:#888;font-size:.9rem}.detail-value{color:#e0e0e0;font-weight:500}.detail-value.budget{color:#4ade80;font-weight:600}.project-actions{border-top:1px solid #ffffff1a;display:flex;gap:.5rem;padding-top:1rem}.btn-delete,.btn-edit{border:none;flex:1 1;font-size:.9rem;font-weight:500;padding:.6rem}.btn-edit{background:#3b82f633;border:1px solid #3b82f64d;color:#60a5fa}.btn-edit:hover{background:#3b82f64d}.btn-delete{background:#ef444433;border:1px solid #ef44444d;color:#f87171}.btn-delete:hover{background:#ef44444d}.modal-content h3{margin-bottom:1.5rem}.form-group label{color:#aaa}.form-group input,.form-group select,.form-group textarea{color:#e0e0e0;padding:.8rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea}.file-input{background:#141414cc;border:1px solid #ffffff1a;border-radius:8px;color:#e0e0e0;cursor:pointer;padding:.5rem}.file-input::-webkit-file-upload-button{background:#667eea33;border:1px solid #667eea4d;border-radius:6px;color:#667eea;cursor:pointer;margin-right:1rem;padding:.5rem 1rem}.avatar-preview{align-items:center;display:flex;gap:.5rem;margin-top:.5rem;position:relative}.avatar-preview img{border:2px solid #ffffff1a;border-radius:50%;height:50px;object-fit:cover;width:50px}.remove-avatar-btn{align-items:center;background:#ef444433;border:1px solid #ef44444d;border-radius:50%;color:#f87171;cursor:pointer;display:flex;font-size:.8rem;height:24px;justify-content:center;transition:all .3s ease;width:24px}.remove-avatar-btn:hover{background:#ef44444d}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.btn-secondary{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.8rem;transition:all .3s ease}.btn-secondary:hover{background:#ffffff1a}.status-badge{border:1px solid;border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;padding:.3rem .8rem}.status-badge.negotiation{background:#f59e0b33;border-color:#f59e0b4d;color:#fbbf24}.status-badge.in_progress{background:#3b82f633;border-color:#3b82f64d;color:#60a5fa}.status-badge.awaiting_payment{background:#a78bfa33;border-color:#a78bfa4d;color:#a78bfa}.status-badge.completed{background:#22c55e33;border-color:#22c55e4d;color:#4ade80}@media (max-width:1200px){.projects-sections{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.form-row,.projects-grid,.projects-sections{grid-template-columns:1fr}.modal-content{padding:1.5rem;width:95%}}.statistics-page{animation:fadeIn .3s ease}.header-actions{display:flex;gap:1rem}.btn-export{background:#22c55e33;border:1px solid #22c55e4d;border-radius:8px;color:#4ade80;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.btn-export:hover{background:#22c55e4d}.chart-section{margin:2rem 0}.filter-section{display:flex;justify-content:flex-end;margin:2rem 0}.filter-select{background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:10px;color:#e0e0e0;cursor:pointer;font-size:.95rem;padding:.8rem 1rem;transition:all .3s ease}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.stats-overview{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.overview-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:16px;padding:2rem}.overview-card.highlight{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea4d}.username-income-chart{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.overview-card h3{color:#fff;font-size:1.3rem;margin-bottom:1.5rem}.overview-stats{display:flex;flex-direction:column;gap:1rem}.overview-item{align-items:center;background:#ffffff08;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.overview-item.total{background:#ffffff0d;border:1px solid #ffffff1a;margin-top:.5rem}.overview-label{color:#aaa;font-size:1rem}.overview-value{color:#fff;font-size:1.2rem;font-weight:700}.overview-value.income{color:#4ade80}.overview-value.expense{color:#f87171}.overview-value.profit{color:#60a5fa;font-size:1.4rem}.overview-value.budget{color:#a78bfa}.financial-records{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.records-section{width:100%}.records-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.record-card{background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:12px;padding:1.5rem;transition:all .3s ease}.record-card:hover{border-color:#fff3;box-shadow:0 5px 20px #0003;transform:translateY(-3px)}.record-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.record-info{display:flex;flex-direction:column;gap:.3rem}.record-type{font-size:.9rem;font-weight:600}.record-type.income{color:#4ade80}.record-type.expense{color:#f87171}.record-date{color:#888;font-size:.85rem}.record-amount{font-size:1.3rem;font-weight:700}.record-amount.income{color:#4ade80}.record-amount.expense{color:#f87171}.record-description{color:#bbb;line-height:1.6;margin-bottom:.5rem}.record-project{color:#888;font-size:.85rem;margin-bottom:1rem}.btn-delete-small{background:#ef444433;border:1px solid #ef44444d;border-radius:6px;color:#f87171;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .3s ease}.btn-delete-small:hover{background:#ef44444d}@media (max-width:768px){.financial-records,.stats-overview{grid-template-columns:1fr}}.hosting-page{animation:fadeIn .3s ease;padding:2rem}.hosting-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem}.stat-card h3{color:#888;font-size:.9rem;letter-spacing:.5px;margin:0 0 .5rem;text-transform:uppercase}.stat-value{color:#fff;font-size:2rem;font-weight:700;margin:0}.hosting-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.hosting-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:16px;padding:1.5rem;transition:all .3s ease}.hosting-card:hover{border-color:#667eea80;box-shadow:0 10px 30px #0000004d}.hosting-card-header{align-items:flex-start;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.hosting-card-header h3{color:#fff;font-size:1.3rem;margin:0 0 .5rem}.hosting-client{color:#888;font-size:.9rem;margin:0}.hosting-actions{display:flex;gap:.5rem}.btn-delete,.btn-edit{align-items:center;background:#0000;border:1px solid #fff3;border-radius:8px;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;padding:.5rem;transition:all .3s ease;width:36px}.hosting-card-body{display:flex;flex-direction:column;gap:.75rem}.hosting-info-row{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.hosting-info-row.highlight{background:#667eea1a;border-radius:8px;margin-top:.5rem;padding:.75rem}.info-label{color:#888;font-size:.9rem}.info-value{color:#fff;font-size:1rem;font-weight:600}.info-value.accumulated{color:#4ade80;font-size:1.2rem;font-weight:700}.empty-state{grid-column:1/-1}.empty-hint{color:#555;font-size:.9rem}.modal-content h2{color:#fff;font-size:1.5rem;margin:0 0 1.5rem}.form-group input{background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-size:1rem;padding:.75rem;width:100%}.form-group input:focus{border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a;outline:none}.directions-page{animation:fadeIn .3s ease;min-height:100vh;padding:2rem}.page-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.page-header h2{color:#fff;font-size:2rem;margin:0}.directions-tree{min-height:400px;padding:2rem 0;position:relative}.direction-node{margin-bottom:3rem;position:relative}.direction-node.root-node{margin-bottom:4rem}.direction-block{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1ee6;border:2px solid #667eea;border:2px solid var(--direction-color,#667eea);border-radius:16px;box-shadow:0 4px 20px #0000004d;max-width:350px;min-width:250px;padding:1.5rem;position:relative;transition:all .3s ease;z-index:2}.direction-block:before{background:#667eea;background:var(--direction-color,#667eea);border-radius:16px;bottom:-2px;content:"";left:-2px;opacity:.2;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.direction-block:hover{border-color:#667eea;border-color:var(--direction-color,#667eea);box-shadow:0 8px 30px #0006;transform:translateY(-4px)}.direction-block:hover:before{opacity:.3}.direction-block h3{color:#fff;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}.direction-icon-display{font-size:2.5rem;line-height:1;margin-bottom:.5rem}.direction-description{color:#b0b0b0;font-size:.9rem;line-height:1.5;margin:.5rem 0 1rem}.direction-actions{border-top:1px solid #ffffff1a;display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem}.btn-add-child,.btn-delete,.btn-edit{align-items:center;background:#0000;border:1px solid #fff3;border-radius:8px;color:#e0e0e0;cursor:pointer;display:flex;flex:1 1;font-size:1.2rem;font-weight:600;justify-content:center;padding:.6rem;transition:all .3s ease}.btn-add-child{border-color:#4ade804d;color:#4ade80}.btn-add-child:hover{background:#4ade8033;border-color:#4ade8080;color:#4ade80}.btn-edit:hover{background:#667eea33;border-color:#667eea80;color:#fff}.btn-delete:hover{background:#ef444433;border-color:#ef444480;color:#fff}.direction-children{margin-left:4rem;margin-top:2rem;padding-left:2rem;position:relative}.direction-children:before{background:linear-gradient(180deg,#667eea,#0000);background:linear-gradient(to bottom,var(--direction-color,#667eea),#0000);content:"";height:2rem;left:0;opacity:.6;position:absolute;top:-2rem;width:2px}.direction-node:not(.root-node):before{height:2px;top:50%;width:2rem}.direction-node:not(.root-node):after,.direction-node:not(.root-node):before{background:#667eea;background:var(--direction-color,#667eea);content:"";left:-4rem;opacity:.6;position:absolute;z-index:1}.direction-node:not(.root-node):after{height:50%;top:0;width:2px}.direction-node:not(.root-node):last-child:after{height:50%;top:0}.direction-node:not(.root-node):not(:last-child):after{height:100%}.direction-node.level-0 .direction-block{border-width:3px;font-size:1.1rem;padding:2rem}.direction-node.level-0 .direction-block h3{font-size:1.6rem}.direction-node.level-1 .direction-block{border-width:2px}.direction-node.level-2 .direction-block{border-width:1.5px;padding:1.25rem}.direction-node.level-2 .direction-block h3{font-size:1.2rem}.empty-state{color:#666;padding:4rem 2rem;text-align:center}.empty-state p{font-size:1.1rem;margin:.5rem 0}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:4rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #667eea33;border-radius:50%;border-top-color:#667eea;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#141414f2;border:1px solid #ffffff1a;border-radius:16px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;width:90%}.modal-content h3{color:#fff;font-size:1.5rem;margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#e0e0e0;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#1e1e1ecc;border:1px solid #ffffff1a;border-radius:8px;box-sizing:border-box;color:#fff;font-family:inherit;font-size:1rem;padding:.75rem;width:100%}.form-group select{cursor:pointer}.form-group select:disabled{cursor:not-allowed;opacity:.6}.form-group textarea{min-height:80px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-hint{color:#888;font-size:.85rem;font-style:italic;margin-top:.5rem}.color-input-group{align-items:center;display:flex;gap:.5rem}.color-input-group input[type=color]{border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;height:40px;padding:0;width:60px}.color-input-group input[type=text]{flex:1 1}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#ffffff1a;color:#e0e0e0}.btn-secondary:hover{background:#fff3}@media (max-width:768px){.directions-page{padding:1rem}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.page-header h2{font-size:1.5rem}.direction-children{margin-left:2rem;padding-left:1rem}.direction-node:not(.root-node):before{left:-2rem;width:1rem}.direction-node:not(.root-node):after{left:-2rem}.direction-block{max-width:100%;min-width:auto}}
/*# sourceMappingURL=main.d4a0f48f.css.map*/