.dashboard-menu-content{max-width:1200px;margin:0 auto;padding:2rem;background:#e4d4c8;min-height:100vh}.button-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.nav-button{background:#e4d4c8;border:none;border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:10px 10px 20px #c4b5a9,-10px -10px 20px #fff5eb;display:flex;flex-direction:column;align-items:center;gap:1rem;min-height:200px;position:relative;overflow:visible}.nav-button:hover{transform:translateY(-5px);box-shadow:6px 6px 12px #c4b5a9,-6px -6px 12px #fff5eb}.nav-button:active{transform:translateY(-2px);box-shadow:inset 5px 5px 10px #c4b5a9,inset -5px -5px 10px #fff5eb}.chat-button,.admin-button,.work-button,.payment-button,.schedule-button{background:#e4d4c8}.button-icon{font-size:4rem;background:linear-gradient(145deg,#f96,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(2px 2px 4px rgba(102,126,234,.3))}.button-text{color:#5a5a5a;font-size:1.5rem;font-weight:700;text-align:center;text-shadow:2px 2px 4px rgba(255,255,255,.8),-2px -2px 4px rgba(163,177,198,.5)}.button-description{color:#6b7280;font-size:.95rem;text-align:center;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.1)}.info-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 10px #0000001a}.info-section h2{color:#5a5a5a;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e1e8ed}.info-section ul{list-style:none;padding:0;margin:0}.info-section ul li{padding:.75rem 0;color:#34495e;line-height:1.6;border-bottom:1px solid #f0f0f0}.info-section ul li:last-child{border-bottom:none}.info-section ul li strong{color:#5a5a5a;font-weight:600}.access-info{margin-top:2rem;padding-top:2rem;border-top:2px solid #e1e8ed}.access-info p{color:#5a5a5a;font-size:1.1rem;margin-bottom:1rem}.access-info ul{padding-left:1.5rem}.access-info ul li{padding:.5rem 0;color:#27ae60;font-weight:500}@media (max-width: 768px){.dashboard-menu-content{padding:1rem}.button-container{grid-template-columns:1fr;gap:1rem}.nav-button{min-height:150px;padding:1.5rem}.button-icon{font-size:3rem}.button-text{font-size:1.25rem}.button-description{font-size:.875rem}.info-section{padding:1.5rem}.info-section h2{font-size:1.25rem}}.work-container{min-height:100%;background:#e4d4c8;padding:2rem}.work-container~.footer{display:none}.work-content{width:100%;margin:0;padding:0}.work-grid{display:flex;margin:0;height:100%;width:100vw;max-width:100%}.item-list-container{flex:0 0 400px;max-width:400px;background:#e4d4c8;border-right:none;display:flex;flex-direction:column;height:100%;max-height:calc(100vh - 77px);overflow-y:auto;overflow-x:hidden}.list-header{position:sticky;top:0;background:#e4d4c8;padding:1rem;border:none;z-index:10}.search-box{margin-bottom:.75rem}.search-box input{border-radius:15px;padding:.5rem 1rem;border:none;font-size:.9rem;background:#e4d4c8;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb;color:#4a5568}.search-box input:focus{outline:none;box-shadow:inset 4px 4px 8px #c4b5a9,inset -4px -4px 8px #fff5eb}.filter-box select{border-radius:8px;padding:.5rem;border:1px solid #e1e8ed;font-size:.9rem}.item-list{padding:0}.item-card{padding:1rem;margin:.5rem;border-radius:15px;cursor:pointer;transition:all .3s ease;background:#e4d4c8;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb}.item-card:hover{box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb;transform:translateY(-2px)}.item-card.unread{background-color:#f0f4ff;font-weight:500}.item-card.active{background:#e4d4c8;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}.item-header{display:flex;gap:.75rem;margin-bottom:.5rem}.item-icon{font-size:1.5rem;flex-shrink:0}.item-info{flex:1;min-width:0}.item-title-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.25rem}.item-sender{font-weight:600;font-size:.9rem;color:#5a5a5a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-date{font-size:.75rem;color:#95a5a6}.item-title{font-size:.95rem;font-weight:500;color:#34495e;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-preview{font-size:.85rem;color:#7f8c8d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.5rem}.item-category{margin-top:.5rem}.category-tag{display:inline-block;padding:.25rem .75rem;background:#e4d4c8;color:#f96;border-radius:12px;font-size:.75rem;font-weight:600;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.item-detail-container{flex:0 0 75%;max-width:75%;background:#e4d4c8;height:calc(100vh - 80px);overflow-y:auto;padding:0;scrollbar-width:none;-ms-overflow-style:none}.item-detail-container::-webkit-scrollbar{display:none}.item-detail{padding:2rem}.detail-header{padding:2rem;background:#e4d4c8;border:none;margin:1rem;border-radius:20px;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb}.detail-title-section h2{font-size:1.75rem;font-weight:600;color:#5a5a5a;margin-bottom:1rem}.detail-meta{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.9rem;color:#7f8c8d}.meta-item strong{color:#34495e;margin-right:.25rem}.detail-actions{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.detail-actions .filter-btn{padding:.5rem 1rem;border:none;border-radius:12px;background:#e4d4c8;color:#6b7280;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb}.filter-btn:hover{box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb;color:#f96}.filter-btn.active{background:#e4d4c8;color:#f96;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb;font-weight:700}.detail-actions .btn-success{background-color:#48bb78;color:#fff}.detail-actions .btn-success:hover{background-color:#38a169}.detail-actions .btn-warning{background-color:#ed8936;color:#fff}.detail-actions .btn-warning:hover{background-color:#dd6b20}.detail-actions .btn-danger{background-color:#f56565;color:#fff}.detail-actions .btn-danger:hover{background-color:#e53e3e}.detail-content{padding-top:1rem}.content-section{margin-bottom:2.5rem}.content-section h3{font-size:1.25rem;font-weight:600;color:#5a5a5a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e1e8ed}.detail-description{background:#e4d4c8;border-radius:20px;border:none;line-height:1.8;color:#4a5568;white-space:pre-wrap;box-shadow:inset 5px 5px 10px #c4b5a9,inset -5px -5px 10px #fff5eb;position:relative;padding:1.5rem 1.5rem 1.5rem 2rem}.detail-description:before{content:"";position:absolute;left:.5rem;top:1.5rem;bottom:1.5rem;width:4px;background:linear-gradient(180deg,#f96,#ff6b35);border-radius:2px}.content-text p{margin-bottom:.75rem}schedule-dynamic{display:block;width:100%;min-height:400px;background:#fff;border-radius:12px;padding:1rem;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.attachments-list{display:flex;flex-direction:column;gap:.75rem}.attachment-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f8f9fa;border:1px solid #e1e8ed;border-radius:8px;transition:all .2s ease}.attachment-item:hover{background-color:#e9ecef;border-color:#f96}.attachment-icon{font-size:1.5rem}.attachment-name{flex:1;font-size:.95rem;color:#34495e;font-weight:500}.attachment-item .btn{padding:.375rem 1rem;font-size:.85rem;border-radius:6px}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:.75rem;top:0;bottom:0;width:2px;background-color:#e1e8ed}.timeline-item{position:relative;padding-bottom:1.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-marker{position:absolute;left:-1.5rem;width:2rem;height:2rem;background-color:#f96;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 2px 4px #0000001a}.timeline-item.pending .timeline-marker{background-color:#cbd5e0}.timeline-content{padding-left:1rem}.timeline-title{font-weight:600;color:#5a5a5a;margin-bottom:.25rem}.timeline-date{font-size:.85rem;color:#7f8c8d}.response-form{margin-top:1rem}.response-form textarea.work-search-input{flex:1;padding:.75rem 1rem .75rem 2.5rem;border:none;border-radius:15px;font-size:.95rem;transition:all .3s ease;background:#e4d4c8;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb;color:#4a5568}.work-search-input:focus{outline:none;box-shadow:inset 4px 4px 8px #c4b5a9,inset -4px -4px 8px #fff5eb}.form-actions{display:flex;gap:.75rem;justify-content:flex-end}.form-actions .status-badge{padding:.35rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.form-actions .btn{padding:.625rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease}.form-actions .btn-secondary{background-color:#e2e8f0;color:#4a5568}.form-actions .btn-secondary:hover{background-color:#cbd5e0}.no-selection{display:flex;align-items:center;justify-content:center;height:100%;min-height:400px}.no-selection-content{text-align:center;color:#95a5a6}.no-selection-icon{font-size:5rem;display:block;margin-bottom:1rem}.no-selection-content h3{font-size:1.5rem;color:#7f8c8d;margin-bottom:.5rem}.no-selection-content p{font-size:1rem;color:#95a5a6}.badge{display:inline-block;padding:.35rem .75rem;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.badge-primary{background-color:#f96;color:#fff}.badge-danger{background-color:#f56565;color:#fff}.badge-info{background-color:#4299e1;color:#fff}.item-list-container::-webkit-scrollbar,.item-detail-container::-webkit-scrollbar{width:8px}.item-list-container::-webkit-scrollbar-track,.item-detail-container::-webkit-scrollbar-track{background:#f1f1f1}.item-list-container::-webkit-scrollbar-thumb,.item-detail-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.item-list-container::-webkit-scrollbar-thumb:hover,.item-detail-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.workflow-status-section{background:#e4d4c8;border:none;margin-bottom:1.5rem;padding:1.5rem;border-radius:20px;box-shadow:inset 5px 5px 10px #c4b5a9,inset -5px -5px 10px #fff5eb}.workflow-status-section h3{color:#5a5a5a;font-size:1.5rem;margin-bottom:1.5rem;text-align:center;font-weight:700}.workflow-status-container{background:#e4d4c8;border-radius:20px;padding:2rem;box-shadow:none}.workflow-steps{display:flex;justify-content:space-between;align-items:flex-start;position:relative;padding:2rem 1rem;margin-bottom:2rem}.workflow-steps:before{content:"";position:absolute;top:66px;left:10%;right:10%;height:4px;background:#e1e8ed;z-index:0;border-radius:2px}.workflow-steps:after{content:"";position:absolute;top:66px;left:10%;height:4px;background:linear-gradient(90deg,#10b981,#f96);z-index:0;border-radius:2px;transition:width .5s ease}.work-container{display:flex;flex-direction:column;height:100vh;background:#e4d4c8;overflow:hidden;box-shadow:0 0 10px #0000001a;border-radius:20px}.workflow-steps[data-progress="1"]:after{width:0%}.workflow-steps[data-progress="2"]:after{width:20%}.workflow-steps[data-progress="3"]:after{width:40%}.workflow-steps[data-progress="4"]:after{width:60%}.workflow-steps[data-progress="5"]:after{width:80%}.workflow-step{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:2;flex:1;max-width:180px}.step-marker{width:70px;height:70px;border-radius:50%;background:#e4d4c8;display:flex;align-items:center;justify-content:center;font-size:2rem;border:none;box-shadow:6px 6px 12px #c4b5a9,-6px -6px 12px #fff5eb;transition:all .3s ease;position:relative;z-index:2}.step-label{font-size:.9rem;color:#6b7280;text-align:center;font-weight:600;line-height:1.4;min-height:45px;display:flex;align-items:center;justify-content:center}.workflow-step.active .step-marker{background:linear-gradient(145deg,#f96,#ff6b35);transform:scale(1.1);box-shadow:8px 8px 16px #c4b5a9,-8px -8px 16px #fff5eb,inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000001a}.workflow-step.active .step-label{color:#f96;font-weight:700;font-size:1rem}.workflow-step.completed .step-marker{background:linear-gradient(145deg,#10b981,#059669);transform:scale(1.05);box-shadow:6px 6px 12px #c4b5a9,-6px -6px 12px #fff5eb,inset 2px 2px 4px #ffffff4d,inset -2px -2px 4px #0000001a}.workflow-step.completed .step-label{color:#10b981;font-weight:600}.workflow-step.pending .step-marker{background:#e4d4c8;opacity:.5;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.workflow-step.pending .step-label{color:#9ca3af;font-weight:500}.workflow-step.completed,.workflow-step.active{cursor:pointer}.workflow-step.completed:hover .step-marker,.workflow-step.active:hover .step-marker{transform:scale(1.15);box-shadow:10px 10px 20px #c4b5a9,-10px -10px 20px #fff5eb,inset 3px 3px 6px #fff6,inset -3px -3px 6px #00000026}.workflow-step.selected .step-marker{box-shadow:inset 4px 4px 8px #c4b5a9,inset -4px -4px 8px #fff5eb,0 0 0 3px #f96}.workflow-step.pending{cursor:not-allowed}.step-timeline{display:flex;flex-direction:column;gap:1rem}.timeline-item{display:flex;gap:1rem;background:#e4d4c8;border-radius:15px;border-left:none;transition:all .3s ease;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb;position:relative;padding:1rem 1rem 1rem 1.5rem}.timeline-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(180deg,#f96,#ff6b35);border-radius:2px}.timeline-item:hover{box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb;transform:translate(5px)}.timeline-date{color:#6b7280;font-size:.85rem;font-weight:600;min-width:120px;flex-shrink:0}.timeline-content{flex:1}.timeline-content strong{color:#5a5a5a;font-size:1rem;display:block;margin-bottom:.25rem}.timeline-content p{color:#6b7280;font-size:.9rem;margin:0}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.current-status{margin-top:2rem;display:flex;justify-content:center}.status-badge{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;color:#fff;font-weight:600;box-shadow:0 4px 12px #00000026;animation:fadeIn .5s ease}.status-label{font-size:.95rem;opacity:.9}.status-value{font-size:1.25rem;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.mobile-back-button{display:none;width:100%;padding:1rem;background:#e4d4c8;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#f96;cursor:pointer;margin-bottom:1rem;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb;transition:all .2s ease}.mobile-back-button:hover{transform:translateY(-2px)}.mobile-back-button:active{box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}@media (max-width: 768px){.work-container{padding:0;padding-bottom:2rem;min-height:auto}.work-grid{flex-direction:column;min-height:auto}.item-list-container{flex:0 0 auto;max-width:100%;max-height:calc(100vh - 80px);display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.item-detail-container{flex:1 1 100%;max-width:100%;height:100%;display:none;padding:1rem}.work-grid.mobile-detail-active .item-list-container{display:none}.work-grid.mobile-detail-active .item-detail-container,.mobile-back-button{display:block}.detail-actions{flex-direction:column}.detail-actions .btn{width:100%}.list-header{padding:.75rem}.search-box input,.filter-box select{font-size:.875rem}.item-card{padding:.75rem}.item-title{font-size:.875rem}.item-meta{font-size:.75rem}.detail-header h2{font-size:1.25rem}.detail-meta{flex-direction:column;gap:.5rem}.workflow-steps{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.workflow-step{min-width:80px}.step-marker{font-size:1.5rem}.step-label{font-size:.75rem}.content-section h3{font-size:1rem}.response-form textarea{font-size:.875rem}.form-actions{flex-direction:column;gap:.5rem}.form-actions button{width:100%}}document-mcs[component=document-detail] header{display:none!important}document-mcs[component=document-detail]::part(header){display:none!important}.work-left-panel::-webkit-scrollbar,.work-right-panel::-webkit-scrollbar{width:8px}.work-left-panel::-webkit-scrollbar-track,.work-right-panel::-webkit-scrollbar-track{background:#f1f1f1}.work-left-panel::-webkit-scrollbar-thumb,.work-right-panel::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.work-left-panel::-webkit-scrollbar-thumb:hover,.work-right-panel::-webkit-scrollbar-thumb:hover{background:#555}.workflow-step{transition:all .2s ease-in-out}.workflow-step:not(.pending):hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.workflow-step.active{box-shadow:0 0 0 3px #3b82f61a}document-mcs[component=officer-dashboard] .p-4{max-height:calc(100vh - 270px);overflow-y:auto;scroll-behavior:smooth}document-mcs[component=officer-dashboard] div.p-4{max-height:calc(100vh - 270px);overflow-y:auto;scroll-behavior:smooth}.nav-button{transition:all .3s ease}.nav-button:hover{transform:translateY(-4px)}.chat-button:hover{background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.admin-button:hover{background:linear-gradient(135deg,#fff3e0,#ffe0b2)}.payment-button:hover{background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.schedule-button:hover{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.reload-button{transition:all .2s ease}.reload-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #3b82f64d}.reload-button:active:not(:disabled){transform:translateY(0)}.profile-container{height:100%;background:#e4d4c8;padding:2rem;overflow-y:auto}.profile-content{max-width:1200px;margin:0 auto}.profile-header{display:flex;align-items:center;gap:2rem;padding:2rem;background:#e4d4c8;border-radius:20px;margin-bottom:2rem;box-shadow:10px 10px 20px #c4b5a9,-10px -10px 20px #fff5eb}.profile-avatar{flex-shrink:0;width:120px;height:120px;background:#e4d4c8;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:inset 5px 5px 10px #c4b5a9,inset -5px -5px 10px #fff5eb}.avatar-icon{font-size:4rem}.profile-header-info{flex:1}.profile-name{font-size:2rem;font-weight:700;color:#5a5a5a;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.profile-username{font-size:1rem;color:#888;margin-bottom:1rem}.profile-badges{display:flex;gap:.75rem}.badge{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.badge-role{background:linear-gradient(145deg,#f96,#ff6b35);color:#fff}.badge-status,.badge-enabled{background:linear-gradient(145deg,#10b981,#059669);color:#fff}.badge-disabled{background:linear-gradient(145deg,#ef4444,#dc2626);color:#fff}.profile-actions{display:flex;gap:1rem}.btn-edit{padding:.75rem 1.5rem;background:#e4d4c8;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#5a5a5a;cursor:pointer;transition:all .2s ease;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb}.btn-edit:hover{transform:translateY(-2px);box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.btn-edit:active{box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}.profile-tabs{display:flex;gap:1rem;margin-bottom:2rem;padding:.5rem;background:#e4d4c8;border-radius:16px;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}.tab-button{flex:1;padding:1rem;background:transparent;border:none;border-radius:12px;font-size:1rem;font-weight:600;color:#888;cursor:pointer;transition:all .2s ease}.tab-button:hover{color:#f96}.tab-button.active{background:#e4d4c8;color:#f96;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb}.profile-tab-content{background:#e4d4c8;border-radius:20px;padding:2rem;box-shadow:10px 10px 20px #c4b5a9,-10px -10px 20px #fff5eb}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:1.5rem;font-weight:700;color:#5a5a5a;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(196,181,169,.3);text-shadow:2px 2px 4px rgba(255,255,255,.8)}.subsection-title{font-size:1.25rem;font-weight:600;color:#5a5a5a;margin:2rem 0 1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-item.full-width{grid-column:1 / -1}.info-item label{font-size:.875rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.5px}.info-value{padding:1rem;background:#e4d4c8;border-radius:12px;font-size:1rem;color:#5a5a5a;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{padding:2rem;background:#e4d4c8;border-radius:16px;text-align:center;box-shadow:8px 8px 16px #c4b5a9,-8px -8px 16px #fff5eb;transition:transform .2s ease}.stat-card:hover{transform:translateY(-5px)}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-value{font-size:2.5rem;font-weight:700;color:#f96;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(255,255,255,.8)}.stat-label{font-size:.875rem;color:#888;font-weight:600}.performance-chart{margin-top:2rem}.progress-item{margin-bottom:1.5rem}.progress-item label{display:block;font-size:.875rem;font-weight:600;color:#888;margin-bottom:.5rem}.progress-bar{height:40px;background:#e4d4c8;border-radius:20px;overflow:hidden;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#f96,#ff6b35);display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;color:#fff;font-weight:700;font-size:1rem;transition:width .5s ease;box-shadow:3px 3px 6px #c4b5a980}.security-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}.btn-secondary{padding:.75rem 1.5rem;background:#e4d4c8;border:none;border-radius:12px;font-size:.95rem;font-weight:600;color:#5a5a5a;cursor:pointer;transition:all .2s ease;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb}.btn-secondary:hover{color:#f96;transform:translateY(-2px);box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.btn-secondary:active{box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}@media (max-width: 768px){.profile-container{padding:1rem}.profile-header{flex-direction:column;text-align:center}.profile-tabs{flex-direction:column}.info-grid,.stats-grid{grid-template-columns:1fr}}body{overflow:hidden}.nav-right{display:flex;align-items:center;gap:1.5rem}.user-dropdown{position:relative}.user-menu-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e4d4c8;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:4px 4px 8px #c4b5a9,-4px -4px 8px #fff5eb}.user-menu-trigger:hover{box-shadow:2px 2px 4px #c4b5a9,-2px -2px 4px #fff5eb;transform:translateY(-1px)}.user-menu-trigger:active{box-shadow:inset 2px 2px 4px #c4b5a9,inset -2px -2px 4px #fff5eb}.user-avatar{font-size:1.25rem}.user-name{color:#5a5a5a;font-size:.9rem;font-weight:600}.dropdown-arrow{color:#5a5a5a;font-size:.75rem}.user-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:280px;background:#e4d4c8;border-radius:16px;padding:.5rem;box-shadow:8px 8px 16px #c4b5a9,-8px -8px 16px #fff5eb;z-index:1000;animation:dropdownSlide .2s ease}.user-dropdown-section{padding:.25rem}.section-title{font-size:.75rem;font-weight:700;color:#f96;text-transform:uppercase;letter-spacing:.5px;padding:.5rem .75rem;margin-bottom:.25rem}.user-dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border:none;border-radius:12px;background:transparent;cursor:pointer;font-size:.9rem;color:#5a5a5a;transition:all .2s ease;text-align:left}.user-dropdown-item:hover{background:#e4d4c8;color:#f96;box-shadow:inset 2px 2px 4px #c4b5a9,inset -2px -2px 4px #fff5eb;transform:translate(3px)}.user-dropdown-item.logout-item{color:#ef4444}.user-dropdown-item.logout-item:hover{color:#dc2626}.item-icon{font-size:1.25rem;width:1.5rem;text-align:center}.item-text{flex:1;font-weight:500}.dropdown-divider{height:1px;background:linear-gradient(90deg,transparent,#c4b5a9,transparent);margin:.5rem 0}.app-container{max-width:1400px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#f96,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}header p{color:#888;font-size:1.1rem}.status-bar{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.status{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;transition:all .3s ease}.status.loading{background-color:#fef3c7;color:#92400e;border:2px solid #fbbf24}.status.loaded{background-color:#d1fae5;color:#065f46;border:2px solid #10b981}.components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.component-section{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:transform .2s ease}.component-section:hover{transform:translateY(-4px);border-color:#667eea80}.component-section h2{margin-bottom:1rem;font-size:1.3rem;color:#f96}.control-panel{text-align:center;margin:2rem 0}.submit-btn{padding:1rem 3rem;font-size:1.2rem;font-weight:600;background:linear-gradient(135deg,#f96,#ff6b35);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:#555;box-shadow:none;cursor:not-allowed}.event-logs{margin-top:2rem;background:#0003;border-radius:12px;padding:1.5rem}.event-logs h3{margin-bottom:1rem;color:#f96}.logs-container{max-height:300px;overflow-y:auto;background:#0000004d;border-radius:8px;padding:1rem}.no-logs{color:#888;text-align:center;padding:2rem}.log-entry{display:flex;gap:1rem;padding:.75rem;margin-bottom:.5rem;background:#ffffff0d;border-radius:6px;font-family:Courier New,monospace;font-size:.9rem;border-left:3px solid #ff9966}.log-time{color:#888;min-width:100px}.log-event{color:#10b981;font-weight:600;min-width:150px}.log-data{color:#fbbf24;flex:1}footer{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#888}.layout{height:100vh;display:flex;flex-direction:column;background:#e4d4c8}.navbar{background:#e4d4c8;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb;position:relative;z-index:100}.nav-brand{display:flex;align-items:center;gap:1rem;cursor:pointer;transition:transform .2s ease}.nav-brand:hover{transform:translateY(-2px)}.nav-brand:active{transform:translateY(0)}.mobile-menu-toggle{display:none;background:#e4d4c8;border:none;border-radius:12px;padding:.75rem 1rem;font-size:1.5rem;cursor:pointer;box-shadow:5px 5px 10px #c4b5a9,-5px -5px 10px #fff5eb;transition:all .2s ease}.mobile-menu-toggle:active{box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb}.mobile-sidebar-header,.mobile-menu-list,.mobile-sidebar-footer{display:none}.nav-links{display:flex;gap:1rem}.nav-right{display:flex;gap:1rem;align-items:center}.brand-icon{font-size:2rem;line-height:1}.brand-content{display:flex;flex-direction:column;gap:.25rem}.brand-title{font-size:1.5rem;background:linear-gradient(145deg,#f96,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;font-weight:700;line-height:1}.brand-org{font-size:.85rem;color:#6b7280;font-weight:500;line-height:1}.nav-links{display:flex;gap:.5rem;align-items:center}.nav-dropdown{position:relative}.nav-link{color:#5a5a5a;text-decoration:none;padding:.5rem 1rem;border-radius:12px;transition:all .3s ease;font-weight:500;background:#e4d4c8;border:none;cursor:pointer;font-size:.9rem;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb;white-space:nowrap}.nav-link:hover{box-shadow:2px 2px 4px #c4b5a9,-2px -2px 4px #fff5eb;transform:translateY(-1px);color:#f96}.nav-link:active,.dropdown-trigger:active{box-shadow:inset 2px 2px 4px #c4b5a9,inset -2px -2px 4px #fff5eb}.dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;min-width:200px;background:#e4d4c8;border-radius:16px;padding:.5rem;box-shadow:8px 8px 16px #c4b5a9,-8px -8px 16px #fff5eb;z-index:1000;animation:dropdownSlide .2s ease}.dropdown-menu-large{min-width:600px}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:.5rem}.dropdown-column{display:flex;flex-direction:column;gap:.25rem}.dropdown-section-title{font-size:.75rem;font-weight:700;color:#f96;text-transform:uppercase;letter-spacing:.5px;padding:.5rem .75rem;margin-bottom:.25rem}.dropdown-item{color:#5a5a5a;text-decoration:none;padding:.5rem .75rem;border-radius:10px;transition:all .2s ease;font-size:.875rem;display:block;background:transparent}.dropdown-item:hover{background:#e4d4c8;color:#f96;box-shadow:inset 2px 2px 4px #c4b5a9,inset -2px -2px 4px #fff5eb;transform:translate(3px)}.language-selector{display:flex;align-items:center}.lang-select{padding:.5rem 1rem;border-radius:12px;border:none;background:#e4d4c8;color:#5a5a5a;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.lang-select:hover{box-shadow:2px 2px 4px #c4b5a9,-2px -2px 4px #fff5eb}.lang-select option{background:#1a1a1a;color:#fff}.main-content{flex:1;padding:0;background:#e4d4c8;width:100%;overflow:hidden;min-height:0}.footer{padding:1.5rem;text-align:center;color:#888;border-top:1px solid rgba(255,255,255,.1)}.page-container{max-width:1400px;margin:0 auto}@media (max-width: 768px){.app-container{height:100vh;display:flex;flex-direction:column;overflow:hidden}.main-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.navbar{padding:1rem;justify-content:space-between;flex-shrink:0}.nav-brand{flex:0}.brand-title{font-size:1.25rem}.navbar{display:flex!important;align-items:center;justify-content:center;position:relative}.mobile-menu-toggle{display:block;position:absolute;left:1rem;z-index:1001}.mobile-sidebar-header,.mobile-menu-list,.mobile-sidebar-footer{display:block}.nav-links>.nav-dropdown,.nav-links>.nav-link:not(.mobile-menu-item){display:none}.nav-brand{margin-left:0;position:relative}.navbar>.nav-links:not(.mobile-active){display:none}.brand-content{text-align:center}.navbar>.nav-right{display:none!important}.nav-links{position:fixed;top:0;left:0;width:280px;height:100vh;background:#e4d4c8;flex-direction:column;padding:0;gap:0;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease;z-index:999;box-shadow:5px 0 15px #0000004d}.nav-links.mobile-active{transform:translate(0)}.mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;background:#e4d4c8;border-bottom:1px solid rgba(196,181,169,.3)}.mobile-user-profile{display:flex;align-items:center;gap:.75rem}.mobile-user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#f96,#ff6b35);display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb}.mobile-user-info{display:flex;flex-direction:column;gap:.125rem}.mobile-user-name{font-size:1rem;font-weight:600;color:#333}.mobile-user-org{font-size:.75rem;color:#666;line-height:1.2}.mobile-close-btn{width:36px;height:36px;border-radius:50%;background:#e4d4c8;border:none;font-size:1.25rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px 6px #c4b5a9,-3px -3px 6px #fff5eb;transition:all .2s ease}.mobile-close-btn:active{box-shadow:inset 2px 2px 4px #c4b5a9,inset -2px -2px 4px #fff5eb}.mobile-menu-list{flex:1;padding:.5rem 0;overflow-y:auto}.mobile-menu-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#333;text-decoration:none;cursor:pointer;transition:background .2s ease;border:none;background:transparent;width:100%;text-align:left;font-size:1rem}.mobile-menu-item:hover{background:#ff99661a}.mobile-menu-item:active{background:#f963}.menu-icon{font-size:1.25rem;width:24px;text-align:center}.menu-text{flex:1;font-weight:500}.mobile-submenu{padding:.5rem 1.5rem .5rem 3.5rem;background:#c4b5a91a}.mobile-sidebar-footer{padding:1rem 0;border-top:1px solid rgba(196,181,169,.3)}.logout-item{color:#ef4444!important;font-weight:600}.logout-item:hover{background:#ef44441a!important}}.page-container header{text-align:center;margin-bottom:2rem}.page-container header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#f96,#ff6b35);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-container header p{color:#888;font-size:1.1rem}.content{margin-top:2rem}.card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;margin-bottom:2rem}.card h2{color:#f96;margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px);border-color:#667eea80}.stat-card h3{color:#888;font-size:.9rem;margin-bottom:.5rem;text-transform:uppercase}.stat-number{font-size:2.5rem;font-weight:700;color:#f96;margin:0}.chat-container{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;max-width:800px;margin:0 auto}.messages-area{height:400px;overflow-y:auto;margin-bottom:1rem;padding:1rem;background:#0003;border-radius:8px}.message{margin-bottom:1rem;display:flex}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-content{max-width:70%;padding:1rem;border-radius:12px}.message.user .message-content{background:linear-gradient(135deg,#f96,#ff6b35);color:#fff}.message.bot .message-content{background:#ffffff1a;color:#fff}.message-content p{margin:0 0 .5rem}.message-time{font-size:.75rem;opacity:.7}.chat-input{display:flex;gap:1rem}.chat-input input{flex:1;padding:.75rem 1rem;border-radius:8px;border:2px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:1rem}.chat-input input:focus{outline:none;border-color:#f96}.chat-input button{padding:.75rem 2rem;border-radius:8px;border:none;background:linear-gradient(135deg,#f96,#ff6b35);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease}.chat-input button:hover{transform:translateY(-2px)}.backend-chat-container{max-width:1000px;margin:0 auto}.system-status{display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px}.status-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.status-label{color:#888;font-size:.9rem}.status-value{font-weight:600;font-size:1.1rem;color:#fff}.status-value.online{color:#10b981}.messages-list{background:#0003;border-radius:12px;padding:1.5rem;margin-bottom:2rem;max-height:400px;overflow-y:auto}.backend-message{background:#ffffff0d;border-left:3px solid #ff9966;padding:1rem;margin-bottom:1rem;border-radius:6px}.message-header{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#f96}.timestamp{color:#888;font-size:.85rem}.message-body{color:#fff}.api-info{background:#ffffff0d;border-radius:12px;padding:1.5rem}.api-info h3{color:#f96;margin-bottom:1rem}.api-info ul{list-style:none;padding:0}.api-info li{padding:.5rem 0;color:#fff}.api-info code{background:#0000004d;padding:.25rem .5rem;border-radius:4px;color:#10b981;font-family:Courier New,monospace}@media (max-width: 768px){.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-brand{flex-direction:column;text-align:center;gap:.5rem}.brand-content{align-items:center}.nav-links{flex-direction:column;width:100%}.nav-link{text-align:center;width:100%}.nav-right{flex-direction:column;width:100%;gap:1rem}.components-grid{grid-template-columns:1fr}.status-bar{flex-direction:column}header h1{font-size:1.8rem}.stats-grid{grid-template-columns:1fr}.system-status{flex-direction:column;gap:1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.left-0{left:0}.right-0{right:0}.right-2{right:.5rem}.top-2{top:.5rem}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.-ml-1{margin-left:-.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.mr-3{margin-right:.75rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-full{height:100%}.h-screen{height:100vh}.min-h-0{min-height:0px}.min-h-\[200px\]{min-height:200px}.min-h-\[400px\]{min-height:400px}.min-h-\[600px\]{min-height:600px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-72{width:18rem}.w-8{width:2rem}.w-full{width:100%}.min-w-\[100px\]{min-width:100px}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[25\%_75\%\]{grid-template-columns:25% 75%}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t-2{border-top-width:2px}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-opacity-30{--tw-bg-opacity: .3}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-orange-400{--tw-gradient-from: #fb923c var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-gray-50{--tw-gradient-to: #f9fafb var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.p-0{padding:0}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-3{padding-bottom:.75rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-3{padding-right:.75rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-6xl{font-size:3.75rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-relaxed{line-height:1.625}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.opacity-25{opacity:.25}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#5a5a5a;background-color:#e4d4c8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#e4d4c8}#root{width:100%;margin:0 auto;padding:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{background:#e4d4c8!important;color:#5a5a5a!important;border:none!important;box-shadow:inset 3px 3px 6px #c4b5a9,inset -3px -3px 6px #fff5eb!important}input::-moz-placeholder{color:#9ca3af!important}input::placeholder{color:#9ca3af!important}@media (prefers-color-scheme: light){:root{color:#5a5a5a;background-color:#e4d4c8}button{background:#e4d4c8}}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-400:disabled{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}@media not all and (min-width: 768px){.max-md\:hidden{display:none}.max-md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-\[30\%_70\%\]{grid-template-columns:30% 70%}.md\:flex-row{flex-direction:row}.md\:p-4{padding:1rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[25\%_75\%\]{grid-template-columns:25% 75%}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
