@import"https://fonts.googleapis.com/css2?family=Handjet:wght@400;500;600;700&family=Major+Mono+Display&display=swap";body{margin:0}#root{font-family:Handjet,Segoe UI,Arial,sans-serif}.auth-layout{display:flex;height:100vh}.auth-layout--login{justify-content:center;align-items:center;background:#f0f0f0;padding:20px;box-sizing:border-box}.auth-left{width:60%;background:#000;display:flex;align-items:center;justify-content:center}.auth-left h1{color:#fff;font-size:3rem;font-weight:700}.auth-right{width:40%;display:flex;align-items:center;justify-content:center}html,body{margin:0;padding:0}.dash-page{min-height:100vh;background:#f0f0f0;padding-bottom:24px;font-family:Handjet,Segoe UI,Arial,sans-serif}.dash-topbar{height:64px;background:#f1f1f1;border-bottom:1px solid #cdcdcd;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px}.dash-top-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:8px}.dash-title{grid-column:2;justify-self:center;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:800;letter-spacing:.08em;color:#111;font-family:Major Mono Display,monospace}.dash-profile-wrap{grid-column:3;justify-self:end;position:relative;display:flex;align-items:center}.dash-profile{border:none;background:transparent;padding:0;margin:0;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.dash-profile-circle{width:28px;height:28px;border-radius:999px;background:#d7d7d7;border:1px solid #cdcdcd;object-fit:cover;display:block}.dash-filter-row{margin:0 0 12px;background:#f1f1f1;border:1px solid #cdcdcd;display:flex;align-items:center;justify-content:space-between;padding:14px 12px;box-sizing:border-box}.dash-filter-left{display:flex;align-items:center;gap:12px}.dash-filter-label{font-weight:700;color:#222;font-family:Handjet,Segoe UI,Arial,sans-serif}.dash-select{height:28px;padding:2px 10px;border:none;background:#e4e4e4;border-radius:0;font-weight:600;font-family:Handjet,Segoe UI,Arial,sans-serif;color:#222}.dash-action-group{display:flex;align-items:center;gap:8px}.dash-icon-btn{width:34px;height:34px;border:1px solid #bcbcbc;background:#d7d7d7;cursor:pointer;text-decoration:none;display:flex;align-items:center;justify-content:center;padding:0;margin:0;box-sizing:border-box;color:#262626;flex-shrink:0}.dash-icon-btn:hover{background:#c6c6c6;text-decoration:none}.dash-icon-btn:link,.dash-icon-btn:visited{color:#262626;text-decoration:none}.dash-message-icon{font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.dash-icon-img{width:18px;height:18px;display:block}.dash-feed{margin:0;display:flex;flex-direction:column;gap:12px}.dash-shell{margin:10px 18px 0;display:grid;grid-template-columns:minmax(290px,380px) minmax(0,1fr);gap:14px;align-items:start}.dash-left-pane,.dash-right-pane{background:#f1f1f1;border:1px solid #cdcdcd;min-height:620px}.dash-left-pane{padding:10px;max-height:calc(100vh - 200px);overflow:auto}.dash-right-pane{overflow:hidden}.dash-empty-selection{min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;color:#444;font-weight:600}.dash-empty-title{margin:0 0 8px;font-size:28px;font-weight:700;color:#222}.dash-empty-text{margin:0;font-size:16px;font-weight:600;color:#555}.dash-card{background:#fff;border:1px solid #cdcdcd;display:grid;grid-template-columns:90px 1fr;padding:14px 12px;align-items:center;transition:background .15s ease,border-color .15s ease;cursor:pointer}.dash-card:hover{background:#ebebeb}.dash-card:focus-visible{outline:1px solid #111111;outline-offset:2px}.dash-card-active{border-left:3px solid #111111;background:#e4e4e4}.dash-avatar{width:52px;height:52px;border-radius:999px;background:#d7d7d7;border:1px solid #cdcdcd;object-fit:cover;display:block;margin-left:10px;flex-shrink:0}.dash-card-main{padding:0 10px;min-width:0}.dash-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.dash-name{font-size:17px;font-weight:700;color:#111;font-family:Handjet,Segoe UI,Arial,sans-serif}.dash-time{font-size:12px;color:#888;margin-top:2px}.dash-message-box{background:#e4e4e4;padding:8px 10px}.dash-message{color:#333;line-height:1.35;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-checkwrap{display:flex;align-items:center;justify-content:center}.dash-checkbox{width:26px;height:26px;border:2px solid #a7a7a7;border-radius:3px;position:relative;background:#fff}.dash-unread-dot{position:absolute;width:8px;height:8px;background:#5b5b5b;border-radius:999px;top:-6px;right:-6px}.dash-profile-wrap{position:relative;display:flex;align-items:center}.dash-profile-menu{position:absolute;top:44px;right:0;width:170px;background:#f1f1f1;border:1px solid #cdcdcd;padding:4px;z-index:50}.dash-menu-item{width:100%;text-align:left;padding:10px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-weight:700}.dash-menu-item:hover{color:#3c3c3c}.dash-menu-item:disabled{cursor:not-allowed;opacity:.7}.dash-menu-item.danger{color:#b42318}.dash-menu-item.danger:hover{color:#ae423a}.fr-list{margin:0 18px 10px;display:flex;flex-direction:column;gap:8px}.fr-list-title{font-weight:700;font-size:14px;color:#222;margin-bottom:2px;font-family:Handjet,Segoe UI,Arial,sans-serif}@media(max-width:980px){.dash-shell{grid-template-columns:1fr}.dash-left-pane{max-height:none}.dash-left-pane,.dash-right-pane{min-height:0}.dash-empty-selection{min-height:320px}}.fr-card{background:#fff;border:1px solid #cdcdcd;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;max-width:400px}.fr-info{display:flex;flex-direction:column;gap:2px}.fr-name{font-weight:700;font-size:13px;color:#222}.fr-username{font-size:11px;color:#777}.fr-actions{display:flex;gap:8px}.fr-accept-btn{height:26px;padding:0 10px;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-size:12px;font-weight:600;font-family:Handjet,Segoe UI,Arial,sans-serif;cursor:pointer}.fr-accept-btn:disabled{opacity:.5;cursor:not-allowed}.fr-decline-btn{height:26px;padding:0 10px;border:1px solid #cdcdcd;background:#f1f1f1;color:#333;font-size:12px;font-weight:600;font-family:Handjet,Segoe UI,Arial,sans-serif;cursor:pointer}.fr-decline-btn:disabled{opacity:.5;cursor:not-allowed}.fr-pending-dot{width:8px;height:8px;background:#888;display:inline-block;flex-shrink:0}.dash-empty-selection{min-height:620px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#444}.dash-empty-title{font-size:28px;font-weight:700;margin-bottom:8px;color:#222}.dash-empty-text{font-size:16px;font-weight:600;color:#555}.afm-overlay{inset:0;background:#00000073;display:flex;align-items:center;justify-content:center}.afm-modal{background:#f1f1f1;border:1px solid #cdcdcd;width:400px;max-width:90vw}.afm-title{font-weight:700;font-size:1.1rem;color:#111;font-family:Handjet,Segoe UI,Arial,sans-serif}.afm-close{background:none;border:none;font-size:24px;cursor:pointer;color:#555;line-height:1}.afm-close:hover{color:#111}.afm-input{flex:1;height:36px;padding:0 12px;border:none;background:#e4e4e4;font-size:.95rem;font-family:Handjet,Segoe UI,Arial,sans-serif;color:#222}.afm-input:focus{outline:1px solid #b8b8b8}.afm-search-btn{height:36px;padding:0 16px;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-weight:600;font-family:Handjet,Segoe UI,Arial,sans-serif;cursor:pointer}.afm-search-btn:hover{background:#c6c6c6}.afm-error{margin-top:12px;color:#b42318;font-size:.9rem;font-weight:600}.afm-success{margin-top:12px;color:#2e5c32;font-size:.9rem;font-weight:600}.afm-result{margin-top:16px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#e4e4e4;border:1px solid #cdcdcd}.afm-result-name{font-weight:700;font-size:15px;color:#111}.afm-result-username{font-size:13px;color:#777}.afm-send-btn{height:34px;padding:0 16px;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-weight:600;font-family:Handjet,Segoe UI,Arial,sans-serif;cursor:pointer}.afm-send-btn:hover{background:#c6c6c6}.afm-title{font-weight:700;font-size:18px;color:#0c2b4a}.afm-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b6b6b;line-height:1}.afm-close:hover{color:#1f1f1f}.afm-body{padding:20px}.afm-search-row{display:flex;gap:8px}.afm-input{flex:1;height:36px;padding:0 12px;border:1px solid #bdbdbd;border-radius:6px;font-size:14px}.afm-input:focus{outline:none;border-color:#0c2b4a}.afm-search-btn{height:36px;padding:0 16px;border:none;border-radius:6px;background:#0c2b4a;color:#fff;font-weight:600;cursor:pointer}.afm-search-btn:disabled{opacity:.5;cursor:not-allowed}.afm-error{margin-top:12px;color:#b00020;font-size:14px;font-weight:600}.afm-success{margin-top:12px;color:#2e7d32;font-size:14px;font-weight:600}.afm-result{margin-top:16px;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.afm-result-info{display:flex;flex-direction:column;gap:2px}.afm-result-name{font-weight:700;font-size:15px;color:#1f1f1f}.afm-result-username{font-size:13px;color:#6b6b6b}.afm-send-btn{height:34px;padding:0 16px;border:none;border-radius:6px;background:#2e7d32;color:#fff;font-weight:600;cursor:pointer}.afm-send-btn:disabled{opacity:.5;cursor:not-allowed}.popup_window{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#00000073;z-index:9999}.modal-header{z-index:10000;display:flex;justify-content:space-between;border-bottom:1px solid #cdcdcd;padding-bottom:.5rem;margin-bottom:.75rem}.Title{font-size:1.1rem;font-weight:700;font-family:Handjet,Segoe UI,Arial,sans-serif;color:#111}.modal_container{position:relative;background:#f1f1f1;border:1px solid #cdcdcd;padding:28px 32px;min-width:400px;max-width:90vw}.exit_btn{font-size:1.4rem;display:flex;justify-content:center;border:none;background:none;font-weight:700;color:#555;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif}.exit_btn:hover{color:#111}.profile-page{min-height:100vh;background:#f0f0f0;font-family:Handjet,Segoe UI,Arial,sans-serif;color:#222}.profile-page-embedded{min-height:0;background:transparent}.profile-shell{max-width:1320px;margin:0 auto;padding:20px 24px 40px}.profile-shell-embedded{max-width:none;margin:0;padding:12px}.profile-shell-embedded .profile-card{border-radius:0}.profile-back-row{margin-bottom:12px}.profile-back-link{color:#444;text-decoration:none;font-weight:600}.profile-back-link:hover{text-decoration:underline}.profile-card{background:#f1f1f1;border:1px solid #cdcdcd;border-radius:0;overflow:hidden}.profile-header-card{display:flex;justify-content:space-between;gap:24px;padding:24px;border-bottom:1px solid #cdcdcd;background:#f1f1f1}.profile-header-left{display:flex;gap:20px;align-items:flex-start;flex:1;min-width:0}.profile-avatar-wrap{width:140px;min-width:140px;display:flex;flex-direction:column;align-items:center;gap:10px}.profile-avatar{width:120px;height:120px;border-radius:999px;object-fit:cover;border:1px solid #d8d8d8;background:#eee}.profile-avatar-placeholder{display:flex;align-items:center;justify-content:center;color:#888;font-size:14px;text-align:center}.profile-upload-photo-btn{border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;border-radius:0;padding:8px 12px;font-size:.85rem;font-weight:600;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif}.profile-upload-photo-btn:hover{background:#c6c6c6}.profile-header-text{flex:1;min-width:0;padding-top:6px}.profile-display-name{margin:0;font-size:40px;font-weight:800;line-height:1.1}.profile-username{margin:6px 0 0;color:#666;font-size:18px}.profile-bio-row{display:flex;align-items:center;gap:10px;margin-top:14px;max-width:700px}.profile-bio-text{margin:0;color:#555;line-height:1.5;word-break:break-word}.profile-inline-edit-btn{outline:none;width:32px;height:32px;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.profile-inline-edit-btn:hover{background:#d7d7d7}.profile-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.profile-outline-btn,.profile-primary-btn{height:40px;padding:0 16px;border-radius:0;font-weight:700;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif;transition:background .15s ease,opacity .15s ease}.profile-outline-btn{border:1px solid #bcbcbc;background:#d7d7d7;color:#262626}.profile-outline-btn:hover{background:#c6c6c6;border-color:#bcbcbc}.profile-primary-btn{border:1px solid #bcbcbc;background:#d7d7d7;color:#262626}.profile-primary-btn:hover{background:#c6c6c6}.profile-primary-btn:disabled,.profile-outline-btn:disabled{opacity:.65;cursor:not-allowed}.profile-unfriend-btn{display:block;margin-top:12px;padding:0 16px;height:40px;border:1px solid #d0a0a0;border-radius:0;background:#f5eded;color:#b42318;font:inherit;font-weight:700;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif;transition:background .15s ease,opacity .15s ease}.profile-unfriend-btn:hover{background:#edd8d8}.profile-unfriend-btn:disabled{opacity:.65;cursor:not-allowed}.profile-tabs{display:flex;gap:20px;padding:0 24px;border-bottom:1px solid #cdcdcd;background:#f1f1f1}.profile-tab{height:48px;border:none;background:transparent;font-weight:700;color:#666;cursor:pointer;border-bottom:2px solid transparent;font-family:Handjet,Segoe UI,Arial,sans-serif;font-size:.95rem}.profile-tab.active{color:#111;border-bottom-color:#111}.profile-content-grid{display:grid;grid-template-columns:260px minmax(0,1fr) 280px;gap:18px;padding:18px}.profile-left-panel,.profile-center-panel,.profile-right-panel{min-width:0;padding:20px}.profile-side-card{background:#f1f1f1;border:1px solid #cdcdcd;border-radius:0;padding:16px;margin-bottom:16px}.profile-side-card h3{margin:0;font-size:18px}.profile-side-card-text{margin:0;color:#555;line-height:1.5;white-space:pre-wrap;word-break:break-word}.profile-interest-tag{background:#e4e4e4;border:1px solid #cdcdcd;border-radius:0;padding:4px 10px;font-size:13px;color:#444;max-width:100%}.profile-post-count-card{text-align:center}.profile-post-count{font-size:34px;font-weight:800;line-height:1;margin-top:4px}.profile-create-post-card{background:#f1f1f1;border:1px solid #cdcdcd;border-radius:0;padding:16px;margin-bottom:16px;width:100%;box-sizing:border-box}.profile-create-post-title{margin:0 0 12px;font-size:18px}.profile-create-post-form{display:flex;flex-direction:column;gap:12px;width:100%}.profile-create-post-textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:100px;border:none;border-radius:0;padding:12px;font:inherit;color:#222;background:#e4e4e4;display:block;font-family:Handjet,Segoe UI,Arial,sans-serif}.profile-create-post-textarea:focus{outline:1px solid #b8b8b8}.profile-create-post-actions{display:flex;justify-content:flex-end}.profile-create-post-media-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-create-post-media-trigger{display:inline-flex;align-items:center;justify-content:center}.profile-create-post-media-input{display:none}.profile-create-post-media-name{color:#666;font-size:13px;max-width:100%;word-break:break-word}.profile-create-post-preview{border:1px solid #d6d6d6;border-radius:10px;overflow:hidden}.profile-create-post-preview-media{width:100%;max-height:380px;display:block;object-fit:contain;background:#f7f7f7}.profile-feed-section,.profile-pinned-section{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.profile-feed-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-feed-header h3{margin:0;font-size:18px}.profile-feed-list{display:flex;flex-direction:column;gap:12px}.profile-feed-empty{background:#f1f1f1;border:1px solid #cdcdcd;border-radius:0;padding:18px;color:#666}.profile-media-section{display:flex;flex-direction:column;gap:14px}.profile-media-usage-card{background:#f1f1f1;border:1px solid #cdcdcd;padding:14px 16px}.profile-media-usage-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.profile-media-usage-row h3{margin:0;font-size:19px}.profile-media-usage-row span{color:#555;font-weight:700}.profile-media-usage-track{margin-top:10px;width:100%;height:10px;border:1px solid #cdcdcd;background:#e8e8e8}.profile-media-usage-fill{height:100%;background:#4f4f4f}.profile-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}.profile-media-item{background:#f1f1f1;border:1px solid #cdcdcd;padding:10px;display:flex;flex-direction:column;gap:8px}.profile-media-preview-wrap{width:100%;border:1px solid #d7d7d7;background:#e3e3e3}.profile-media-preview{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.profile-media-meta{min-width:0}.profile-media-name{margin:0;font-weight:700;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-media-size{margin:2px 0 0;color:#6b6b6b;font-size:14px}.profile-media-delete-btn{min-height:38px;border:1px solid #d0a0a0;background:#f5eded;color:#b42318;font-family:Handjet,Segoe UI,Arial,sans-serif;font-weight:700;cursor:pointer}.profile-media-delete-btn:hover{background:#edd8d8}.profile-media-delete-btn:disabled{opacity:.65;cursor:not-allowed}.profile-post-card{background:#fff;border:1px solid #cdcdcd;border-radius:0;padding:16px}.profile-post-card.pinned{border-color:#bbb;background:#f5f5f5}.profile-post-top,.profile-post-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.profile-post-user{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-post-name,.profile-post-display-name{font-weight:800}.profile-post-handle,.profile-post-username{font-size:14px;color:#777;margin-top:2px}.profile-post-time,.profile-post-date{font-size:13px;color:#777;white-space:nowrap}.profile-post-pinned-label{display:inline-block;margin-bottom:10px;font-size:13px;font-weight:700;color:#555;background:#e4e4e4;border:1px solid #cdcdcd;border-radius:0;padding:4px 10px}.profile-post-content{margin:0;line-height:1.55;color:#333;white-space:pre-wrap;word-break:break-word}.profile-post-media-wrap{margin-top:12px;border:1px solid #cdcdcd;border-radius:0;overflow:hidden;background:#f0f0f0}.profile-post-media{width:100%;max-height:560px;display:block;object-fit:contain}.profile-post-footer{margin-top:12px}.profile-post-actions{display:flex;align-items:center;gap:16px;margin-top:14px;color:#777;font-size:15px}.profile-post-actions>div,.profile-post-actions>button{overflow:visible}.profile-post-actions svg{overflow:visible}.profile-post-icon-btn,.profile-post-menu-btn{border:none;background:transparent;color:#777;cursor:pointer}.profile-post-icon-btn{font-size:18px;padding:0}.profile-post-icon-btn:hover,.profile-post-menu-btn:hover{color:#333;font-size:19px;transition:all .1s ease}.profile-post-menu-btn{font-size:20px;line-height:1;padding:2px 6px}.profile-recent-post-button{width:100%;text-align:left;border:1px solid #cdcdcd;background:#f1f1f1;border-radius:0;padding:12px;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif;transition:background .15s ease}.profile-recent-post-button:hover{background:#e4e4e4;border-color:#bbb}.profile-recent-post-name{font-weight:700}.profile-recent-post-username{font-size:13px;color:#777;margin-top:2px}.profile-recent-post-preview{margin:8px 0 0;font-size:14px;color:#555;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.profile-modal-overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px!important;background:#00000073!important;z-index:99999!important}.profile-modal{width:min(620px,calc(100vw - 32px))!important;max-height:90vh!important;overflow:auto!important;background:#f1f1f1!important;border:1px solid #cdcdcd!important;border-radius:0!important;padding:24px!important;position:relative!important}.profile-modal-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;border-bottom:grey solid 1px;font-size:large;font-weight:700}.profile-modal-header h3{margin:0}.profile-modal-close{border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#555}.profile-modal-close:hover{color:#111}.profile-modal-form{display:flex;flex-direction:column;gap:16px}.profile-modal-textarea{width:95%;min-height:120px;border:none;border-radius:0;padding:12px;resize:vertical;font:inherit;background:#e4e4e4;color:#222;font-family:Handjet,Segoe UI,Arial,sans-serif}.profile-modal-textarea:focus{outline:1px solid #b8b8b8}.profile-modal-help{margin:0;font-size:14px;color:#666}.profile-modal-actions{display:flex;justify-content:flex-end;gap:10px}.profile-modal-secondary-btn,.profile-modal-primary-btn{height:40px;padding:0 16px;border-radius:0;font-weight:700;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif}.profile-modal-secondary-btn{border:1px solid #cdcdcd;background:#f1f1f1;color:#222}.profile-modal-primary-btn{border:1px solid #bcbcbc;background:#d7d7d7;color:#262626}.profile-modal-primary-btn:hover,.profile-modal-secondary-btn:hover{background:#c6c6c6}.profile-post-menu-modal{max-width:440px!important}.profile-post-menu-body{display:flex;flex-direction:column;gap:12px}.profile-post-menu-preview{margin:0 0 4px;padding:14px;border:1px solid #e2e2e2;border-radius:10px;background:#fafafa;color:#444;line-height:1.5;white-space:pre-wrap;word-break:break-word}.profile-post-menu-btn{width:100%;min-height:44px;border:1px solid #cdcdcd;border-radius:0;background:#f1f1f1;font:inherit;font-weight:700;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif}.profile-post-menu-btn:hover{background:#e4e4e4}.profile-post-menu-btn:disabled{opacity:.65;cursor:not-allowed}.profile-post-menu-delete{color:#b42318;border-color:#d0a0a0;background:#f5eded}.profile-post-menu-delete:hover{background:#edd8d8}@media(max-width:1100px){.profile-content-grid{grid-template-columns:1fr}.profile-right-panel{order:3}.profile-header-card{flex-direction:column}.profile-header-actions{justify-content:flex-start}}@media(max-width:700px){.profile-shell{padding:14px 12px 28px}.profile-header-card{padding:18px}.profile-header-left{flex-direction:column;align-items:center;text-align:center}.profile-avatar-wrap{width:auto;min-width:0}.profile-header-text{padding-top:0}.profile-display-name{font-size:30px}.profile-username{font-size:16px}.profile-bio-row{flex-direction:column;align-items:center}.profile-tabs{padding:0 18px}.profile-content-grid{padding:14px}.profile-create-post-actions{justify-content:stretch}.profile-primary-btn,.profile-outline-btn{width:100%}.profile-header-actions{width:100%;flex-direction:column;align-items:stretch}.profile-media-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:0;border:1px solid #bcbcbc;font-family:Handjet,Segoe UI,Arial,sans-serif;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease;white-space:nowrap;box-sizing:border-box;text-decoration:none}.btn:focus-visible{outline:1px solid #111111;outline-offset:2px}.btn--sm{height:28px;padding:0 12px;font-size:.85rem}.btn--md{height:36px;padding:0 16px;font-size:.95rem}.btn--lg{height:42px;padding:0 18px;font-size:1rem}.btn--full{width:100%}.btn--primary{background:#d7d7d7;color:#262626;border-color:#bcbcbc}.btn--primary:hover:not(:disabled){background:#c6c6c6}.btn--secondary{background:#e4e4e4;color:#222;border-color:#cdcdcd}.btn--secondary:hover:not(:disabled){background:#d7d7d7}.btn--outline{background:#f1f1f1;color:#222;border-color:#cdcdcd}.btn--outline:hover:not(:disabled){background:#e4e4e4}.btn--danger{background:#f5eded;color:#b42318;border-color:#d0a0a0}.btn--danger:hover:not(:disabled){background:#edd8d8}.btn--success{background:#e4ede4;color:#2e5c32;border-color:#a0c0a0}.btn--success:hover:not(:disabled){background:#d0e4d0}.btn--ghost{background:transparent;color:inherit;border-color:transparent}.btn--ghost:hover:not(:disabled){background:#e4e4e4}.btn:disabled{opacity:.5;cursor:not-allowed}.submit-comment-btn:hover:after{position:absolute;content:hello world!;display:inline-block;left:0;top:0;padding:5px;background-color:#000;color:#fff}.likers-section{padding:20px;border-top:1px solid #eee}.display-liker{display:flex;align-items:center;padding:10px 0;border-top:1px solid #eee;gap:10px}.display-comment{display:flex}.profile-avatar-comment{width:3rem;height:3rem;border-radius:999px;object-fit:cover;border:1px solid #d8d8d8;background:#eee}.profile-avater-placeholder-comment{display:flex;align-items:center;justify-content:center;color:#888;font-size:14px;text-align:center;width:3rem;height:3rem;border-radius:999px;object-fit:cover;border:1px solid #d8d8d8;background:#eee}.display-user{margin-left:.5rem}.display-handle{font-size:14px;color:#777;margin-top:2px}.media-carousel{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.media-carousel-viewport{width:100%;max-width:720px;overflow:hidden;display:flex;align-items:center;justify-content:center}.media-carousel-item{min-width:100%;flex-shrink:0;display:none;align-items:center;justify-content:center}.media-carousel-item.active{display:flex}.media-carousel-media{width:100%;height:auto;max-height:480px;object-fit:contain;border-radius:6px}.media-carousel-image-button{border:none;background:transparent;padding:0;width:100%;cursor:zoom-in}.media-carousel-image-button .media-carousel-media{display:block}.media-carousel-deleted-placeholder{width:100%;min-height:220px;max-height:480px;display:flex;align-items:center;justify-content:center;border:1px solid #d2d2d2;border-radius:6px;background:#efefef;color:#666;font-weight:700}.media-carousel-btn{background:#ffffffe6;border:1px solid #ddd;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0 8px}.media-carousel-btn.left{order:0}.media-carousel-btn.right{order:2}.media-carousel-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px}.media-carousel-dots .dot{width:8px;height:8px;border-radius:50%;background:#00000040;border:none;padding:0;cursor:pointer}.media-carousel-dots .dot.active{background:#000000b3}.media-carousel-lightbox{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px}.media-carousel-lightbox-image{max-width:min(96vw,1600px);max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.media-carousel-lightbox-close{position:absolute;top:16px;right:20px;border:none;background:transparent;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer;padding:4px 10px}.media-carousel-lightbox-close:hover{color:#d9d9d9}.edit-bulletin{width:500px;height:100%;border:1px solid #cdcdcd;font-family:Handjet,Segoe UI,Arial,sans-serif}.edit-bulletin-title{padding:0 0 0 20px;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.edit-bulletin-unsaved-text{display:flex;flex-direction:row;align-items:center;height:fit-content;margin:none;gap:10px;width:100%;justify-content:center}.edit-bulletin-save-button{display:flex;align-items:center;gap:6px;background:#d7d7d7;font-family:Handjet,Segoe UI,Arial,sans-serif;height:34px;width:fit-content;border:1px solid #bcbcbc;color:#262626;font-size:15px;margin-right:20px}.edit-bulletin-save-button:hover{background-color:#c6c6c6}.edit-bulletin-components-title{padding-left:10px;padding-bottom:7px;margin:0}.specific-component-editor{display:flex;flex-direction:row;align-items:center;border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;justify-content:space-between;padding-left:10px;padding-right:10px}.component{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-left:20px;padding-right:20px}.edit-box{display:flex;align-items:flex-start;text-align:left;width:100%;padding:20px;border:1px solid #cdcdcd;background:#e4e4e4}.component-text{padding-bottom:10px}.edit-select{height:28px;padding:2px 10px;border:1px solid #bdbdbd;background:#fff;border-radius:2px;font-weight:600}.specific-component-editor-button{display:flex;align-items:center;justify-content:center;border:none;width:25px;height:25px}.specific-component-editor-button:hover{background-color:#e5e5e5}.specific-component-editor-delete{display:flex;align-items:center;border:none;color:#b42318;font-size:17px;width:30px;height:30px}.specific-component-editor-delete:hover{color:#b42318;background-color:#edd8d8}.specific-component-editor-name-rename{display:flex;flex-direction:row;align-items:center;gap:10px}.specific-component-editor-delete-arrows{display:flex;flex-direction:row;align-items:center}.specific-component-editor-arrows{display:flex;flex-direction:column}.add-new-component{display:flex;flex-direction:row;align-items:center;height:52px;font-family:Handjet,Segoe UI,Arial,sans-serif;width:100%;border:none;border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;justify-content:left;padding-left:10px;gap:10px}.add-new-component:hover{background-color:#e5e5e5}.add-new-component-icon{display:flex;align-items:center;justify-content:center;width:25px;height:25px}.profile-side-card{background:#f1f1f1;border:1px solid #cdcdcd;padding:16px;margin-bottom:16px}.profile-side-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-side-card-text{margin:0;color:#444;line-height:1.5;white-space:pre-wrap;word-break:break-word}.profile-interests-list{display:flex;flex-wrap:wrap;gap:8px}.profile-interest-tag{background:#e4e4e4;border:1px solid #cdcdcd;padding:4px 10px;font-size:13px;color:#444;max-width:100%}.new-component-overlay{inset:0;background:#00000073;display:flex;align-items:center;justify-content:center}.new-component-modal{background:#f1f1f1;border:1px solid #cdcdcd;width:400px;max-width:90vw}.new-component-type{display:flex;flex-direction:row}.bulletin{display:flex;align-items:start;justify-content:space-between;margin-left:20px;margin-right:20px;font-family:Handjet,Segoe UI,Arial,sans-serif}.bulletin-content{display:flex;flex-direction:column;justify-content:center;text-align:left;gap:12px;width:100%;padding:20px}.edit-bulletin-button{font-family:Handjet,Segoe UI,Arial,sans-serif;height:34px;width:fit-content;display:flex;align-items:center;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-size:15px;gap:6px}.edit-bulletin-button:hover{background-color:#c6c6c6}.denied-shell{max-width:600px;padding:10rem 30rem;text-align:center}.denied-text{font-weight:700;font-size:large}.login-shell{width:100%;display:flex;justify-content:center;align-items:center;padding:32px;box-sizing:border-box;font-family:Handjet,Segoe UI,Helvetica Neue,Arial,sans-serif}.login-container{width:min(1000px,100%);background:#f1f1f1;border:1px solid #cdcdcd;padding:64px 72px;box-sizing:border-box}.login-logo{margin:0 0 56px;text-align:center;font-size:clamp(2.1rem,4vw,3rem);font-weight:800;font-family:Major Mono Display,monospace;letter-spacing:.08em;color:#111}.login-form{display:grid;row-gap:24px}.login-row{display:grid;grid-template-columns:170px minmax(0,460px) 170px;align-items:center;column-gap:10px;justify-content:center}.login-label{grid-column:1;text-align:left;font-size:.95rem;color:#666;letter-spacing:.01em}.login-input{grid-column:2;width:100%;background:#e4e4e4;border:none;color:#222;padding:12px 14px;font-size:1rem;text-align:left;box-sizing:border-box}.forgot-password{grid-column:1;text-align:right;font-size:.95rem;color:#666;letter-spacing:.01em;width:77%}.forgot-password:hover{cursor:pointer;text-decoration:underline}.login-input:focus{outline:1px solid #b8b8b8}.login-error{margin:4px 0 0;text-align:center;color:#555;font-size:.9rem}.login-actions{display:flex;flex-direction:column;align-items:center;gap:12px}.login-btn{min-width:110px;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-family:Handjet,Segoe UI,Helvetica Neue,Arial,sans-serif;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:background-color .15s ease}.login-btn:hover{background:#c6c6c6}.login-btn:disabled{cursor:not-allowed;background:#dcdcdc;color:#6c6c6c}.login-btn-secondary{min-width:140px;padding:7px 14px;font-size:.8rem}@media(max-width:760px){.login-shell{padding:18px}.login-container{padding:36px 20px}.login-logo{margin-bottom:36px}.login-row{grid-template-columns:1fr;row-gap:8px}.login-label{grid-column:1;text-align:left}.login-input{grid-column:1;width:100%}}.signup-shell{width:100%;display:flex;justify-content:center;align-items:center;padding:32px;box-sizing:border-box;font-family:Handjet,Segoe UI,Helvetica Neue,Arial,sans-serif}.signup-container{width:min(1000px,100%);background:#f1f1f1;border:1px solid #cdcdcd;padding:64px 72px;box-sizing:border-box}.signup-logo{margin:0 0 56px;text-align:center;font-size:clamp(2.1rem,4vw,3rem);font-weight:800;font-family:Major Mono Display,monospace;letter-spacing:.08em;color:#111}.signup-form{display:grid;row-gap:24px}.signup-row{display:grid;grid-template-columns:170px minmax(0,460px) 170px;align-items:center;column-gap:10px;justify-content:center}.signup-label{grid-column:1;text-align:left;font-size:.95rem;color:#666;letter-spacing:.01em}.signup-input-wrap{grid-column:2;width:100%}.signup-input{width:100%;background:#e4e4e4;border:none;color:#222;padding:12px 14px;font-size:1rem;text-align:left;box-sizing:border-box}.signup-input:focus{outline:1px solid #b8b8b8}.signup-hint{margin:6px 0 0;color:#6a6a6a;font-size:.9rem}.signup-hint-valid{color:#4f4f4f}.signup-hint-invalid{color:#767676}.signup-error{margin:4px 0 0;text-align:center;color:#555;font-size:.9rem}.signup-actions{margin-top:18px;display:flex;flex-direction:column;align-items:center;gap:12px}.signup-btn{min-width:110px;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-family:Handjet,Segoe UI,Helvetica Neue,Arial,sans-serif;padding:8px 16px;font-size:.9rem;cursor:pointer;transition:background-color .15s ease}.signup-btn:hover{background:#c6c6c6}.signup-btn:disabled{cursor:not-allowed;background:#dcdcdc;color:#6c6c6c}.signup-btn-secondary{min-width:140px;padding:7px 14px;font-size:.8rem}@media(max-width:760px){.signup-shell{padding:18px}.signup-container{padding:36px 20px}.signup-logo{margin-bottom:36px}.signup-row{grid-template-columns:1fr;row-gap:8px}.signup-label{grid-column:1;text-align:left}.signup-input-wrap,.signup-input{grid-column:1;width:100%}}.settings-title{padding:24px 32px 0;font-family:Major Mono Display,monospace}.settings-title h1{margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;letter-spacing:.06em;color:#111}.settings-body{padding:20px 32px;display:flex;flex-direction:column;gap:12px}.toggle-button{background-color:#d7d7d7;border:1px solid #bcbcbc;border-radius:0;width:50px;height:24px;transition:background-color .2s ease;cursor:pointer;position:relative;vertical-align:middle}.toggle-button.isToggled{background-color:#888}.circle{height:16px;width:16px;position:absolute;transition:left .15s ease;background-color:#f1f1f1;border:1px solid #aaaaaa;left:3px;top:50%;transform:translateY(-50%)}.toggle-button.isToggled .circle{left:29px}.settings-btn{padding:8px 16px;cursor:pointer;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-family:Handjet,Segoe UI,Arial,sans-serif;font-size:.95rem;border-radius:0;transition:background-color .15s ease}.settings-btn:hover{background:#c6c6c6}.settings-btn-important{padding:8px 16px;cursor:pointer;border:1px solid #d0a0a0;background:#f5eded;color:#b42318;font-family:Handjet,Segoe UI,Arial,sans-serif;font-size:.95rem;border-radius:0;transition:background-color .15s ease}.settings-btn-important:hover{background:#edd8d8}.confirm_box{display:inline;align-items:center}.confirm_accept{padding:.75rem;background-color:#d7d7d7;color:#262626;border:1px solid #bcbcbc;margin-top:30px;font-weight:700;width:50%;margin-left:25%;cursor:pointer;font-family:Handjet,Segoe UI,Arial,sans-serif}.confirm_accept:hover{background:#c6c6c6}.change_user{padding:10px;width:40%;font-weight:700;border:none;font-family:Handjet,Segoe UI,Arial,sans-serif;font-size:1rem;color:#222;box-sizing:border-box}.user-form{display:flex;gap:5px;text-align:center}.change_user:focus{outline:1px solid #b8b8b8}.accordion-container{background:#f1f1f1;border:1px solid #cdcdcd;overflow:hidden;width:35%;font-family:Handjet,Segoe UI,Arial,sans-serif}.accordion-trigger{width:100%;border:none;border-bottom:1px solid #cdcdcd;background-color:#e4e4e4;font-size:1rem;font-family:Handjet,Segoe UI,Arial,sans-serif;display:flex;padding:10px;cursor:pointer}.accordion-trigger:hover{background:#d7d7d7}.accordion-content{display:grid;padding:15px;gap:15px}.accordion-row{display:flex;align-items:center;justify-content:space-between}.accordion-arrow{margin-left:auto;transition:transform .3s ease;width:20px;height:20px}.accordion-arrow.rotated{display:inline-block;transform:rotate(90deg)}.accordion-arrow:hover{cursor:pointer;background-color:#d7d7d7}.dropdown-container{display:flex;height:fit-content;border:1px solid #cdcdcd;overflow:hidden;margin-top:-10px;background:#f1f1f1}.dropdown-button{font-size:.95rem;font-family:Handjet,Segoe UI,Arial,sans-serif;display:flex;min-width:140px;border:none;width:100%;justify-content:center;background:#f1f1f1;cursor:pointer}.dropdown-item{cursor:pointer;text-align:center;width:100%}.accordion-inner h3{margin:0;padding:0}.dropdown-item:hover,.dropdown-button:hover{cursor:pointer;background-color:#e4e4e4}.msg-page{min-height:100vh;background:#f0f0f0;font-family:Handjet,Segoe UI,Arial,sans-serif}.msg-inbox-title{font-size:1.25rem;font-weight:700;color:#111;font-family:Major Mono Display,monospace;letter-spacing:.05em}.msg-new-btn{width:34px;height:34px;border:1px solid #bcbcbc;background:#d7d7d7;color:#262626;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.msg-new-btn:hover{background:#c6c6c6}.msg-conv-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #cdcdcd;cursor:pointer}.msg-conv-item:hover{background:#ebebeb}.msg-conv-avatar{width:44px;height:44px;border-radius:50%;background:#d7d7d7;flex-shrink:0}.msg-conv-name{font-weight:700;font-size:15px;color:#111}.msg-conv-preview{font-size:13px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.msg-conv-time{font-size:12px;color:#888;flex-shrink:0}.msg-empty{text-align:center;color:#777;padding:40px 0;font-size:15px}.msg-picker-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100}.msg-picker{background:#f1f1f1;border:1px solid #cdcdcd;width:380px;max-width:90vw;max-height:70vh;display:flex;flex-direction:column}.msg-picker-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #cdcdcd}.msg-picker-title{font-weight:700;font-size:1rem;color:#111;font-family:Handjet,Segoe UI,Arial,sans-serif}.msg-picker-close{background:none;border:none;font-size:24px;cursor:pointer;color:#555;line-height:1}.msg-picker-close:hover{color:#111}.msg-friend-item{display:flex;align-items:center;gap:12px;padding:10px 20px;cursor:pointer;border:none;background:none;width:100%;text-align:left;font-family:Handjet,Segoe UI,Arial,sans-serif}.msg-friend-item:hover{background:#e4e4e4}.msg-friend-avatar{width:36px;height:36px;border-radius:50%;background:#d7d7d7;flex-shrink:0}.msg-friend-name{font-weight:700;font-size:14px;color:#222}.msg-content{max-width:700px;margin:0 auto;padding:18px}.msg-inbox-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.msg-inbox-title{font-size:20px;font-weight:700;color:#0c2b4a}.msg-new-btn{width:36px;height:36px;border:none;border-radius:50%;background:#0c2b4a;color:#fff;font-size:22px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.msg-new-btn:hover{background:#0a2240}.msg-conv-list{display:flex;flex-direction:column;gap:2px}.msg-conv-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #d4d4d4;cursor:pointer}.msg-conv-item:hover{background:#f5f5f5}.msg-conv-avatar{width:44px;height:44px;border-radius:50%;background:#bdbdbd;flex-shrink:0}.msg-conv-info{flex:1;min-width:0}.msg-conv-name{font-weight:700;font-size:15px;color:#1f1f1f}.msg-conv-preview{font-size:13px;color:#6b6b6b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.msg-conv-time{font-size:12px;color:#6b6b6b;flex-shrink:0}.msg-empty{text-align:center;color:#6b6b6b;padding:40px 0;font-size:15px}.msg-picker-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:100}.msg-picker{background:#fff;border-radius:12px;width:380px;max-width:90vw;max-height:70vh;display:flex;flex-direction:column;box-shadow:0 12px 32px #0003}.msg-picker-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e0}.msg-picker-title{font-weight:700;font-size:18px;color:#0c2b4a}.msg-picker-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b6b6b;line-height:1}.msg-picker-close:hover{color:#1f1f1f}.msg-picker-body{overflow-y:auto;padding:8px 0}.msg-friend-item{display:flex;align-items:center;gap:12px;padding:10px 20px;cursor:pointer;border:none;background:none;width:100%;text-align:left}.msg-friend-item:hover{background:#f5f5f5}.msg-friend-item:disabled{opacity:.5;cursor:not-allowed}.msg-friend-avatar{width:36px;height:36px;border-radius:50%;background:#bdbdbd;flex-shrink:0}.msg-friend-name{font-weight:700;font-size:14px;color:#1f1f1f}.msg-friend-username{font-size:12px;color:#6b6b6b}.msg-shell{max-width:60%;margin:10px auto 0;display:grid;grid-template-columns:minmax(320px,42%) minmax(0,1fr);gap:14px;align-items:start}.msg-left-pane{background:#f1f1f1;border:1px solid #cdcdcd;min-height:620px;max-height:calc(100vh - 84px);overflow-y:auto;padding:10px;box-sizing:border-box}.msg-right-pane{background:#d0d0d0;border:1px solid #cdcdcd;min-height:620px;max-height:calc(100vh - 84px);display:flex;flex-direction:column;overflow:hidden}.msg-conv-item-active{border-left:3px solid #111111;background:#e4e4e4}.msg-right-pane .msg-input-bar{position:sticky;bottom:0;left:unset;right:unset}.msg-right-pane .msg-thread-body{flex:1;overflow-y:auto;min-height:0;max-width:none;margin:0}.msg-thread-header-embedded{display:flex;align-items:center;padding:14px 18px;background:#e6e6e6;border-bottom:1px solid #cdcdcd;font-weight:700;font-size:16px;color:#111;font-family:Handjet,Segoe UI,Arial,sans-serif}.msg-empty-thread{flex:1;display:flex;align-items:center;justify-content:center;color:#555;font-size:15px;font-weight:600;text-align:center;padding:24px}@media(max-width:768px){.msg-shell{grid-template-columns:1fr;max-width:95%;margin:10px auto 0}.msg-left-pane,.msg-right-pane{min-height:0;max-height:none}}.msg-thread-header{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#e6e6e6;border-bottom:1px solid #d4d4d4}.msg-back-btn{background:none;border:none;font-size:22px;cursor:pointer;color:#0c2b4a;padding:0;line-height:1}.msg-back-btn:hover{color:#1f1f1f}.msg-thread-name{font-weight:700;font-size:18px;color:#0c2b4a;flex:1}.msg-thread-body{max-width:700px;margin:0 auto;padding:18px;display:flex;flex-direction:column;gap:8px;min-height:calc(100vh - 194px)}.msg-bubble{max-width:70%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;word-wrap:break-word}.msg-mine{align-self:flex-end;background:#0c2b4a;color:#fff;border-bottom-right-radius:4px}.msg-theirs{align-self:flex-start;background:#f5f5f5;color:#1f1f1f;border:1px solid #e0e0e0;border-bottom-left-radius:4px}.msg-bubble-time{font-size:11px;color:#6b6b6b;margin-top:4px}.msg-mine .msg-bubble-time{color:#ffffffa6;text-align:right}.msg-input-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #d4d4d4;padding:12px 18px;display:flex;gap:8px;z-index:10}.msg-input-bar form{display:flex;gap:8px;width:100%;max-width:700px;margin:0 auto}.msg-input{flex:1;height:40px;padding:0 14px;border:1px solid #bdbdbd;border-radius:20px;font-size:14px}.msg-input:focus{outline:none;border-color:#0c2b4a}.msg-send-btn{height:40px;padding:0 20px;border:none;border-radius:20px;background:#0c2b4a;color:#fff;font-weight:600;cursor:pointer;font-size:14px}.msg-send-btn:disabled{opacity:.5;cursor:not-allowed}.msg-send-btn:hover:not(:disabled){background:#0a2240}
