.subSidebar{width:260px;min-width:260px;height:100%;background-color:#ffffff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden;flex-shrink:0}.subSidebar .header{padding:6px 24px 12px}.subSidebar .title{display:flex;align-items:center;gap:.5rem;margin:0;position:relative;font-size:24px;font-weight:700;color:#111827}.subSidebar .newDocumentSection{padding:12px 24px}.subSidebar .newDocumentButton{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:44px;font-size:14px;font-weight:700;letter-spacing:-1px;line-height:47px;padding:0;text-align:center;background:#fff;color:#333;border:1px solid #4a4b4c;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.1);cursor:pointer;transition:all .2s;text-decoration:none}.subSidebar .newDocumentButton:hover{background:#f8f9fa;border-color:#333;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.subSidebar .newDocumentButton:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.1)}.subSidebar .content{flex:1;padding:0}.subSidebar .section{margin-bottom:0}.subSidebar .sectionHeader{display:flex;align-items:center;justify-content:space-between;padding:12px 24px 8px;background-color:#ffffff;border:none;cursor:pointer;transition:background-color .2s ease;border-radius:6px;margin:0 8px}.subSidebar .sectionHeader:hover{background-color:#f3f4f6}.subSidebar .sectionTitleWrapper{display:flex;align-items:center;gap:8px}.subSidebar .sectionTitle{font-size:14px;font-weight:600;color:#374151;margin:0}.subSidebar .expandButton{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s ease;flex-shrink:0}.subSidebar .expandButton:hover{background-color:#f3f4f6;color:#374151}.subSidebar .sectionContent{padding:4px 0;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.subSidebar .menuLink{position:relative;display:flex;align-items:center;height:32px;line-height:24px;border-radius:12px;padding:4px 8px 4px 64px;box-sizing:border-box;color:#374151;text-decoration:none;font-size:13px;transition:all .2s ease;border:none;background-color:#ffffff;width:100%;text-align:left;cursor:pointer}.subSidebar .menuLink:hover{color:#1f2937!important}.subSidebar .menuLink:hover,.subSidebar .menuLink:hover *{background-color:#f3f4f6!important}.subSidebar .menuLink.active{background-color:#ffffff;color:#374151;font-weight:500}.subSidebar .menuLink.active:hover{background-color:#f3f4f6!important;color:#1f2937!important}.subSidebar .menuLink.default{color:#9ca3af;font-style:italic}.subSidebar .menuLink span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subSidebar .bottomSettings{margin-top:auto;padding:16px 24px;border-top:none}.subSidebar .settingsLink{display:flex;align-items:center;gap:8px;padding:8px 12px;color:#6b7280;text-decoration:none;font-size:13px;border:none;background:none;cursor:pointer;border-radius:4px;transition:all .2s ease}.subSidebar .settingsLink:hover{background-color:#f3f4f6;color:#374151}@media (max-width:1024px){.subSidebar{width:260px}.subSidebar .header{padding:1.25rem 1.25rem .75rem}.subSidebar .title{font-size:20px}.subSidebar .menuLink{padding:.625rem 1.25rem .625rem 2.25rem;font-size:.8125rem}.subSidebar .sectionHeader{padding:.625rem 1.25rem}}@media (max-width:768px){.subSidebar{width:100%;position:fixed;top:0;left:0;z-index:50;transform:translateX(-100%);transition:transform .3s ease}.subSidebar.open{transform:translateX(0)}}@media (min-width:1440px){.subSidebar{width:260px}.subSidebar .menuLink{padding:.875rem 1.5rem .875rem 2.75rem}.subSidebar .sectionHeader{padding:.875rem 1.5rem}}