*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8fafc}#app{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}.ai-post{border-left:4px solid #8b5cf6;background:linear-gradient(135deg,#faf5ff,#f3f4f6)}.ai-avatar{background:linear-gradient(135deg,#8b5cf6,#3b82f6);position:relative}.ai-avatar:after{content:"🤖";position:absolute;top:-5px;right:-5px;font-size:12px}#ai-notifications-panel{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px;box-shadow:0 2px 8px #0000001a;max-height:400px;overflow-y:auto}.ai-notifications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.ai-notifications-header h3{color:#8b5cf6;font-size:1.1rem;font-weight:600}.notification-stats{display:flex;align-items:center;gap:12px}.active-count{background:#8b5cf6;color:#fff;padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:500}.clear-btn{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:4px 8px;font-size:.8rem;cursor:pointer;transition:all .2s}.clear-btn:hover:not(:disabled){background:#e5e7eb}.clear-btn:disabled{opacity:.5;cursor:not-allowed}.ai-notifications-list{display:flex;flex-direction:column;gap:8px}.ai-notification{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:all .3s ease;cursor:pointer}.ai-notification:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.ai-notification.active{border-left:4px solid #8b5cf6;background:linear-gradient(135deg,#faf5ff,#f9fafb)}.ai-notification.completed{border-left:4px solid #10b981;opacity:.8}.ai-notification.error{border-left:4px solid #ef4444;background:linear-gradient(135deg,#fef2f2,#f9fafb)}.ai-notification-content{display:flex;align-items:flex-start;gap:12px}.ai-notification-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px}.ai-notification-details{flex:1;min-width:0}.ai-notification-personality{font-weight:600;color:#374151;font-size:.9rem;margin-bottom:2px}.ai-notification-message{color:#6b7280;font-size:.85rem;margin-bottom:4px;line-height:1.4}.ai-notification-time{color:#9ca3af;font-size:.75rem}.ai-notification-status{flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.8rem}.progress-text{color:#8b5cf6;font-weight:500}.progress-bar{height:3px;background:#e5e7eb;border-radius:2px;margin-top:8px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#3b82f6);border-radius:2px;transition:width .3s ease}.no-ai-notifications{text-align:center;color:#9ca3af;font-style:italic;padding:20px;font-size:.9rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@media(max-width:768px){#ai-notifications-panel{margin:0 0 16px;border-radius:0;max-height:300px}.ai-notifications-header{flex-direction:column;align-items:flex-start;gap:8px}.notification-stats{width:100%;justify-content:space-between}.ai-notification-content{flex-direction:column;gap:8px}.ai-notification-status{align-self:flex-end}}.ai-badge{background:#8b5cf6;color:#fff;padding:2px 6px;border-radius:12px;font-size:10px;font-weight:600;margin-left:.5rem}.personality-badge{background:#e0e7ff;color:#4f46e5;padding:2px 6px;border-radius:12px;font-size:10px;font-weight:500;margin-left:.25rem}.ai-comment{background:#f8fafc;border-left:3px solid #8b5cf6}.ai-controls-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.ai-controls-panel h3{color:#8b5cf6;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.ai-controls-buttons{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.ai-controls-buttons .btn{display:flex;align-items:center;gap:.5rem}.ai-info{font-size:.875rem;color:#64748b}.ai-info p{margin-bottom:.5rem}.ai-action{background:#8b5cf6;color:#fff}.ai-action:hover{background:#7c3aed}.post:hover .ai-action{opacity:.8}.ai-generating{opacity:.7;position:relative;overflow:hidden}.ai-generating:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(139,92,246,.2),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.navbar{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1000;box-shadow:0 1px 3px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo h2{color:#3b82f6;font-size:1.5rem;font-weight:700}.nav-menu{display:flex;gap:2rem}.nav-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#64748b;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;transition:all .2s}.nav-link:hover{background-color:#f1f5f9;color:#3b82f6}.nav-link.active{color:#3b82f6;background-color:#eff6ff}.nav-mobile-toggle{display:none;font-size:1.5rem;color:#64748b;cursor:pointer}.main-content{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:2rem 1rem}@media(min-width:1025px){.main-content{max-width:1400px}}.content-container{display:grid;grid-template-columns:250px 1fr 300px;gap:2rem;height:100%}.page-content{min-height:70vh}.sidebar,.right-sidebar{display:block}.sidebar-section{background:#fff;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2e8f0}.sidebar-section h3{color:#1e293b;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.mobile-nav{display:none;justify-content:space-around;align-items:center;background:#fff;border-top:1px solid #e2e8f0;position:fixed;bottom:0;left:0;right:0;height:60px;z-index:1000;box-shadow:0 -1px 3px #0000001a}.mobile-nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#64748b;font-size:.75rem;padding:.5rem;transition:color .2s;flex:1}.mobile-nav-link i{font-size:1.25rem;margin-bottom:.25rem}.mobile-nav-link:hover,.mobile-nav-link.active{color:#3b82f6}.card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 12px #0000001a}.post{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;margin-bottom:1.5rem;overflow:hidden}.post-header{padding:1rem 1.5rem;display:flex;align-items:center;gap:.75rem}.post-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.post-meta{flex:1}.post-author{font-weight:600;color:#1e293b;margin-bottom:.25rem}.post-time{color:#64748b;font-size:.875rem}.post-content{padding:0 1.5rem 1rem}.post-text{color:#334155;line-height:1.6;margin-bottom:1rem}.post-image{width:100%;height:auto;max-height:500px;object-fit:cover}.post-actions{padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9}.post-action{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:none;border:none;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.post-action:hover{background-color:#f1f5f9;color:#3b82f6}.post-action.liked{color:#ef4444}.post-action.liked i{animation:heartBeat .3s ease-in-out}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#f1f5f9;color:#475569}.btn-secondary:hover{background-color:#e2e8f0}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.user-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;transition:background-color .2s;cursor:pointer}.user-card:hover{background-color:#f8fafc}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-weight:600;color:#1e293b;margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-username{color:#64748b;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1024px){.content-container{grid-template-columns:1fr}.sidebar,.right-sidebar{display:none}}@media(min-width:1025px){.sidebar,.right-sidebar{display:block}.content-container{grid-template-columns:250px 1fr 300px}.main-content{padding:2rem 1rem}.nav-mobile-toggle,.mobile-nav{display:none}.nav-menu{display:flex}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.375rem}h4{font-size:1.25rem}.post{max-width:100%}.post-content{font-size:1.0625rem;line-height:1.7}.btn{padding:.875rem 1.75rem;font-size:1rem}.form-input,.form-textarea{padding:.875rem;font-size:1rem}}@media(min-width:1440px){.main-content{max-width:1400px}.content-container{gap:2.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}@media(max-width:768px){.nav-menu{display:none}.nav-mobile-toggle{display:block}.main-content{padding:1rem .5rem 5rem}.mobile-nav{display:flex}.mobile-settings-btn{display:block}.post-header{padding:.75rem 1rem}.post-content{padding:0 1rem .75rem}.post-actions{padding:.5rem 1rem}.post-action{padding:.375rem .75rem;font-size:.8rem}.sidebar-section{padding:1rem;margin-bottom:1rem}}@media(max-width:480px){.nav-container{padding:0 .75rem}.main-content{padding:.75rem .25rem}.post-header{padding:.5rem .75rem}.post-content{padding:0 .75rem .5rem}.post-actions{padding:.375rem .75rem}.btn{padding:.625rem 1.25rem;font-size:.875rem}.btn-sm{padding:.375rem .75rem;font-size:.8rem}}.mobile-overlay-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;display:none;opacity:0;transition:opacity .3s ease}.mobile-overlay-menu.active{display:block;opacity:1}.mobile-overlay-content{position:absolute;top:0;left:0;width:80%;max-width:300px;height:100%;background-color:#fff;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s ease}.mobile-overlay-menu.active .mobile-overlay-content{transform:translate(0)}.mobile-overlay-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.mobile-overlay-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.mobile-overlay-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s ease}.mobile-overlay-close:hover{background-color:#e2e8f0;color:#1e293b}.mobile-overlay-nav{padding:1rem 0}.mobile-overlay-link{display:flex;align-items:center;padding:1rem 1.5rem;color:#374151;text-decoration:none;border-bottom:1px solid #f1f5f9;transition:all .2s ease;font-weight:500}.mobile-overlay-link:hover{background-color:#f8fafc;color:#3b82f6}.mobile-overlay-link.active{background-color:#eff6ff;color:#3b82f6}.mobile-overlay-link i{width:1.25rem;margin-right:.75rem;font-size:1rem}body.mobile-menu-open{overflow:hidden}.mobile-settings-btn{position:fixed;bottom:80px;right:20px;width:56px;height:56px;background-color:#3b82f6;color:#fff;border:none;border-radius:50%;font-size:1.25rem;cursor:pointer;box-shadow:0 4px 12px #3b82f64d;z-index:100;transition:all .2s ease;display:none}.mobile-settings-btn:hover{background-color:#2563eb;transform:scale(1.05);box-shadow:0 6px 16px #3b82f666}.mobile-settings-btn:active{transform:scale(.95)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.hidden{display:none}.visible{display:block}.loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:#64748b}.loading:after{content:"";width:24px;height:24px;border:2px solid #e2e8f0;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-left:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #00000026;z-index:2000;opacity:0;transition:opacity .3s}.toast.show{opacity:1}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-warning{background:#f59e0b}.toast-info{background:#3b82f6}.create-post-textarea{width:100%;border:none;outline:none;resize:none;font-size:1rem;line-height:1.5;padding:.5rem;min-height:60px;font-family:inherit}.post-hashtags{margin-top:.75rem}.hashtag{color:#3b82f6;font-weight:500;margin-right:.5rem;cursor:pointer}.hashtag:hover{text-decoration:underline}.post-comments{border-top:1px solid #f1f5f9;padding:1rem 1.5rem}.comment-form{display:flex;gap:.5rem;margin-bottom:1rem}.comment-input{flex:1;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem}.comment{display:flex;gap:.75rem;margin-bottom:1rem}.comment-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem;flex-shrink:0}.comment-content{flex:1}.comment-author{font-weight:600;color:#1e293b;font-size:.875rem;margin-bottom:.25rem}.comment-text{color:#334155;font-size:.875rem;line-height:1.4;margin-bottom:.25rem}.comment-time{color:#94a3b8;font-size:.75rem}.verified-badge{color:#3b82f6;font-size:.875rem;margin-left:.25rem}.explore-container{display:grid;gap:2rem}.trending-section{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.trending-topics{display:grid;gap:.75rem;margin-top:1rem}.trending-topic{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:.5rem;background:#f8fafc;transition:background-color .2s;cursor:pointer}.trending-topic:hover{background:#f1f5f9}.topic-tag{font-weight:600;color:#1e293b}.topic-posts{font-size:.875rem;color:#64748b}.explore-posts{background:#fff;border-radius:.75rem;padding:1.5rem;border:1px solid #e2e8f0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.post-card{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.post-card-image{width:100%;height:200px;object-fit:cover}.post-card-content{padding:1rem}.post-card-author{font-weight:600;color:#1e293b;margin-bottom:.5rem}.post-card-text{color:#64748b;font-size:.875rem;line-height:1.4;margin-bottom:.75rem}.post-card-stats{display:flex;gap:1rem;font-size:.75rem;color:#94a3b8}.notifications-container{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.notifications-container h3{padding:1.5rem;border-bottom:1px solid #e2e8f0;margin:0}.notifications-list{max-height:600px;overflow-y:auto}.notification{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.notification:hover{background-color:#f8fafc}.notification.unread{background-color:#eff6ff}.notification-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;flex-shrink:0}.notification-content{flex:1}.notification-text{color:#1e293b;font-size:.875rem;line-height:1.4;margin-bottom:.25rem}.notification-time{color:#64748b;font-size:.75rem}.notification-action{padding:.375rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;background:none;color:#64748b;font-size:.75rem;cursor:pointer;transition:all .2s}.notification-action:hover{background-color:#f1f5f9;color:#3b82f6}.no-notifications{text-align:center;padding:3rem 1.5rem;color:#64748b}.profile-container{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;overflow:hidden}.profile-header{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-align:center;border-bottom:1px solid #e2e8f0}.profile-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:1rem;border:4px solid #f1f5f9}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-info h2{margin-bottom:.25rem;color:#1e293b}.username{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.bio{color:#334155;margin-bottom:1.5rem;line-height:1.5}.profile-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.stat{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1e293b}.stat-label{font-size:.875rem;color:#64748b}.profile-posts{padding:1.5rem}.profile-posts h3{margin-bottom:1rem;color:#1e293b}.create-container{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;padding:2rem;max-width:600px;margin:0 auto}.create-container h3{margin-bottom:1.5rem;color:#1e293b}.create-form{display:flex;flex-direction:column;gap:1rem}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.trending-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;cursor:pointer;transition:color .2s}.trending-item:hover .trending-tag{color:#3b82f6}.trending-tag{font-weight:600;color:#1e293b}.trending-count{font-size:.875rem;color:#64748b}.activity-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 0}.activity-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.75rem;flex-shrink:0}.activity-content{flex:1}.activity-text{font-size:.875rem;color:#1e293b;margin-bottom:.125rem}.activity-time{font-size:.75rem;color:#64748b}.action-count{font-size:.875rem}@media(max-width:768px){.posts-grid{grid-template-columns:1fr}.profile-header{padding:1.5rem 1rem}.profile-avatar{width:100px;height:100px}.profile-stats{gap:1.5rem}.create-container{padding:1.5rem 1rem;margin:0 .5rem}}.config-container{max-width:800px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.config-header h2{color:#1a202c;display:flex;align-items:center;gap:.5rem}.config-section{margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.config-section h3{color:#2d3748;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-control{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-control.is-valid{border-color:#10b981}.form-control.is-invalid{border-color:#ef4444}.input-group{display:flex;gap:.5rem}.input-group .form-control{flex:1}.form-range{width:100%;margin:.5rem 0}.range-value{text-align:center;font-weight:600;color:#3b82f6;margin-bottom:.5rem}.form-text{display:block;margin-top:.25rem;font-size:.875rem;color:#6b7280}.connection-status{margin-top:.5rem;font-size:.875rem}.status-loading{color:#3b82f6;display:flex;align-items:center;gap:.5rem}.status-success{color:#10b981;display:flex;align-items:center;gap:.5rem}.status-error{color:#ef4444;display:flex;align-items:center;gap:.5rem}.available-models{margin-top:.5rem;padding:.5rem;background:#fff;border-radius:4px;border:1px solid #d1d5db}.available-models ul{margin:.25rem 0;padding-left:1.5rem}.available-models li{font-family:monospace;font-size:.8rem}.config-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.5rem;border-top:1px solid #e2e8f0}
